Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (gracefarms)

2026-06-16 08:40:54 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 08:40:54 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
 'libxml2': '2.14.6',
 'cssselect': '1.3.0',
 'parsel': '1.10.0',
 'w3lib': '2.0.0',
 'Twisted': '25.5.0',
 'Python': '3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]',
 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
 'cryptography': '46.0.3',
 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-06-16 08:40:54 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 08:40:54 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 08:40:54 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 08:40:54 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 08:40:54 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 08:40:54 [scrapy.extensions.telnet] INFO: Telnet Password: 4bfa994bdaf978df
2026-06-16 08:40:54 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.logcount.LogCount',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats']
2026-06-16 08:40:54 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x7fc02343c400>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/gracefarms/4f8c6692694e11f184b00050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 08:40:54 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 08:40:54 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 08:40:54 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-06-16 08:40:54 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-06-16 08:40:54 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 08:40:54 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.process_item)

2026-06-16 08:40:54 [scrapy.core.engine] INFO: Spider opened
2026-06-16 08:40:54 [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-06-16 08:40:54 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 08:40:54 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [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-06-16 08:40:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12288
2026-06-16 08:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011609 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-10011609"><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-07-02"> Thursday, July 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-07-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fstudio-beginnings-2-2-2%2F2026-07-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-06-16 08:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13740
2026-06-16 08:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009509 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-10009509"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-02"> Thursday, July 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-07-02"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fgrace-farms-tour-2026-thursdays-2%2F2026-07-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-06-16 08:41:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:43 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13628
2026-06-16 08:41:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011670 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011670"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-26"> Friday, June 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-06-26"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/mocktails-summer-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18774
2026-06-16 08:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011688 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-10011688"><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 &lt;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" '
             '/&gt;</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 &amp; 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-06-27"> Saturday, June 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-06-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-06-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-2025-saturdays-2-2-2-2-2%2F2026-06-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-06-16 08:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12340
2026-06-16 08:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/mocktails-summer-2026>
{'event_url': 'https://gracefarms.org/event/mocktails-summer-2026',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66269 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea" id="post-66269"><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/03/2025-Summer-Mocktails-hero.png" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2025/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Kick off the holiday weekend with a '
             'creative evening crafting delicious seasonal mocktails. In this '
             'special Fourth of July-themed class, follow Chef Leah’s recipes '
             'to mix vibrant and refreshing beverages inspired by <span '
             'class="notranslate">Grace Farms</span> Tea &amp; Coffee. When '
             'you’re done mixing and mingling, bring home the evening’s '
             'recipes to make at your next summer celebration. For ages '
             '21+.</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-07-02"> Thursday, July 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-07-02"> '
             '6:30 pm - 7: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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; 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"> $35 <br/> members: $28</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/b215b278-e0e4-66e8-42be-e4ce915c05a7" '
             '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/b215b278-e0e4-66e8-42be-e4ce915c05a7" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fmocktails-summer-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%2Fmocktails-summer-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-06-16 08:41:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16904
2026-06-16 08:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01>
{'event_url': 'https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011208 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-faith cat_community '
             'cat_faith tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011208"><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/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.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/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>What is the shape of a flourishing '
             'life?</h2><p>Join <strong>Rev. Dr. Drew Collins</strong>, '
             'Associate Research Scholar and Lecturer at the Yale Center for '
             'Faith &amp; Culture, for a 5-week course drawing from a range of '
             'philosophical and religious traditions to inspire thoughtful '
             'conversation on questions of meaning and purpose in our '
             'lives.</p><p>Each week, read a set of religious and '
             'philosophical texts that offer distinct perspectives on what it '
             'means to live well. During class, enjoy a cup of <span '
             'class="notranslate">Grace Farms</span> coffee or tea and discuss '
             'the assigned readings — putting Confucius in conversation with '
             'Oscar Wilde, or Friedrich Nietzsche in dialogue with the Buddha '
             '— to better understand the stakes, insights, and trade-offs '
             'within each tradition’s approach.</p><p>Class meets on '
             'Wednesdays, in-person at <span class="notranslate">Grace '
             'Farms</span>, located at 365 Lukes Wood Road New Canaan, CT. '
             'Readings will be provided, and are no more than 30 '
             'pages.</p><h3>learn more about the sessions and readings '
             'below</h3></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-07-01"> Wednesday, July 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-07-01"><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/life-worth-living-5-week-course" '
             'title="Life Worth Living 5-Week Course"> Life Worth Living '
             '5-Week Course </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/faith" '
             'rel="tag">Faith</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"> $250 for five weeks <br/> members: '
             '$200</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/2cb2ca25-29ef-2cf6-d649-eb32c5129a43" '
             '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/2cb2ca25-29ef-2cf6-d649-eb32c5129a43" '
             '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>Session 1: June 3</h3><p><strong>What are my '
             'responsibilities?</strong></p><p>• Peter Singer, <i>The Life You '
             'Can Save</i>, 3-5; “Famine, Affluence, and Morality,” 232<br/> • '
             'Luke 10:25–37<br/> • Charles Taylor, <i>The Ethics of '
             'Authenticity</i>, 28–29<br/> • Asad Tarsin, <i>Being Muslim: A '
             'Practical Guide</i>, 4–5<br/> • <i>The Analects of '
             'Confucius</i>, 1.2, 2.21, 12.11, 13.18</p><h3>Session 2: June '
             '10</h3><p><strong>What does it mean for life to go '
             'well?</strong></p><p>• Martha Nussbaum, <i>Therapy of '
             'Desire</i>, 359–64<br/> • <i>The Analects of Confucius</i>, 4.5, '
             '4.9, 4.14, 14.1-3<br/> • Jonathan Sacks, <i>Letters to the Next '
             'Generation 2</i>, Letter 5; Genesis 17<br/> • Karl Marx, <i>The '
             'German Ideology</i>, 106, 129<br/> • Martin Luther King, Jr. “I '
             'Have a Dream”<br/> • Revelation 21-22<br/> • Hartmut Rosa, “Two '
             'Versions of the Good Life and Two Forms of Fear: Dynamic '
             'Stabilization and the Resonance Conception of the Good Life,” '
             'excerpt</p><h3>Session 3: June 17</h3><p><strong>How does a good '
             'life feel?</strong></p><p>• John Stuart Mill, '
             '<i>Utilitarianism</i>, 137<br/> • Martha Nussbaum, <i>Therapy of '
             'Desire</i>, 389–390, 398-401<br/> • Michael Fishbane, <i>The '
             'Exegetical Imagination</i>, 168–172<br/> • Jonathan Sacks, '
             '<i>Letters to the Next Generation 2</i>, Letter 4<br/> • <i>The '
             'Analects of Confucius</i>, 6.20, 15.2<br/> • Oscar Wilde, <i>De '
             'Profundis</i>, 105–107<br/> • Pascal Bruckner, <i>Perpetual '
             'Euphoria</i>, 1-6</p><h3>Session : June 24</h3><p><strong>How '
             'should I live?</strong></p><p>• Kant, <i>The Groundwork of the '
             'Metaphysics of Morals</i>, excerpt<br/> • <i>Pirkei Avot</i>, '
             '1.1–3; Deuteronomy 6:1–25<br/> • John Stuart Mill, '
             '<i>Utilitarianism</i>, 148-149, 198-200<br/> • Matthew 5-7; '
             'Romans 7; Mark 1:16–20; John 15:1–17<br/> • <i>The Analects of '
             'Confucius</i>, 2.4–8, 4.15-17, 14.34, 15.9, '
             '15.18-24</p><h3>Session Five: July 1</h3><p><strong>What should '
             'I do when I fail?</strong></p><p>• Pema Chödrön, <i>Start Where '
             'You Are</i>, 72-75<br/> • Asad Tarsin, <i>Being Muslim</i>, '
             '107-8<br/> • Friedrich Nietzsche, <i>All Too Human</i>, Vol 2, '
             '“The Wanderer and His Shadow,” §323; The Gay Science §§274–75; '
             'Writings from the Late Notebooks 10.108<br/> • Romans 7; 1 John '
             '1:5–2:2</p><hr/><h2>About Rev. Dr. Drew Collins</h2><p>Drew '
             'Collins received his PhD in theology at the University of '
             'Cambridge, working with David Ford on the Christian theology of '
             'religions, the theology of Hans Frei and the 20th century '
             'ecumenical movement. After receiving his B.A. in Religious '
             'Studies from Yale College and his M.Div from Yale Divinity '
             'School, Drew moved to London to serve as the University Program '
             'Manager at the Tony Blair Faith Foundation, overseeing a global '
             'network of nine universities collaborating on research and '
             'teaching on the intersection between the secular forces of '
             'globalization and religious faiths. While helping out on an '
             'Alpha Course at his church, Holy Trinity Brompton, he met his '
             'future wife, Mary. They have three children—Agatha, Archie, and '
             'Wilfred. In New Haven, Drew and his family attend St. John’s '
             'Episcopal Church.</p><p>Drew co-teaches the undergraduate '
             'course, “Life Worth Living.” At Yale Divinity School, he teaches '
             '“Christ &amp; Being Human”. His current research interests '
             'include the Christian theology of religions, figural '
             'interpretation, the influence of apologetics on contemporary '
             'Christian theology, and scriptural reasoning.</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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Flife-worth-living-5-week-course%2F2026-07-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%2Flife-worth-living-5-week-course%2F2026-07-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-06-16 08:41:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-06-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:46 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:46 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13628
2026-06-16 08:41:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011672 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011672"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-28"> Sunday, June 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-06-28"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:41:46 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:46 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12650
2026-06-16 08:41:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-06-26>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-06-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011342 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-10011342"><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-06-26"> Friday, June 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-06-26"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-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%2Fbuilder-beginnings%2F2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:41:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:48 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:48 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13629
2026-06-16 08:41:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011673 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011673"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-30"> Tuesday, June 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-06-30"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:41:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/photography-intensive-with-james-florio/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:51 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:51 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12669
2026-06-16 08:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/photography-intensive-with-james-florio>
{'event_url': 'https://gracefarms.org/event/photography-intensive-with-james-florio',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66741 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-arts tribe_events_cat-architecture cat_nature '
             'cat_arts cat_architecture" id="post-66741"><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/James-Florio-Workshop-update.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.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/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>How does photography dissolve '
             'the boundaries between building and '
             'landscape?</strong></p><p>Join <span class="notranslate">Grace '
             'Farms</span> Artist-in-Residence and renowned photographer '
             '<strong>James Florio</strong> for an immersive four-hour '
             'photography intensive that deepens your ability to see — and '
             'capture — the relationship between land, light, and '
             'architecture.</p><p>This extended session includes lunch in the '
             'glass-enclosed Commons, offering time to reflect, connect, and '
             'continue learning in community.</p><p>Through a combination of '
             'guided instruction, on-site exploration, and thoughtful '
             'conversation, investigate how form, shadow, and natural '
             'surroundings intersect across the River building and landscape. '
             'At the conclusion of the workshop, print and review your '
             'photography with Florio.</p><p>Please bring your own '
             'camera.</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-06-27"> Saturday, June 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-06-27"> '
             '10:00 am - 2: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/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</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"> $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/e566ea54-d987-16b2-8e7c-f70791cd0b29" '
             '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/e566ea54-d987-16b2-8e7c-f70791cd0b29" '
             '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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-07-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/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/14\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/nature-studio-for-children/2026-07-14/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/" '
             'rel="bookmark" tabindex="-1"><img 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/Edimental-Trees-2-web_SCH-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/2026/02/Edimental-Trees-2-web_SCH-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/18\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/learning-with-nature-edimental-fruit-trees/" '
             'rel="bookmark">Learning with Nature | Edimental Fruit '
             'Trees</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fphotography-intensive-with-james-florio" '
             '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%2Fphotography-intensive-with-james-florio" '
             '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-06-16 08:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:53 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13630
2026-06-16 08:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011671 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011671"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-27"> Saturday, June 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-06-27"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:41:54 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 12 pages/min), scraped 11 items (at 11 items/min)
2026-06-16 08:41:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:55 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:55 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12137
2026-06-16 08:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/1',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011584 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-10011584"><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-06-26"> Friday, June 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-06-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-26%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-06-26%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-06-16 08:41:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-28/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-summer-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:57 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12289
2026-06-16 08:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011608 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-10011608"><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-06-25"> Thursday, June 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-06-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-06-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-2-2-2%2F2026-06-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-06-16 08:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:57 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12964
2026-06-16 08:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-june-26/2026-06-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011372 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-10011372"><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>Let imagination take the lead in this '
             'hands-on design adventure! Inspired by <em>Dancing Trees</em>, '
             'our new seating in the plaza, and our theme <em>We All '
             'Build</em>, children will explore how ideas become real by using '
             'fun architectural drawing tools to create their own '
             'one-of-a-kind designs.</p><p>Children will sketch, experiment, '
             'and bring big ideas to life using chalk on blue paper — just '
             'like creating a real blueprint from the past. It’s a playful way '
             'to learn how architects imagine, plan, and build the world '
             'around us.</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 <strong>Nancy Jameson</strong>. 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-06-25"> Thursday, June 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-06-25"><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-architectural-drawing" '
             'title="Open Arts Studio | Architectural Drawing"> Open Arts '
             'Studio | Architectural Drawing </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-june-26%2F2026-06-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%2Fopen-arts-studio-june-26%2F2026-06-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-06-16 08:41:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:41:59 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:41:59 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16905
2026-06-16 08:41:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24>
{'event_url': 'https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011207 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-faith cat_community '
             'cat_faith tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011207"><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/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.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/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>What is the shape of a flourishing '
             'life?</h2><p>Join <strong>Rev. Dr. Drew Collins</strong>, '
             'Associate Research Scholar and Lecturer at the Yale Center for '
             'Faith &amp; Culture, for a 5-week course drawing from a range of '
             'philosophical and religious traditions to inspire thoughtful '
             'conversation on questions of meaning and purpose in our '
             'lives.</p><p>Each week, read a set of religious and '
             'philosophical texts that offer distinct perspectives on what it '
             'means to live well. During class, enjoy a cup of <span '
             'class="notranslate">Grace Farms</span> coffee or tea and discuss '
             'the assigned readings — putting Confucius in conversation with '
             'Oscar Wilde, or Friedrich Nietzsche in dialogue with the Buddha '
             '— to better understand the stakes, insights, and trade-offs '
             'within each tradition’s approach.</p><p>Class meets on '
             'Wednesdays, in-person at <span class="notranslate">Grace '
             'Farms</span>, located at 365 Lukes Wood Road New Canaan, CT. '
             'Readings will be provided, and are no more than 30 '
             'pages.</p><h3>learn more about the sessions and readings '
             'below</h3></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-06-24"> Wednesday, June 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-06-24"><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/life-worth-living-5-week-course" '
             'title="Life Worth Living 5-Week Course"> Life Worth Living '
             '5-Week Course </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/faith" '
             'rel="tag">Faith</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"> $250 for five weeks <br/> members: '
             '$200</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/2cb2ca25-29ef-2cf6-d649-eb32c5129a43" '
             '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/2cb2ca25-29ef-2cf6-d649-eb32c5129a43" '
             '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>Session 1: June 3</h3><p><strong>What are my '
             'responsibilities?</strong></p><p>• Peter Singer, <i>The Life You '
             'Can Save</i>, 3-5; “Famine, Affluence, and Morality,” 232<br/> • '
             'Luke 10:25–37<br/> • Charles Taylor, <i>The Ethics of '
             'Authenticity</i>, 28–29<br/> • Asad Tarsin, <i>Being Muslim: A '
             'Practical Guide</i>, 4–5<br/> • <i>The Analects of '
             'Confucius</i>, 1.2, 2.21, 12.11, 13.18</p><h3>Session 2: June '
             '10</h3><p><strong>What does it mean for life to go '
             'well?</strong></p><p>• Martha Nussbaum, <i>Therapy of '
             'Desire</i>, 359–64<br/> • <i>The Analects of Confucius</i>, 4.5, '
             '4.9, 4.14, 14.1-3<br/> • Jonathan Sacks, <i>Letters to the Next '
             'Generation 2</i>, Letter 5; Genesis 17<br/> • Karl Marx, <i>The '
             'German Ideology</i>, 106, 129<br/> • Martin Luther King, Jr. “I '
             'Have a Dream”<br/> • Revelation 21-22<br/> • Hartmut Rosa, “Two '
             'Versions of the Good Life and Two Forms of Fear: Dynamic '
             'Stabilization and the Resonance Conception of the Good Life,” '
             'excerpt</p><h3>Session 3: June 17</h3><p><strong>How does a good '
             'life feel?</strong></p><p>• John Stuart Mill, '
             '<i>Utilitarianism</i>, 137<br/> • Martha Nussbaum, <i>Therapy of '
             'Desire</i>, 389–390, 398-401<br/> • Michael Fishbane, <i>The '
             'Exegetical Imagination</i>, 168–172<br/> • Jonathan Sacks, '
             '<i>Letters to the Next Generation 2</i>, Letter 4<br/> • <i>The '
             'Analects of Confucius</i>, 6.20, 15.2<br/> • Oscar Wilde, <i>De '
             'Profundis</i>, 105–107<br/> • Pascal Bruckner, <i>Perpetual '
             'Euphoria</i>, 1-6</p><h3>Session : June 24</h3><p><strong>How '
             'should I live?</strong></p><p>• Kant, <i>The Groundwork of the '
             'Metaphysics of Morals</i>, excerpt<br/> • <i>Pirkei Avot</i>, '
             '1.1–3; Deuteronomy 6:1–25<br/> • John Stuart Mill, '
             '<i>Utilitarianism</i>, 148-149, 198-200<br/> • Matthew 5-7; '
             'Romans 7; Mark 1:16–20; John 15:1–17<br/> • <i>The Analects of '
             'Confucius</i>, 2.4–8, 4.15-17, 14.34, 15.9, '
             '15.18-24</p><h3>Session Five: July 1</h3><p><strong>What should '
             'I do when I fail?</strong></p><p>• Pema Chödrön, <i>Start Where '
             'You Are</i>, 72-75<br/> • Asad Tarsin, <i>Being Muslim</i>, '
             '107-8<br/> • Friedrich Nietzsche, <i>All Too Human</i>, Vol 2, '
             '“The Wanderer and His Shadow,” §323; The Gay Science §§274–75; '
             'Writings from the Late Notebooks 10.108<br/> • Romans 7; 1 John '
             '1:5–2:2</p><hr/><h2>About Rev. Dr. Drew Collins</h2><p>Drew '
             'Collins received his PhD in theology at the University of '
             'Cambridge, working with David Ford on the Christian theology of '
             'religions, the theology of Hans Frei and the 20th century '
             'ecumenical movement. After receiving his B.A. in Religious '
             'Studies from Yale College and his M.Div from Yale Divinity '
             'School, Drew moved to London to serve as the University Program '
             'Manager at the Tony Blair Faith Foundation, overseeing a global '
             'network of nine universities collaborating on research and '
             'teaching on the intersection between the secular forces of '
             'globalization and religious faiths. While helping out on an '
             'Alpha Course at his church, Holy Trinity Brompton, he met his '
             'future wife, Mary. They have three children—Agatha, Archie, and '
             'Wilfred. In New Haven, Drew and his family attend St. John’s '
             'Episcopal Church.</p><p>Drew co-teaches the undergraduate '
             'course, “Life Worth Living.” At Yale Divinity School, he teaches '
             '“Christ &amp; Being Human”. His current research interests '
             'include the Christian theology of religions, figural '
             'interpretation, the influence of apologetics on contemporary '
             'Christian theology, and scriptural reasoning.</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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/01\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/life-worth-living-5-week-course/2026-07-01/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Flife-worth-living-5-week-course%2F2026-06-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%2Flife-worth-living-5-week-course%2F2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:03 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13630
2026-06-16 08:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011669 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011669"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-25"> Thursday, June 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-06-25"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:04 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13007
2026-06-16 08:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011381 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-10011381"><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>Let imagination take the lead in this '
             'hands-on design adventure! Inspired by <em>Dancing Trees</em>, '
             'our new seating in the plaza, and our theme <em>We All '
             'Build</em>, children will explore how ideas become real by using '
             'fun architectural drawing tools to create their own '
             'one-of-a-kind designs.</p><p>Children will sketch, experiment, '
             'and bring big ideas to life using chalk on blue paper — just '
             'like creating a real blueprint from the past. It’s a playful way '
             'to learn how architects imagine, plan, and build the world '
             'around us.</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 <strong>Nancy Jameson</strong>. 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-06-27"> Saturday, June 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-06-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-architectural-drawing" '
             'title="Open Arts Studio | Architectural Drawing"> Open Arts '
             'Studio | Architectural Drawing </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-architectural-drawing%2F2026-06-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-architectural-drawing%2F2026-06-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-06-16 08:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12530
2026-06-16 08:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-07-01>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-07-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011360 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-10011360"><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-07-01"> Wednesday, July 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-07-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-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 &amp; 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"> 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-for-children%2F2026-07-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-for-children%2F2026-07-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-06-16 08:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/afternoon-tea-5/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12947
2026-06-16 08:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/afternoon-tea-5>
{'event_url': 'https://gracefarms.org/event/afternoon-tea-5',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66580 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66580"><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/2025-2026-Afternoon-Tea-v1.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.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/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends in the '
             'glass-enclosed Pavilion for an inviting afternoon tea experience '
             'featuring a refreshing pot of <span class="notranslate">Grace '
             'Farms</span> Tea and an eye-catching assortment of seasonal '
             'bites. Inspired by the elegance of English tea service, this '
             'joyful afternoon offers the perfect blend of conversation, '
             'connection, and exceptional flavor. Hosted by Pastry Chef and '
             'Educator <strong>Leah Jones</strong> and Tea Expert '
             '<strong>Frank Kwei</strong>.</p><h2>June Menu</h2><h3>Tea '
             'Sandwiches</h3><p>– Herb chicken salad on wheat bread<br/> – '
             'Radish &amp; salted butter on white bread<br/> – Zucchini '
             'focaccia</p><h3>Biscuits</h3><p>– Buttermilk biscuits<br/> – '
             'Whipped herb butter with Maldon salt<br/> – Apricot '
             'jam</p><h3>Sweet Bites</h3><p>– Beet chocolate cake<br/> – '
             'Strawberry rhubarb tart<br/> – Carrot walnut '
             'rugelach</p><p><em>Menu selections are subject to change based '
             'on what is fresh in the garden.</em></p><h4>About Your '
             'Reservation</h4><p>This unique, customized tea experience is '
             'planned in advance according to your reservation. To make '
             'changes, please email info@gracefarms.org 48 hours in advance of '
             'the program. We will do our best to accommodate your request. We '
             'are unable to offer refunds, credits, or ticket transfers. All '
             'ticket purchases are final.</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-06-26"> Friday, June 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-06-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 '
             '&amp; 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"> $48 <br/> members: $38</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/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             '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/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             '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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/mocktails-summer-2026/" '
             'rel="bookmark" tabindex="-1"><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/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/02\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/mocktails-summer-2026/" '
             'rel="bookmark">Mocktails</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-6/2026-07-11/" '
             'rel="bookmark" tabindex="-1"><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/Yoga-and-Movement-We-all-build-web.png" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Yoga-and-Movement-We-all-build-web.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/11\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-6/2026-07-11/" '
             'rel="bookmark">Yoga and Movement with Pilin '
             'Anice</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fafternoon-tea-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%2Fafternoon-tea-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-06-16 08:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12137
2026-06-16 08:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-06-26/2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011194 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-10011194"><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-06-26"> Friday, June 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-06-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-26%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-06-26%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-06-16 08:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:11 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12224
2026-06-16 08:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/learning-with-nature-tomato-loves-basil>
{'event_url': 'https://gracefarms.org/event/learning-with-nature-tomato-loves-basil',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66415 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-66415"><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/Tomato-Loves-Basil-web.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Tomato-Loves-Basil-web.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/02/Tomato-Loves-Basil-web.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Discover the delicious world of '
             'tomatoes — from heirlooms to hybrids — and learn which varieties '
             'will thrive best in your garden. <span class="notranslate">Grace '
             'Farms</span> Horticulture Specialist <strong>Michael '
             'Poulin</strong> will share his favorite picks and provide expert '
             'growing tips including all you need to know about planting, '
             'pruning, and harvesting at peak flavor.</p><p>Cap off the '
             'experience with a small seasonal treat of a caprese skewer, then '
             'take home your choice of a tomato or basil plant to jump-start '
             'your summer garden.</p><p>This program takes place rain or '
             'shine; please dress comfortably for time spent both indoors and '
             'outdoors.</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-06-20"> Saturday, June 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-06-20"> '
             '10:30 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/> members: $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/019c484b-4277-9bbc-777d-484254a238f6" '
             '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/019c484b-4277-9bbc-777d-484254a238f6" '
             '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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-07-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/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/14\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/nature-studio-for-children/2026-07-14/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/" '
             'rel="bookmark" tabindex="-1"><img 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/Edimental-Trees-2-web_SCH-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/2026/02/Edimental-Trees-2-web_SCH-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/18\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/learning-with-nature-edimental-fruit-trees/" '
             'rel="bookmark">Learning with Nature | Edimental Fruit '
             'Trees</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Flearning-with-nature-tomato-loves-basil" '
             '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-tomato-loves-basil" '
             '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-06-16 08:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13629
2026-06-16 08:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011667 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011667"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-23"> Tuesday, June 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-06-23"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12127
2026-06-16 08:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-07-31>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-07-31',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011198 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-10011198"><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-07-31"> Friday, July 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-07-31"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fbunny-book-group-2026%2F2026-07-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-06-16 08:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12671
2026-06-16 08:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-06-24>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-06-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011359 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-10011359"><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-06-24"> Wednesday, June 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-06-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-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-for-children%2F2026-06-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-06-16 08:42:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:14 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13026
2026-06-16 08:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011385 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-10011385"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-02"> Thursday, July 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-07-02"><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-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13628
2026-06-16 08:42:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011666 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011666"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-21"> Sunday, June 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-06-21"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:42:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13027
2026-06-16 08:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011389 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-10011389"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-30"> Thursday, July 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-07-30"><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-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12289
2026-06-16 08:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011613 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-10011613"><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-07-30"> Thursday, July 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-07-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fstudio-beginnings-2-2-2%2F2026-07-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-06-16 08:42:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12802
2026-06-16 08:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-07-28>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-07-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011395 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-10011395"><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-07-28"> Tuesday, July 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-07-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fnature-studio-for-children%2F2026-07-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-06-16 08:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-stroll/2026-07-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:23 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13121
2026-06-16 08:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67789 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours" id="post-67789"><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 Grace Farms 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 &amp; 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-06-25"> Thursday, June 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-06-25"> '
             '10:30 am - 12: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/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: $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/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-06-18/" '
             '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"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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"> 06/20\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/2026-06-20/" '
             '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/2026-06-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 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"> 06/27\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/2026-06-27/" '
             '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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-2026-thursdays-2-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%2Fgrace-farms-tour-2026-thursdays-2-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-july-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:23 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12516
2026-06-16 08:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-stroll/2026-07-25>
{'event_url': 'https://gracefarms.org/event/summer-stroll/2026-07-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011347 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011347"><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-Stroll-2026-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-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/02/Summer-Stroll-2026-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Take a guided walk through the <span '
             'class="notranslate">Grace Farms</span> landscape to experience '
             'the beauty of summer in full bloom. Immersive and laid-back, '
             'this walk invites you to notice the shifting signs of the season '
             'and discover the vibrant plant and animal life that makes this '
             'landscape so special. Along the way, explore the purpose and '
             'interconnectedness of surrounding ecosystems, and consider our '
             'role in sustaining and enriching them.</p><p>This walk includes '
             'uneven terrain not suitable for strollers, wheelchairs, or '
             'walkers. Please dress accordingly. Walk begins promptly at 11 '
             'am. Please arrive at least five minutes beforehand. Rain or '
             'shine.</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-07-25"> Saturday, July 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-07-25"><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/summer-stroll" title="Summer '
             'Stroll"> Summer Stroll </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/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"> $15 <br/> member: $12 <br/> child: '
             '$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/089f1f15-f40d-1173-309b-3fb103c503e9" '
             '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/089f1f15-f40d-1173-309b-3fb103c503e9" '
             '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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-07-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/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/14\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/nature-studio-for-children/2026-07-14/" '
             'rel="bookmark">Nature Studio for '
             'Children</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fsummer-stroll%2F2026-07-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%2Fsummer-stroll%2F2026-07-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-06-16 08:42:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:23 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13028
2026-06-16 08:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011736 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-10011736"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-25"> Saturday, July 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-07-25"><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-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12671
2026-06-16 08:42:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-07-29>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-07-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011364 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-10011364"><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-07-29"> Wednesday, July 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-07-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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-for-children%2F2026-07-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-06-16 08:42:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12263
2026-06-16 08:42:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees>
{'event_url': 'https://gracefarms.org/event/learning-with-nature-edimental-fruit-trees',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66306 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-66306"><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/Edimental-Trees-2-web_SCH.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Edimental-Trees-2-web_SCH.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/02/Edimental-Trees-2-web_SCH.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Transform your backyard into an edible '
             'landscape. Learn how to prepare, plant, and care for edimentals '
             '— ornamental plants that are also delicious. Focused on fruits '
             'that thrive locally, including apples, crabapples, plums, pears, '
             'and peaches, this hands-on workshop explores site selection, '
             'varieties, and seasonal care.</p><p>Afterwards, enjoy a fruit '
             'dessert bite and bring home a guide of recommended cultivators '
             'and varieties developed by the <span class="notranslate">Grace '
             'Farms</span> Horticulture Team.</p><p>This workshop takes place '
             'rain or shine. Please dress comfortably for time spent both '
             'indoors and outdoors. Not designed for strollers, or people who '
             'are not independently mobile.</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-07-18"> Saturday, July 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-07-18"> '
             '10:30 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/fc87348f-d291-f3ca-8583-78c9a962f3f4" '
             '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/fc87348f-d291-f3ca-8583-78c9a962f3f4" '
             '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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-07-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/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/14\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/nature-studio-for-children/2026-07-14/" '
             'rel="bookmark">Nature Studio for '
             'Children</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Flearning-with-nature-edimental-fruit-trees" '
             '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-edimental-fruit-trees" '
             '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-06-16 08:42:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12289
2026-06-16 08:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011612 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-10011612"><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-07-23"> Thursday, July 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-07-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fstudio-beginnings-2-2-2%2F2026-07-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-06-16 08:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18774
2026-06-16 08:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011692 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-10011692"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-25"> Saturday, July 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-07-25"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-07-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-06-16 08:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/afternoon-tea-july-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12887
2026-06-16 08:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/afternoon-tea-july-2026>
{'event_url': 'https://gracefarms.org/event/afternoon-tea-july-2026',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66582 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66582"><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/2025-2026-Afternoon-Tea-v1.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.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/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends in the '
             'glass-enclosed Pavilion for an inviting afternoon tea experience '
             'featuring a refreshing pot of <span class="notranslate">Grace '
             'Farms</span> Tea and an eye-catching assortment of seasonal '
             'bites. Inspired by the elegance of English tea service, this '
             'joyful afternoon offers the perfect blend of conversation, '
             'connection, and exceptional flavor. Hosted by Pastry Chef and '
             'Educator <strong>Leah Jones</strong> and Tea Expert '
             '<strong>Frank Kwei</strong>.</p><h2>July Menu</h2><h3>Tea '
             'Sandwiches</h3><p>– Herb chicken salad on wheat bread<br/> – '
             'Garlic Scape &amp; pine nut focaccia<br/> – Sweet pea &amp; '
             'ricotta crostini</p><h3>Biscuits</h3><p>– Buttermilk '
             'biscuits<br/> – Whipped flower butter with Maldon salt<br/> – '
             'Berry jam</p><h3>Sweet Bites</h3><p>– Peach cobbler<br/> – Sweet '
             'corn honey cake<br/> – Strawberry shortbread</p><p><em>Menu '
             'selections are subject to change based on what is fresh in the '
             'garden.</em></p><h4>About Your Reservation</h4><p>This unique, '
             'customized tea experience is planned in advance according to '
             'your reservation. To make changes, please email '
             'info@gracefarms.org 48 hours in advance of the program. We will '
             'do our best to accommodate your request. We are unable to offer '
             'refunds, credits, or ticket transfers. All ticket purchases are '
             'final.</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-07-24"> Friday, July 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-07-24"> '
             '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 '
             '&amp; 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"> $48 <br/> members: $38</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/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             '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/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             '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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/mocktails-summer-2026/" '
             'rel="bookmark" tabindex="-1"><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/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/02\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/mocktails-summer-2026/" '
             'rel="bookmark">Mocktails</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fafternoon-tea-july-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%2Fafternoon-tea-july-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-06-16 08:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12802
2026-06-16 08:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-07-21>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-07-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011394 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-10011394"><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-07-21"> Tuesday, July 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-07-21"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fnature-studio-for-children%2F2026-07-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-06-16 08:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12671
2026-06-16 08:42:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-07-22>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-07-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011363 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-10011363"><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-07-22"> Wednesday, July 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-07-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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-for-children%2F2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13027
2026-06-16 08:42:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011388 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-10011388"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-23"> Thursday, July 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-07-23"><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-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12127
2026-06-16 08:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-07-24>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-07-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011197 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-10011197"><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-07-24"> Friday, July 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-07-24"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fbunny-book-group-2026%2F2026-07-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-06-16 08:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13741
2026-06-16 08:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009513 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-10009513"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-30"> Thursday, July 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-07-30"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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-tour-2026-thursdays-2%2F2026-07-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-06-16 08:42:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13252
2026-06-16 08:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011665 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011665"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at Grace '
             'Farms and the trees that surround it." class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a Grace Farms '
             'Educator in the Commons, near the SANAA-designed Vitra flower '
             'benches, and pick up a pair of binoculars to take a close look '
             'at the plants, animals and birds that make their homes in our '
             'meadows and woodlands. Use natural materials to construct a safe '
             'and warm nest, and consult resource books to discover even more '
             'about the life flourishing just beyond the glass '
             'walls.</p><h3>About Pop-up Talks</h3><p>Pop-up talks are led by '
             'Grace Farms Education Team members and designed to scale for all '
             'ages and levels of experience. These drop-in talks are included '
             'with daily registration. Times and locations of all talks are '
             'subject to change. Please learn more about what’s offered on the '
             'day of your visit upon checking in at the West '
             'Barn.</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-06-20"> Saturday, June 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-06-20"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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"> drop-in program; free with daily '
             'registration</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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 and the trees that surround it." class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 and the trees that surround it." class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 and the trees that surround it." class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 14276
2026-06-16 08:42:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66286 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66286"><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>Discover the global story of tea in '
             'this immersive tasting experience inside the glass-enclosed '
             'Pavilion. Tea enthusiasts and curious beginners alike are '
             'invited to sample notable varietals from around the world while '
             'learning how tea has shaped culture, diplomacy, and human '
             'connection throughout history.</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-07-15"> Wednesday, July 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-07-15"> '
             '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 '
             '&amp; 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/> members: $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">Grace Farms</span>. He has been with <span '
             'class="notranslate"><span class="notranslate">Grace Farms</span> '
             'Foundation</span> since its inception, starting as the Director '
             'of Hospitality where he served as a welcoming ambassador for '
             '<span class="notranslate">Grace Farms</span>. In that role, he '
             'often provided a first introduction to <span '
             'class="notranslate">Grace Farms</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">Grace '
             'Farms</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">Grace '
             'Farms</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">Grace Farms</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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/mocktails-summer-2026/" '
             'rel="bookmark" tabindex="-1"><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/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/02\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/mocktails-summer-2026/" '
             'rel="bookmark">Mocktails</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-tea-101-tea-diplomacy" '
             '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-tea-101-tea-diplomacy" '
             '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-06-16 08:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13027
2026-06-16 08:42:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011387 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-10011387"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-16"> Thursday, July 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-07-16"><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-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12289
2026-06-16 08:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011611 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-10011611"><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-07-16"> Thursday, July 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-07-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fstudio-beginnings-2-2-2%2F2026-07-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-06-16 08:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12127
2026-06-16 08:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-07-17>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-07-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011196 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-10011196"><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-07-17"> Friday, July 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-07-17"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fbunny-book-group-2026%2F2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13029
2026-06-16 08:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011735 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-10011735"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-18"> Saturday, July 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-07-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/open-arts-studio-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:44 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13631
2026-06-16 08:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011668 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011668"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-24"> Wednesday, June 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-06-24"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:44 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13741
2026-06-16 08:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009512 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-10009512"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-23"> Thursday, July 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-07-23"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fgrace-farms-tour-2026-thursdays-2%2F2026-07-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-06-16 08:42:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:47 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:47 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12160
2026-06-16 08:42:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4>
{'event_url': 'https://gracefarms.org/event/move-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-4',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66319 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-66319"><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/04/Danielle-August-Barre2.png" '
             'decoding="async" fetchpriority="high" height="495" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Danielle-August-Barre2.png" '
             'width="880"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="495" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Danielle-August-Barre2.png" '
             'width="880"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This 45-minute barre-less barre class '
             'is a no-impact class focused on flexibility and total body '
             'strengthening. This unique method blends components of ballet, '
             'yoga, and Pilates. Instructor <strong>Danielle '
             'Aviezer</strong>’s personal attention to her students ensures an '
             'encouraging and uplifting environment in her '
             'classes.</p><p><em>Move with Grace Farms x lululemon</em> is a '
             'monthly summer movement series in the Court developed in '
             'collaboration with local lululemon ambassadors and designed to '
             'restore and ignite the energy to live a more balanced '
             'life.</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-07-25"> Saturday, July 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-07-25"> '
             '10:30 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/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">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</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/01924970-193c-0498-2210-7c6fc2d36cfb" '
             '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/01924970-193c-0498-2210-7c6fc2d36cfb" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with Grace Farms x lululemon |\xa0Strength '
             'with Ottis Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2Fmove-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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%2Fmove-with-grace-farms-x-lululemon-barre-with-danielle-aviezer-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-06-16 08:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12887
2026-06-16 08:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-07-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011383 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011383"><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/Yoga-and-Movement-We-all-build-web.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Yoga-and-Movement-We-all-build-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/Yoga-and-Movement-We-all-build-web.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert, <strong>Pilin Anice</strong>. This invigorating class '
             'takes participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</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-07-11"> Saturday, July 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-07-11"><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/yoga-and-movement-with-pilin-anice-4" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; 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/0195d397-55a7-eef7-80d9-d1f2484224bc" '
             '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/0195d397-55a7-eef7-80d9-d1f2484224bc" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fyoga-and-movement-with-pilin-anice-6%2F2026-07-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%2Fyoga-and-movement-with-pilin-anice-6%2F2026-07-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-06-16 08:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:50 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12288
2026-06-16 08:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011610 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-10011610"><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-07-09"> Thursday, July 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-07-09"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-09" '
             '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%2F2026-07-09" '
             '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-06-16 08:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:51 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12127
2026-06-16 08:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-07-10>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-07-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011195 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-10011195"><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-07-10"> Friday, July 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-07-10"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fbunny-book-group-2026%2F2026-07-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-juneteenth/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:51 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18774
2026-06-16 08:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011691 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-10011691"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-18"> Saturday, July 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-07-18"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-07-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-06-16 08:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:51 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13029
2026-06-16 08:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011734 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-10011734"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-11"> Saturday, July 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-07-11"><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/open-arts-studio-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-build-a-model%2F2026-07-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%2Fopen-arts-studio-build-a-model%2F2026-07-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-06-16 08:42:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:52 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12833
2026-06-16 08:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11>
{'event_url': 'https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-07-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011352 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-children-families '
             'cat_community cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011352"><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/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.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/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience the joy of music this summer '
             'with Jumpin’ Jams, a beloved live music and movement program for '
             'young children. Led by professional musician <strong>Jason '
             'Pharr</strong>, whose unique and memorable songs nurture early '
             'language development and spark curiosity about the world, this '
             'upbeat session gets little ones singing, dancing, and exploring '
             'rhythm in a fun and supportive environment.</p><p>Recommended '
             'for ages 9 months to 4 years with adult caregivers.</p><p>\xa0'
             '</p><p>\xa0</p><p><em>Image credit Vanessa Van Ryzin/Mindful '
             'Motion Photo</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-07-11"> Saturday, July 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-07-11"><div class="tribe-recurring-event-time">10:30 '
             'am - 11:15 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/jumpin-james-at-grace-farms" '
             'title="Jumpin’ Jams at Grace Farms"> Jumpin’ Jams at <span '
             'class="notranslate">Grace Farms</span> </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; 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"> $38 <br/> members: $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/b27a83fb-823f-6075-e5d6-21be945e24e0" '
             '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/b27a83fb-823f-6075-e5d6-21be945e24e0" '
             '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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             'rel="bookmark">Studio '
             'Beginnings</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fjumpin-jams-at-grace-farms%2F2026-07-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%2Fjumpin-jams-at-grace-farms%2F2026-07-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-06-16 08:42:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:53 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12671
2026-06-16 08:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-07-15>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-07-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011362 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-10011362"><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-07-15"> Wednesday, July 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-07-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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-for-children%2F2026-07-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-06-16 08:42:54 [scrapy.extensions.logstats] INFO: Crawled 60 pages (at 48 pages/min), scraped 58 items (at 47 items/min)
2026-06-16 08:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:55 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13740
2026-06-16 08:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009510 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-10009510"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-09"> Thursday, July 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-07-09"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-09" '
             '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-07-09" '
             '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-06-16 08:42:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:59 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13630
2026-06-16 08:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011664 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011664"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-18"> Thursday, June 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-06-18"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/pop-up-talk-noticing-nature-nests/2026-06-20/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:42:59 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12992
2026-06-16 08:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-june-26/2026-06-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011371 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-10011371"><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>Let imagination take the lead in this '
             'hands-on design adventure! Inspired by <em>Dancing Trees</em>, '
             'our new seating in the plaza, and our theme <em>We All '
             'Build</em>, children will explore how ideas become real by using '
             'fun architectural drawing tools to create their own '
             'one-of-a-kind designs.</p><p>Children will sketch, experiment, '
             'and bring big ideas to life using chalk on blue paper — just '
             'like creating a real blueprint from the past. It’s a playful way '
             'to learn how architects imagine, plan, and build the world '
             'around us.</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 <strong>Nancy Jameson</strong>. 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-06-18"> Thursday, June 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-06-18"><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-architectural-drawing" '
             'title="Open Arts Studio | Architectural Drawing"> Open Arts '
             'Studio | Architectural Drawing </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-architectural-drawing/2026-06-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/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"> 06/20\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/open-arts-studio-architectural-drawing/2026-06-20/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-june-26%2F2026-06-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%2Fopen-arts-studio-june-26%2F2026-06-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-06-16 08:43:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:00 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6303
2026-06-16 08:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-14>
{'event_url': 'https://gracefarms.org/event/closed-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66326 tribe_events type-tribe_events '
             'status-publish hentry" id="post-66326"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Happy Independence Day! We will re-open '
             'on Tuesday, July 7.</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-07-03"> Friday, July 3 '
             '</abbr></dd></div><div class="detail-item"><dt> End:</dt><dd> '
             '<abbr class="tribe-events-abbr dtend" title="2026-07-05"> '
             'Sunday, July 5 </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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fclosed-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-06-16 08:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-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-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:01 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13007
2026-06-16 08:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011380 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-10011380"><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>Let imagination take the lead in this '
             'hands-on design adventure! Inspired by <em>Dancing Trees</em>, '
             'our new seating in the plaza, and our theme <em>We All '
             'Build</em>, children will explore how ideas become real by using '
             'fun architectural drawing tools to create their own '
             'one-of-a-kind designs.</p><p>Children will sketch, experiment, '
             'and bring big ideas to life using chalk on blue paper — just '
             'like creating a real blueprint from the past. It’s a playful way '
             'to learn how architects imagine, plan, and build the world '
             'around us.</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 <strong>Nancy Jameson</strong>. 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-06-20"> Saturday, June 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-06-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-architectural-drawing" '
             'title="Open Arts Studio | Architectural Drawing"> Open Arts '
             'Studio | Architectural Drawing </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-architectural-drawing%2F2026-06-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-architectural-drawing%2F2026-06-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-06-16 08:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:01 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12802
2026-06-16 08:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-07-14>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-07-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011393 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-10011393"><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-07-14"> Tuesday, July 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-07-14"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-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%2Fnature-studio-for-children%2F2026-07-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-06-16 08:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:02 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12222
2026-06-16 08:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis>
{'event_url': 'https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66316 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-66316"><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/04/Ottis-Lewis-Slider.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Ottis-Lewis-Slider.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/04/Ottis-Lewis-Slider.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Elevate your fitness during this '
             'dynamic workout focusing on upper body, lower body, and core '
             'strength! Taught by coach, trainer, and motivator <strong>Ottis '
             'Lewis</strong>, this class incorporates bodyweight and band '
             'resistance movements including squats, pushups, and mountain '
             'climbers.</p><p><em>Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon</em> is a monthly summer movement '
             'series in the Court developed in collaboration with local '
             'lululemon ambassadors and designed to restore and ignite the '
             'energy to live a more balanced life.</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-06-20"> Saturday, June 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-06-20"> '
             '10:30 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/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"> $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/01924970-193c-0498-2210-7c6fc2d36cfb" '
             '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/01924970-193c-0498-2210-7c6fc2d36cfb" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/01\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/life-worth-living-5-week-course/2026-07-01/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fmove-with-grace-farms-x-lululemon-strength-with-ottis-lewis" '
             '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%2Fmove-with-grace-farms-x-lululemon-strength-with-ottis-lewis" '
             '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-06-16 08:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:02 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18774
2026-06-16 08:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-07-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011690 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-10011690"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07-11"> Saturday, July 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-07-11"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-07-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-07-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-06-16 08:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-juneteenth/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:05 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:05 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6193
2026-06-16 08:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-juneteenth>
{'event_url': 'https://gracefarms.org/event/closed-juneteenth',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66328 tribe_events type-tribe_events '
             'status-publish hentry" id="post-66328"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>We are closed today, Friday, June 19, '
             'in observance of Juneteenth.</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-06-19"> Friday, June 19 '
             '</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-juneteenth" '
             '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-juneteenth" '
             '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-06-16 08:43:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:06 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18774
2026-06-16 08:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-06-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011687 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-10011687"><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 &lt;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" '
             '/&gt;</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 &amp; 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-06-20"> Saturday, June 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-06-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-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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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/2026-06-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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/2026-06-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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-06-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-2025-saturdays-2-2-2-2-2%2F2026-06-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-06-16 08:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:07 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13630
2026-06-16 08:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011663 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011663"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-17"> Wednesday, June 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-06-17"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/16\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/pop-up-talk-noticing-nature-nests/2026-06-16/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/pop-up-talk-noticing-nature-nests/2026-06-20/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:43:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:08 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 14451
2026-06-16 08:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66271 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66271"><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>The experience of drinking tea varies '
             'vastly from culture to culture. For some, preparing and drinking '
             'tea is part of a ritual rooted in ancient tradition. For others, '
             'it’s a nourishing beverage perfect for sipping while '
             'on-the-go.</p><p>Join Tea Expert <strong>Frank Kwei</strong> for '
             'a deep dive into the differences between Eastern and Western tea '
             'culture and practice. As you taste a range of tea varietals from '
             'across the globe, learn about the tea itself, the distinct wares '
             'in which it’s served, how it’s presented, and '
             'more.</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-06-17"> Wednesday, June 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-06-17"> '
             '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 '
             '&amp; 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/> members: $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"> Purchase '
             '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"> Purchase '
             '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">Grace Farms</span>. He has been with <span '
             'class="notranslate"><span class="notranslate">Grace Farms</span> '
             'Foundation</span> since its inception, starting as the Director '
             'of Hospitality where he served as a welcoming ambassador for '
             '<span class="notranslate">Grace Farms</span>. In that role, he '
             'often provided a first introduction to <span '
             'class="notranslate">Grace Farms</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">Grace '
             'Farms</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">Grace '
             'Farms</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">Grace Farms</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-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/mocktails-summer-2026/" '
             'rel="bookmark" tabindex="-1"><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/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/02\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/mocktails-summer-2026/" '
             'rel="bookmark">Mocktails</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-6/2026-07-11/" '
             'rel="bookmark" tabindex="-1"><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/Yoga-and-Movement-We-all-build-web.png" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Yoga-and-Movement-We-all-build-web.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/11\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-6/2026-07-11/" '
             'rel="bookmark">Yoga and Movement with Pilin '
             'Anice</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-eastern-and-western-tea-culture-practices-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%2Fjourney-into-the-world-of-tea-eastern-and-western-tea-culture-practices-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-06-16 08:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:08 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12344
2026-06-16 08:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-06-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011607 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-10011607"><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-06-18"> Thursday, June 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-06-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/open-arts-studio-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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/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"> 06/20\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/open-arts-studio-architectural-drawing/2026-06-20/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-06-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-2-2-2%2F2026-06-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-06-16 08:43:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12670
2026-06-16 08:43:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-07-08>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-07-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011361 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-10011361"><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-07-08"> Wednesday, July 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-07-08"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07-08" '
             '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-07-08" '
             '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-06-16 08:43:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-07-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-07-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-07-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [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-06-16 08:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [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-06-16 08:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:17 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12851
2026-06-16 08:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-build-a-model/2026-07-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011386 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-10011386"><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/Dancing-Trees-plaza.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dancing-Trees-plaza.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/Dancing-Trees-plaza.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the magic of design in this '
             'playful, hands-on workshop! Inspired by handcrafted models of '
             '<em>Dancing Trees, </em>the new seating in the Plaza, created by '
             'Kazuyo Sejima &amp; Associates, children will embark on a '
             'scavenger hunt — searching the Plaza to match each miniature '
             'model to its full-sized sculptural bench.</p><p>After '
             'discovering how designers turn ideas into form, participants '
             'will head into the studio to create their own original model out '
             'of clay — shaping, molding, and transforming their ideas into '
             'something they can hold. It’s a creative adventure that brings '
             'architecture to life for young makers.</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 '
             '<strong>Nancy Jameson</strong>. 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-07-09"> Thursday, July 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-07-09"><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-build-a-model" '
             'title="Open Arts Studio | Build a Model"> Open Arts Studio | '
             'Build a Model </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-build-a-model%2F2026-07-09" '
             '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-build-a-model%2F2026-07-09" '
             '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-06-16 08:43:17 [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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:18 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12804
2026-06-16 08:43:18 [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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12876
2026-06-16 08:43:19 [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 <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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-06-16 08:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12673
2026-06-16 08:43:19 [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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13743
2026-06-16 08:43:19 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16905
2026-06-16 08:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17>
{'event_url': 'https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011206 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-faith cat_community '
             'cat_faith tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011206"><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/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.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/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>What is the shape of a flourishing '
             'life?</h2><p>Join <strong>Rev. Dr. Drew Collins</strong>, '
             'Associate Research Scholar and Lecturer at the Yale Center for '
             'Faith &amp; Culture, for a 5-week course drawing from a range of '
             'philosophical and religious traditions to inspire thoughtful '
             'conversation on questions of meaning and purpose in our '
             'lives.</p><p>Each week, read a set of religious and '
             'philosophical texts that offer distinct perspectives on what it '
             'means to live well. During class, enjoy a cup of <span '
             'class="notranslate">Grace Farms</span> coffee or tea and discuss '
             'the assigned readings — putting Confucius in conversation with '
             'Oscar Wilde, or Friedrich Nietzsche in dialogue with the Buddha '
             '— to better understand the stakes, insights, and trade-offs '
             'within each tradition’s approach.</p><p>Class meets on '
             'Wednesdays, in-person at <span class="notranslate">Grace '
             'Farms</span>, located at 365 Lukes Wood Road New Canaan, CT. '
             'Readings will be provided, and are no more than 30 '
             'pages.</p><h3>learn more about the sessions and readings '
             'below</h3></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-06-17"> Wednesday, June 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-06-17"><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/life-worth-living-5-week-course" '
             'title="Life Worth Living 5-Week Course"> Life Worth Living '
             '5-Week Course </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/faith" '
             'rel="tag">Faith</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"> $250 for five weeks <br/> members: '
             '$200</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/2cb2ca25-29ef-2cf6-d649-eb32c5129a43" '
             '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/2cb2ca25-29ef-2cf6-d649-eb32c5129a43" '
             '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>Session 1: June 3</h3><p><strong>What are my '
             'responsibilities?</strong></p><p>• Peter Singer, <i>The Life You '
             'Can Save</i>, 3-5; “Famine, Affluence, and Morality,” 232<br/> • '
             'Luke 10:25–37<br/> • Charles Taylor, <i>The Ethics of '
             'Authenticity</i>, 28–29<br/> • Asad Tarsin, <i>Being Muslim: A '
             'Practical Guide</i>, 4–5<br/> • <i>The Analects of '
             'Confucius</i>, 1.2, 2.21, 12.11, 13.18</p><h3>Session 2: June '
             '10</h3><p><strong>What does it mean for life to go '
             'well?</strong></p><p>• Martha Nussbaum, <i>Therapy of '
             'Desire</i>, 359–64<br/> • <i>The Analects of Confucius</i>, 4.5, '
             '4.9, 4.14, 14.1-3<br/> • Jonathan Sacks, <i>Letters to the Next '
             'Generation 2</i>, Letter 5; Genesis 17<br/> • Karl Marx, <i>The '
             'German Ideology</i>, 106, 129<br/> • Martin Luther King, Jr. “I '
             'Have a Dream”<br/> • Revelation 21-22<br/> • Hartmut Rosa, “Two '
             'Versions of the Good Life and Two Forms of Fear: Dynamic '
             'Stabilization and the Resonance Conception of the Good Life,” '
             'excerpt</p><h3>Session 3: June 17</h3><p><strong>How does a good '
             'life feel?</strong></p><p>• John Stuart Mill, '
             '<i>Utilitarianism</i>, 137<br/> • Martha Nussbaum, <i>Therapy of '
             'Desire</i>, 389–390, 398-401<br/> • Michael Fishbane, <i>The '
             'Exegetical Imagination</i>, 168–172<br/> • Jonathan Sacks, '
             '<i>Letters to the Next Generation 2</i>, Letter 4<br/> • <i>The '
             'Analects of Confucius</i>, 6.20, 15.2<br/> • Oscar Wilde, <i>De '
             'Profundis</i>, 105–107<br/> • Pascal Bruckner, <i>Perpetual '
             'Euphoria</i>, 1-6</p><h3>Session : June 24</h3><p><strong>How '
             'should I live?</strong></p><p>• Kant, <i>The Groundwork of the '
             'Metaphysics of Morals</i>, excerpt<br/> • <i>Pirkei Avot</i>, '
             '1.1–3; Deuteronomy 6:1–25<br/> • John Stuart Mill, '
             '<i>Utilitarianism</i>, 148-149, 198-200<br/> • Matthew 5-7; '
             'Romans 7; Mark 1:16–20; John 15:1–17<br/> • <i>The Analects of '
             'Confucius</i>, 2.4–8, 4.15-17, 14.34, 15.9, '
             '15.18-24</p><h3>Session Five: July 1</h3><p><strong>What should '
             'I do when I fail?</strong></p><p>• Pema Chödrön, <i>Start Where '
             'You Are</i>, 72-75<br/> • Asad Tarsin, <i>Being Muslim</i>, '
             '107-8<br/> • Friedrich Nietzsche, <i>All Too Human</i>, Vol 2, '
             '“The Wanderer and His Shadow,” §323; The Gay Science §§274–75; '
             'Writings from the Late Notebooks 10.108<br/> • Romans 7; 1 John '
             '1:5–2:2</p><hr/><h2>About Rev. Dr. Drew Collins</h2><p>Drew '
             'Collins received his PhD in theology at the University of '
             'Cambridge, working with David Ford on the Christian theology of '
             'religions, the theology of Hans Frei and the 20th century '
             'ecumenical movement. After receiving his B.A. in Religious '
             'Studies from Yale College and his M.Div from Yale Divinity '
             'School, Drew moved to London to serve as the University Program '
             'Manager at the Tony Blair Faith Foundation, overseeing a global '
             'network of nine universities collaborating on research and '
             'teaching on the intersection between the secular forces of '
             'globalization and religious faiths. While helping out on an '
             'Alpha Course at his church, Holy Trinity Brompton, he met his '
             'future wife, Mary. They have three children—Agatha, Archie, and '
             'Wilfred. In New Haven, Drew and his family attend St. John’s '
             'Episcopal Church.</p><p>Drew co-teaches the undergraduate '
             'course, “Life Worth Living.” At Yale Divinity School, he teaches '
             '“Christ &amp; Being Human”. His current research interests '
             'include the Christian theology of religions, figural '
             'interpretation, the influence of apologetics on contemporary '
             'Christian theology, and scriptural reasoning.</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-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-07-01/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/01\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/life-worth-living-5-week-course/2026-07-01/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Flife-worth-living-5-week-course%2F2026-06-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%2Flife-worth-living-5-week-course%2F2026-06-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-06-16 08:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6355
2026-06-16 08:43:19 [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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:19 [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-06-16 08:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13630
2026-06-16 08:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16>
{'event_url': 'https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011662 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-pop-up-talks cat_pop-up-talks '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011662"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms and the trees that '
             'surround it." class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="900" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk.png" '
             'width="1600"/>Grace Farms and the trees that surround it." '
             'decoding="async" fetchpriority="high" /&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn more about the landscape '
             'surrounding the River building!</p><p>Join a <span '
             'class="notranslate">Grace Farms</span> Educator in the Commons, '
             'near the SANAA-designed Vitra flower benches, and pick up a pair '
             'of binoculars to take a close look at the plants, animals and '
             'birds that make their homes in our meadows and woodlands. Use '
             'natural materials to construct a safe and warm nest, and consult '
             'resource books to discover even more about the life flourishing '
             'just beyond the glass walls.</p><h3>About Pop-up '
             'Talks</h3><p>Pop-up talks are led by <span '
             'class="notranslate">Grace Farms</span> Education Team members '
             'and designed to scale for all ages and levels of experience. '
             'These drop-in talks are included with daily registration. Times '
             'and locations of all talks are subject to change. Please learn '
             'more about what’s offered on the day of your visit upon checking '
             'in at the West Barn.</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-06-16"> Tuesday, June 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-06-16"><div class="tribe-recurring-event-time">1:00 '
             'pm - 1: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/pop-up-talk-noticing-nature-nests" '
             'title="Pop-up Talk | Noticing Nature: Nests"> Pop-up Talk | '
             'Noticing Nature: Nests </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/pop-up-talks" '
             'rel="tag">Pop-up Talks</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></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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/pop-up-talk-noticing-nature-nests/2026-06-17/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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/pop-up-talk-noticing-nature-nests/2026-06-18/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/pop-up-talk-noticing-nature-nests/2026-06-20/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms and the trees that surround it." class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-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 &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Noticing-Nature-Popup-Talk-1024x576.png" '
             'width="1024"/>Grace Farms and the trees that surround it." '
             'decoding="async" /&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/pop-up-talk-noticing-nature-nests/2026-06-20/" '
             'rel="bookmark">Pop-up Talk | Noticing Nature: '
             'Nests</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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%2Fpop-up-talk-noticing-nature-nests%2F2026-06-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-06-16 08:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12291
2026-06-16 08:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-27>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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%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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [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-06-16 08:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12652
2026-06-16 08:43:20 [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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [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-06-16 08:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:21 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18776
2026-06-16 08:43:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-29>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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%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-06-16 08:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/afternoon-tea-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [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-06-16 08:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12866
2026-06-16 08:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/afternoon-tea-6>
{'event_url': 'https://gracefarms.org/event/afternoon-tea-6',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66584 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66584"><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/2025-2026-Afternoon-Tea-v1.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.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/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends in the '
             'glass-enclosed Pavilion for an inviting afternoon tea experience '
             'featuring a refreshing pot of <span class="notranslate">Grace '
             'Farms</span> Tea and an eye-catching assortment of seasonal '
             'bites. Inspired by the elegance of English tea service, this '
             'joyful afternoon offers the perfect blend of conversation, '
             'connection, and exceptional flavor. Hosted by Pastry Chef and '
             'Educator <strong>Leah Jones</strong> and Tea Expert '
             '<strong>Frank Kwei</strong>.</p><h2>August Menu</h2><h3>Tea '
             'Sandwiches</h3><p>– Herb chicken salad on wheat bread<br/> – '
             'Cucumber &amp; chive cream cheese on white bread<br/> – Heirloom '
             'tomato crostini</p><h3>Biscuits</h3><p>– Buttermilk '
             'biscuits<br/> – Whipped herb butter with Maldon salt<br/> – '
             'Berry jam</p><h3>Sweet Bites</h3><p>– Plum almond cake<br/> – '
             'Blueberry lemon tart<br/> – Coconut macaroons</p><p><em>Menu '
             'selections are subject to change based on what is fresh in the '
             'garden.</em></p><h4>About Your Reservation</h4><p>This unique, '
             'customized tea experience is planned in advance according to '
             'your reservation. To make changes, please email '
             'info@gracefarms.org 48 hours in advance of the program. We will '
             'do our best to accommodate your request. We are unable to offer '
             'refunds, credits, or ticket transfers. All ticket purchases are '
             'final.</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-21"> Friday, August 21 '
             '</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-21"> '
             '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 '
             '&amp; 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"> $48 <br/> member: $38</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/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             '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/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             '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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/mocktails-summer-2026/" '
             'rel="bookmark" tabindex="-1"><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/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/02\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/mocktails-summer-2026/" '
             'rel="bookmark">Mocktails</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fafternoon-tea-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%2Fafternoon-tea-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-06-16 08:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12612
2026-06-16 08:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-21>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011330 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-10011330"><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/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</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-21"> Friday, August 21 '
             '</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-21"><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/summer-passport-week-2" '
             'title="Summer Passport Week"> Summer Passport Week </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fsummer-passport-week-2026%2F2026-08-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%2Fsummer-passport-week-2026%2F2026-08-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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [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-06-16 08:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12877
2026-06-16 08:43:29 [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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12129
2026-06-16 08:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-28>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-28',
 '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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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" '
             '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" '
             '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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/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-06-16 08:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:35 [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-06-16 08:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13239
2026-06-16 08:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-06-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009507 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-10009507"><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 Grace Farms 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 &amp; 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-06-18"> Thursday, June 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-06-18"><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">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-2025-saturdays-2-2-2-2-2/2026-06-20/" '
             '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"> 06/20\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/2026-06-20/" '
             '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-2026-thursdays-2-2/" '
             '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"> 06/25\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-2/" '
             '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/2026-06-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 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"> 06/27\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/2026-06-27/" '
             '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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-2026-thursdays-2%2F2026-06-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%2Fgrace-farms-tour-2026-thursdays-2%2F2026-06-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-06-16 08:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-06-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43: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-06-16 08:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12705
2026-06-16 08:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-06-17>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-06-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011358 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-10011358"><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-06-17"> Wednesday, June 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-06-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-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 &amp; 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/studio-beginnings-2-2-2/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-architectural-drawing/2026-06-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/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"> 06/20\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/open-arts-studio-architectural-drawing/2026-06-20/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-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-for-children%2F2026-06-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-06-16 08:43:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:43 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:43 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12615
2026-06-16 08:43:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-19>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011328 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-10011328"><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/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</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-19"> Wednesday, August 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-08-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/summer-passport-week-2" '
             'title="Summer Passport Week"> Summer Passport Week </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fsummer-passport-week-2026%2F2026-08-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%2Fsummer-passport-week-2026%2F2026-08-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-06-16 08:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:44 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12129
2026-06-16 08:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-14>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011200 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-10011200"><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-14"> Friday, August 14 '
             '</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-14"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fbunny-book-group-2026%2F2026-08-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-06-16 08:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:44 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18776
2026-06-16 08:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-15>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011695 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-10011695"><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 &lt;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" '
             '/&gt;</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 &amp; 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-15"> Saturday, August 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-08-15"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-08-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-08-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-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-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [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-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-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-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12291
2026-06-16 08:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011616 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-10011616"><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-20"> Thursday, August 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-08-20"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-08-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%2Fstudio-beginnings-2-2-2%2F2026-08-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-06-16 08:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13065
2026-06-16 08:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5>
{'event_url': 'https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66321 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-66321"><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/04/Jane-Krantz-Move-w-GF-and-Lulu.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu.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/04/Jane-Krantz-Move-w-GF-and-Lulu.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This yoga class centers on moving '
             'through transitions with grace and finding stability in order to '
             'move with freedom, awareness, and expression. Starting with '
             'grounding breathwork, instructor</p><div '
             'data-slate-type="paragraph">This yoga class centers on moving '
             'through transitions with grace and finding stability in order to '
             'move with freedom, awareness, and expression. Starting with '
             'grounding breathwork, instructor Jane Krantz will guide you '
             'through movement that will ignite a little bit of heat and a lot '
             'of joy, ending in a restful savasana.</div><div '
             'data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Move with <span '
             'class="notranslate">Grace Farms</span> x lululemon is a monthly '
             'summer movement series in the Court developed in collaboration '
             'with local lululemon ambassadors and designed to restore and '
             'ignite the energy to live a more balanced life.</div><p>will '
             'guide you through movement that will ignite a little bit of heat '
             'and a lot of joy, ending in a restful savasana.</p><p><em>Move '
             'with <span class="notranslate">Grace Farms</span> x '
             'lululemon</em> is a monthly summer movement series in the Court '
             'developed in collaboration with local lululemon ambassadors and '
             'designed to restore and ignite the energy to live a more '
             'balanced life.</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-15"> Saturday, August 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-08-15"> '
             '10:30 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/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"> $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/01924970-193c-0498-2210-7c6fc2d36cfb" '
             '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/01924970-193c-0498-2210-7c6fc2d36cfb" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fmove-with-grace-farms-x-lululemon-yoga-with-jane-krantz-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%2Fmove-with-grace-farms-x-lululemon-yoga-with-jane-krantz-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-06-16 08:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12652
2026-06-16 08:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-08-14>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-08-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011344 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-10011344"><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-14"> Friday, August 14 '
             '</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-14"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fbuilder-beginnings%2F2026-08-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-06-16 08:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:45 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12667
2026-06-16 08:43:45 [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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-06-16 08:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:45 [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-06-16 08:43:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [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-06-16 08:43:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12877
2026-06-16 08:43:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011413 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-10011413"><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-15"> Saturday, August 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-08-15"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-landscape-collages%2F2026-08-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-06-16 08:43:53 [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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:53 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 14584
2026-06-16 08:43:53 [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-12"> Wednesday, August 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-08-12"> '
             '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 '
             '&amp; 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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/mocktails-summer-2026/" '
             'rel="bookmark" tabindex="-1"><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/03/2025-Summer-Mocktails-hero.png" '
             '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/2025/03/2025-Summer-Mocktails-hero.png" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/02\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/mocktails-summer-2026/" '
             'rel="bookmark">Mocktails</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12291
2026-06-16 08:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-13>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011615 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-10011615"><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-13"> Thursday, August 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-08-13"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-08-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%2Fstudio-beginnings-2-2-2%2F2026-08-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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/magnifying-small-wonders-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12654
2026-06-16 08:43:54 [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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [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-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12023
2026-06-16 08:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/magnifying-small-wonders-2>
{'event_url': 'https://gracefarms.org/event/magnifying-small-wonders-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66475 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-66475"><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/Magnifying-Small-Wonders-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Magnifying-Small-Wonders-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/Magnifying-Small-Wonders-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Sometimes, the tiniest insects play the '
             'biggest role in our ecosystem!</p><p>Discover the hidden world '
             'of caterpillars, butterflies, and other extraordinary insects '
             'that call Grace Farms home. Families are invited to use powerful '
             'magnifying tools, field equipment, and high-resolution '
             'micrography to get a closer look at the extraordinary natural '
             'world around us.</p><p>Recommended for ages 5+ 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-20"> Thursday, August 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-08-20"> '
             '10:00 am - 2: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/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; 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"> 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2Fmagnifying-small-wonders-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%2Fmagnifying-small-wonders-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-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12474
2026-06-16 08:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-20>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011329 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-10011329"><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/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</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-20"> Thursday, August 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-08-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/summer-passport-week-2" '
             'title="Summer Passport Week"> Summer Passport Week </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 &amp; 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"> 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2Fsummer-passport-week-2026%2F2026-08-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%2Fsummer-passport-week-2026%2F2026-08-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-06-16 08:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:54 [scrapy.extensions.logstats] INFO: Crawled 109 pages (at 49 pages/min), scraped 102 items (at 44 items/min)
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12673
2026-06-16 08:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-08-12>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-08-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011366 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-10011366"><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-12"> Wednesday, August 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-08-12"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fmaterials-studio-for-children%2F2026-08-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-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13743
2026-06-16 08:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009515 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-10009515"><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 &lt;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" '
             '/&gt;</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 &amp; 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-13"> Thursday, August 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-08-13"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:55 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18293
2026-06-16 08:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-22>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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 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 &amp; 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"> 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-06-18/" '
             '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"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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"> 06/20\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/2026-06-20/" '
             '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-2026-thursdays-2-2/" '
             '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"> 06/25\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-2/" '
             '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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%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%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-06-16 08:43:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:43:56 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:56 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12876
2026-06-16 08:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011412 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-10011412"><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-13"> Thursday, August 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-08-13"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-landscape-collages%2F2026-08-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-06-16 08:43:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:43:59 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:43:59 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12613
2026-06-16 08:43:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-18>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011327 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-10011327"><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/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</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-18"> Tuesday, August 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-08-18"><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/summer-passport-week-2" '
             'title="Summer Passport Week"> Summer Passport Week </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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fsummer-passport-week-2026%2F2026-08-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%2Fsummer-passport-week-2026%2F2026-08-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-06-16 08:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [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-06-16 08:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:01 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12804
2026-06-16 08:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-08-11>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-08-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011397 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-10011397"><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-11"> Tuesday, August 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-08-11"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fnature-studio-for-children%2F2026-08-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-06-16 08:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:02 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12291
2026-06-16 08:44:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011719 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-10011719"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-2%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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:02 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13743
2026-06-16 08:44:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009522 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-10009522"><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 &lt;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" '
             '/&gt;</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 &amp; 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-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: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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fgrace-farms-tour-2026-thursdays-2%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-06-16 08:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:03 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12834
2026-06-16 08:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08>
{'event_url': 'https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011353 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-children-families '
             'cat_community cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011353"><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/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.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/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience the joy of music this summer '
             'with Jumpin’ Jams, a beloved live music and movement program for '
             'young children. Led by professional musician <strong>Jason '
             'Pharr</strong>, whose unique and memorable songs nurture early '
             'language development and spark curiosity about the world, this '
             'upbeat session gets little ones singing, dancing, and exploring '
             'rhythm in a fun and supportive environment.</p><p>Recommended '
             'for ages 9 months to 4 years with adult caregivers.</p><p>\xa0'
             '</p><p>\xa0</p><p><em>Image credit Vanessa Van Ryzin/Mindful '
             'Motion Photo</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-08"> Saturday, August 8 '
             '</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-08"><div class="tribe-recurring-event-time">10:30 '
             'am - 11:15 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/jumpin-james-at-grace-farms" '
             'title="Jumpin’ Jams at Grace Farms"> Jumpin’ Jams at <span '
             'class="notranslate">Grace Farms</span> </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; 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"> $38 <br/> members: $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/b27a83fb-823f-6075-e5d6-21be945e24e0" '
             '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/b27a83fb-823f-6075-e5d6-21be945e24e0" '
             '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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             'rel="bookmark">Studio '
             'Beginnings</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fjumpin-jams-at-grace-farms%2F2026-08-08" '
             '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%2Fjumpin-jams-at-grace-farms%2F2026-08-08" '
             '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-06-16 08:44:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:04 [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-06-16 08:44:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/leslie-odom-jr/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [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-06-16 08:44:05 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:05 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18097
2026-06-16 08:44:05 [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>\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 &amp; '
             'Friends in March 2023. The book debuted on the\u202f<em>New York '
             'Times</em>\xa0bestseller 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>,\xa0'
             'was 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/> Group B: $350<br/> '
             'Group C: $250<br/> <i>member discount does not apply to this '
             'event</i></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</h2><p>Opt for the ease of on-site '
             'parking.</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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [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-06-16 08:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:06 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12876
2026-06-16 08:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011411 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-10011411"><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-08"> Saturday, August 8 '
             '</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-08"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-08" '
             '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-08" '
             '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-06-16 08:44:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18775
2026-06-16 08:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011694 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-10011694"><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 &lt;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" '
             '/&gt;</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 &amp; 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-08"> Saturday, August 8 '
             '</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-08"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-08-08" '
             '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%2F2026-08-08" '
             '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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [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-06-16 08:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:10 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16679
2026-06-16 08:44:10 [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></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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:11 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18779
2026-06-16 08:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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 &lt;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" '
             '/&gt;</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 &amp; 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"> <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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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%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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44: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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:11 [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-06-16 08:44:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 17780
2026-06-16 08:44: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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18779
2026-06-16 08:44:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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%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-06-16 08:44:12 [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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44: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-06-16 08:44:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13746
2026-06-16 08:44:12 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:14 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:14 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18779
2026-06-16 08:44:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011702 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-10011702"><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 &lt;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" '
             '/&gt;</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 &amp; 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-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"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-09-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-09-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-06-16 08:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [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-06-16 08:44:14 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:14 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12294
2026-06-16 08:44:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-24>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011718 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-10011718"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-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-06-16 08:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:16 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12294
2026-06-16 08:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011717 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-10011717"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-2%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-06-16 08:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12517
2026-06-16 08:44:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-stroll/2026-08-08>
{'event_url': 'https://gracefarms.org/event/summer-stroll/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011348 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011348"><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-Stroll-2026-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-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/02/Summer-Stroll-2026-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Take a guided walk through the <span '
             'class="notranslate">Grace Farms</span> landscape to experience '
             'the beauty of summer in full bloom. Immersive and laid-back, '
             'this walk invites you to notice the shifting signs of the season '
             'and discover the vibrant plant and animal life that makes this '
             'landscape so special. Along the way, explore the purpose and '
             'interconnectedness of surrounding ecosystems, and consider our '
             'role in sustaining and enriching them.</p><p>This walk includes '
             'uneven terrain not suitable for strollers, wheelchairs, or '
             'walkers. Please dress accordingly. Walk begins promptly at 11 '
             'am. Please arrive at least five minutes beforehand. Rain or '
             'shine.</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-08"> Saturday, August 8 '
             '</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-08"><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/summer-stroll" title="Summer '
             'Stroll"> Summer Stroll </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/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"> $15 <br/> member: $12 <br/> child: '
             '$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/089f1f15-f40d-1173-309b-3fb103c503e9" '
             '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/089f1f15-f40d-1173-309b-3fb103c503e9" '
             '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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-07-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/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 07/14\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/nature-studio-for-children/2026-07-14/" '
             'rel="bookmark">Nature Studio for '
             'Children</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fsummer-stroll%2F2026-08-08" '
             '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%2Fsummer-stroll%2F2026-08-08" '
             '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-06-16 08:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12292
2026-06-16 08:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-29>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011723 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-10011723"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [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-06-16 08:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:20 [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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13744
2026-06-16 08:44:20 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:21 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18777
2026-06-16 08:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011706 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-10011706"><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 &lt;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" '
             '/&gt;</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 &amp; 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-10-24"> Saturday, October 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-10-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-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-2025-saturdays-2-2-2-2-2%2F2026-10-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-06-16 08:44:26 [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-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:26 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13746
2026-06-16 08:44:26 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18777
2026-06-16 08:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011704 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-10011704"><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 &lt;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" '
             '/&gt;</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 &amp; 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-10-10"> Saturday, October 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-10-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-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-2025-saturdays-2-2-2-2-2%2F2026-10-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-06-16 08:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13744
2026-06-16 08:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009524 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-10009524"><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 &lt;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" '
             '/&gt;</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 &amp; 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-15"> Thursday, October 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-10-15"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-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-06-16 08:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12292
2026-06-16 08:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-15>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011721 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-10011721"><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-10-15"> Thursday, October 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-10-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-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%2Fstudio-beginnings-2-2-2%2F2026-10-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-06-16 08:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18777
2026-06-16 08:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-17>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011705 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-10011705"><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 &lt;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" '
             '/&gt;</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 &amp; 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-10-17"> Saturday, October 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-10-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-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-2025-saturdays-2-2-2-2-2%2F2026-10-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-06-16 08:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12292
2026-06-16 08:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-22>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011722 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-10011722"><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-10-22"> Thursday, October 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-10-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-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%2Fstudio-beginnings-2-2-2%2F2026-10-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-06-16 08:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13743
2026-06-16 08:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009523 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-10009523"><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 &lt;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" '
             '/&gt;</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 &amp; 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-08"> Thursday, October 8 '
             '</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-08"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-08" '
             '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-08" '
             '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-06-16 08:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12294
2026-06-16 08:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-10>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-09-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011716 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-10011716"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-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-06-16 08:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18778
2026-06-16 08:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-05>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-09-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011699 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-10011699"><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 &lt;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" '
             '/&gt;</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 &amp; 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-05"> Saturday, September 5 '
             '</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-05"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-09-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-09-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-06-16 08:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13744
2026-06-16 08:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009525 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-10009525"><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 &lt;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" '
             '/&gt;</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 &amp; 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-22"> Thursday, October 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-10-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-2026-thursdays-2%2F2026-10-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-06-16 08:44:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13742
2026-06-16 08:44:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009514 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-10009514"><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 &lt;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" '
             '/&gt;</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 &amp; 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-06"> Thursday, August 6 '
             '</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-06"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06" '
             '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-06" '
             '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-06-16 08:44:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12875
2026-06-16 08:44:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011410 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-10011410"><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-06"> Thursday, August 6 '
             '</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-06"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06" '
             '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-06" '
             '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-06-16 08:44:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12291
2026-06-16 08:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-08>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-10-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011720 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-10011720"><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-10-08"> Thursday, October 8 '
             '</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-08"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-08" '
             '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%2F2026-10-08" '
             '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-06-16 08:44:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12651
2026-06-16 08:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-08-07>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-08-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011343 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-10011343"><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-07"> Friday, August 7 '
             '</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-07"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07" '
             '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-07" '
             '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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-american-plate/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-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-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12290
2026-06-16 08:44:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011614 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-10011614"><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-06"> Thursday, August 6 '
             '</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-06"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-08-06" '
             '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%2F2026-08-06" '
             '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-06-16 08:44:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:42 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18776
2026-06-16 08:44:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-03>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-10-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011703 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-10011703"><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 &lt;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" '
             '/&gt;</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 &amp; 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-10-03"> Saturday, October 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-10-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-10-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-2025-saturdays-2-2-2-2-2%2F2026-10-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-06-16 08:44:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/dinner-from-the-garden/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:43 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:43 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12441
2026-06-16 08:44:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/dinner-from-the-garden>
{'event_url': 'https://gracefarms.org/event/dinner-from-the-garden',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66312 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-66312"><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/Dinner-from-the-Garden-2-web_ML.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML.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/02/Dinner-from-the-Garden-2-web_ML.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends, fellow community '
             'members, and our culinary and garden teams for a one-of-a-kind '
             'celebration of summer at <span class="notranslate">Grace '
             'Farms</span>.</p><p>Savor summer’s freshest flavors as you sip '
             'handcrafted mocktails and taste seasonal bites outside in the '
             'Plaza, amongst blooming apple and plum trees and our new Dancing '
             'Trees seating designed by Kazuyo Sejima &amp; '
             'Associates.</p><p>Then, step into the glass-enclosed Commons, '
             'surrounded by 360-degree views of the picturesque lush '
             'landscape, to enjoy a delicious dinner prepared with a bounty of '
             'fruits and vegetables recently harvested from the <span '
             'class="notranslate">Grace Farms</span> Garden. Dinner will be '
             'paired with seasonal wine.</p><p>Tickets are for ages '
             '21+.</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-06"> Thursday, August 6 '
             '</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-06"> '
             '6:00 pm - 8: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/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"> $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/a016f914-e5d6-a2d4-6d7c-5b610ca8c3c8" '
             '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/a016f914-e5d6-a2d4-6d7c-5b610ca8c3c8" '
             'rel="external" target="_self"><div class="button"> Purchase '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/24\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/life-worth-living-5-week-course/2026-06-24/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fdinner-from-the-garden" '
             '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%2Fdinner-from-the-garden" '
             '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-06-16 08:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [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-06-16 08:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:46 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 24850
2026-06-16 08:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina>
{'event_url': 'https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67384 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-design-for-freedom tribe_events_cat-arts '
             'tribe_events_cat-architecture cat_design-for-freedom cat_arts '
             'cat_architecture" id="post-67384"><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/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H.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/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This ‘Archtober’, four founders — '
             '<strong>Francine Houben</strong> (<strong><a '
             'href="https://www.mecanoo.nl" rel="noopener" '
             'target="_blank">Mecanoo</a></strong>), <strong>Dorte '
             'Mandrup</strong> (<strong><a '
             'href="https://www.dezeen.com/tag/design-and-architecture-by-dorte-mandrup-arkitekter/" '
             'rel="noopener" target="_blank">Dorte Mandrup '
             'Arkitekter</a></strong>), <strong>Sharon Prince</strong> '
             '(<strong><a href="https://gracefarms.org" rel="noopener" '
             'target="_blank">Grace Farms</a></strong>, <strong><a '
             'href="https://www.sharegracefarms.com" rel="noopener" '
             'target="_blank">Grace Farms Tea &amp; Coffee</a></strong>), and '
             '<strong>Julia Gamolina</strong> (<em><strong><a '
             'href="https://www.madamearchitect.org" rel="noopener" '
             'target="_blank">Madame Architect</a></strong></em>) share '
             'dynamic perspectives to inspire greater connection with our '
             'irreplaceable planet and people through architecture. Moderated '
             'by Julia Gamolina, Editor-in-Chief at <em>Madame Architect</em>, '
             'the panel will explore visual examples of materiality, '
             'sustainability, and the diverse beauty of our global landscape, '
             'set at peak fall foliage at Grace Farms.</p><p>Hear '
             '<strong>Dorte Mandrup</strong> describe the way she designed the '
             'Ilulissat Icefjord Centre, a climate visitor center on '
             'Greenland’s rugged coastal landscape, with a lightweight form '
             'akin to “a snowy owl’s flight through the landscape,” with '
             'spaces beneath the building for wildlife habitat.</p><p>Learn '
             'about <strong>Francine Houben</strong>‘s approach to designing '
             'Natural History Museum Abu Dhabi in the Saadiyat Cultural '
             'District, which resonates with natural rock formations, '
             'reflecting the museum’s goal of improving understanding of and '
             'engagement with the natural world.</p><p>And hear <strong>Sharon '
             'Prince</strong> describe how Grace Farms becomes part of the '
             'landscape and her approach to creating a building that becomes '
             'part of a local and global context for 100 years and more. Learn '
             'about projects Prince is spearheading through <strong><a '
             'href="https://www.designforfreedom.org" rel="noopener" '
             'target="_blank">Design for Freedom</a></strong> research and '
             '<strong><a '
             'href="https://www.designforfreedom.org/home/pilot-projects/" '
             'rel="noopener" target="_blank">Pilot Projects</a></strong> that '
             'embed values of human dignity into space.</p><p>At Grace Farms, '
             'this dialogue about the way space communicates continues '
             'year-round through architecture programming that invites deeper '
             'engagement, including an upcoming documentary film, weekly <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="noopener" target="_blank"><strong>Architecture '
             'Tours</strong></a> of the River building and Barns, <a '
             'href="https://gracefarms.org/school-field-trips" rel="noopener" '
             'target="_blank"><strong>school tours</strong></a> by our '
             'Education Team, and the annual <a '
             'href="https://gracefarms.org/event/2027-design-for-freedom-summit" '
             'rel="noopener" target="_blank"><strong>Design for Freedom '
             'Summit</strong></a>, which brings together industry leaders to '
             'address forced labor in the building materials supply chain, '
             'next held on March 31, 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-date published '
             'dtstart" title="2026-10-24"> Saturday, October 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-10-24"> '
             '2:00 pm - 3: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/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">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/> student: '
             '$12.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/337dce88-27ef-876b-4e11-d252f1e7420c" '
             '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/337dce88-27ef-876b-4e11-d252f1e7420c" '
             '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 Francine '
             'Houben</strong></h3><p><img alt="" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Francine-Houben-01-by-Mark-Uyl-high-res-web.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/Francine-Houben-01-by-Mark-Uyl-high-res-web.jpg" '
             'width="500"/></noscript></p><p>Francine Houben is founding '
             'partner of Mecanoo (1984) and has led the firm to success in The '
             'Netherlands and abroad, amassing a portfolio of work that is '
             'wide-ranging, inspired by global challenges and with a '
             'sustainable view on society.</p><p>Mecanoo combines the '
             'disciplines of architecture, urban planning, landscape '
             'architecture, interior design, and restoration to produce '
             'unorthodox design solutions born from a strong sensitivity to '
             'context and a highly interdisciplinary design '
             'process.</p><p>Each of her projects illustrates the four '
             'fundamental elements of her architectural vision: People, Place, '
             'Purpose, Poetry.</p><p>Francine Houben was professor of mobility '
             'aesthetics at Delft University of Technology and taught at the '
             'universities of Harvard, Yale and Mendrisio. As curator of the '
             'First International Architecture Biennale Rotterdam (2003), she '
             'brought the theme of the aesthetics of mobility to the forefront '
             'of international design consciousness.</p><p>Francine holds '
             'Honorary Fellowships of the Royal Institute of British '
             'Architects (RIBA), the American Institute of Architects (AIA), '
             'the Royal Architectural Institute of Canada (RAIC) and was '
             'granted lifelong membership to the Akademie der Künste in Berlin '
             'as well as receiving the International Honorary Fellow Award by '
             'the Architecture Institute of Taiwan.</p><p>In 2014 Francine was '
             'named Woman Architect of the Year by the Architects’ Journal and '
             'in November 2015 Queen Máxima of The Netherlands presented her '
             'with the Prins Bernhard Cultuurfonds Prize for her wide-ranging '
             'career. Francine was awarded Honorary Doctorates from the '
             'Université de Mons, Belgium (2017) and the Utrecht University '
             '(2016).</p><p>In 2018 she received the BNA Kubus Award for her '
             'oeuvre; the International Prize, Prix des Femmes Architectes '
             '(2019) and distinguished with the TU Delft Alumnus of the Year '
             '(2020). In 2024, King Willem-Alexander appointed Francine Houben '
             'as a Knight in the Order of the Netherlands '
             'Lion.</p><h3><strong>About Dorte Mandrup</strong></h3><p><img '
             'alt="" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Dorte-Mandrup_L_Credit-Volker-Renner.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/Dorte-Mandrup_L_Credit-Volker-Renner.jpg" '
             'width="500"/></noscript></p><p>Studies in both sculpture and '
             'ceramics, and medicine have influenced Dorte Mandrup’s approach '
             'to architecture, which has always been ‘hands-on’. Shape and '
             'form constitute the company ethos – to create spaces that are '
             'aesthetically pleasing, contextually relevant, and invite people '
             'to engage.</p><p>Dorte Mandrup graduated from the Aarhus School '
             'of Architecture, Denmark in 1991. Eight years later she founded '
             'her Copenhagen-based studio where she continues to be Creative '
             'Director. Her design philosophy and artistic yet systematic '
             'mindset permeate the entire office as she is design responsible '
             'for all projects.</p><p>As a humanist with a distinct '
             'nonconformist outlook, Dorte Mandrup is well known for her '
             'commitment to the development of the architectural practice and '
             'her frequent participation in public debates. Receiving national '
             'and international acclaim for her work, in 2018 Dorte headlined '
             'at the curated international exhibition at La Biennale di '
             'Venezia.</p><p>Dorte is member of the Architecture Section in '
             'Akademie der Künste, Berlin, Vice Chairman of the Louisiana '
             'Museum of Modern Art, former member of the Historic Buildings '
             'Council in Denmark, Chair of the prestigious Mies van der Rohe '
             'Award 2019, Adjunct Professor at The Royal Danish Academy of '
             'Fine Arts and holds frequent visiting professorships abroad, in '
             '2018 at Cornell University College of Architecture, Art, and '
             'Planning and from 2021 at Mendrisio Accademia de Architettura, '
             'Switzerland.</p><h3><strong>About Sharon '
             'Prince</strong></h3><p><img alt="Sharon prince 2026" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Sharon-Prince-headshot-web-crop-V2.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Sharon prince 2026" '
             'decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Sharon-Prince-headshot-web-crop-V2.jpg" '
             'width="500"/></noscript></p><p>Sharon Prince is the CEO and '
             'Founder of Grace Farms, a boundary-defying public space and '
             'cultural and humanitarian center. Prince commissioned SANAA to '
             'design Grace Farms’ internationally recognized River building, '
             'an open, porous structure embedded within 80 acres of biodiverse '
             'landscape. Designed to dissolve barriers between people and '
             'sectors, the building invites reflection and engagement across '
             'Grace Farms’ initiatives of nature, arts, justice, community, '
             'and faith. The building has earned the AIA National Architecture '
             'Honor Award and the Mies Crown Hall Americas '
             'Prize.</p><p>Recognizing exploitation in the construction '
             'industry, Prince mobilized leaders of the built environment to '
             'launch Design for Freedom, the global movement to eliminate '
             'forced and child labor from the building materials supply chain. '
             'She edited and published the groundbreaking <em>Design for '
             'Freedom Report and International Guidance &amp; Toolkit</em>. '
             'The exhibit With Every Fiber at Grace Farms brings this issue to '
             'the public. Prince is also the Co-Founder of Grace Farms Tea '
             '&amp; Coffee, a certified B Corp that demonstrates ethical and '
             'sustainable supply chains.</p><p>Prince has been recognized by '
             '<em>Fast Company</em> as among the Most Creative People in '
             'Business and has received the AIA NY NYC Visionary Award and the '
             '2026 AIA NY Champion of Architecture Medal.</p><h3><strong>About '
             'Julia Gamolina</strong></h3><p><img alt="Julia" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Julia-Gamolina-headshot-web.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Julia" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Julia-Gamolina-headshot-web.jpg" '
             'width="500"/></noscript></p><p>Julia Gamolina is an Associate '
             'Principal at Ennead Architects and the Founder and '
             'Editor-in-Chief of Madame Architect, a boutique media and events '
             'platform spotlighting women shaping the built environment. Since '
             'launching in 2018, she has led all editorial, partnerships, and '
             'strategy, growing it into an award-winning publication with a '
             'global readership spanning 100+ countries.</p><p>At Ennead, '
             'Julia focuses on building visibility and strategic positioning '
             'for the firm, creating platforms that connect the practice to '
             'different audiences and opportunities. She previously worked '
             'across mixed-use, residential, retail, and cultural projects in '
             'the U.S. and internationally.</p><p>A frequent speaker, Julia '
             'presents on architecture and entrepreneurship at universities '
             'and institutions worldwide. Her writing has appeared in Fast '
             'Company, Metropolis, and The Architect’s Newspaper. She has '
             'taught at Pratt Institute and served as a juror and reviewer for '
             'leading schools and awards programs.</p><p>She holds a B.Arch '
             'from Cornell University and is based in New York '
             'City.</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><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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2Ffounders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina" '
             '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%2Ffounders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina" '
             '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-06-16 08:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:48 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12128
2026-06-16 08:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-07>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011199 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-10011199"><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-07"> Friday, August 7 '
             '</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-07"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-07" '
             '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-07" '
             '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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [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-06-16 08:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/chefs-palate-american-plate/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:48 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13598
2026-06-16 08:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/chefs-palate-american-plate>
{'event_url': 'https://gracefarms.org/event/chefs-palate-american-plate',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66266 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea" id="post-66266"><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/Chefs-Palate-American-Plate-scaled.jpg" '
             'decoding="async" fetchpriority="high" height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Chefs-Palate-American-Plate-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/Chefs-Palate-American-Plate-scaled.jpg" '
             'width="2560"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Discover the defining flavors, engaging '
             'stories, and diverse cultural influences that shaped North '
             'America’s culinary heritage in this interactive workshop led by '
             'Pastry Chef and Educator <strong>Leah Jones</strong>. Explore '
             'how regional traditions, ingredients, and historical events have '
             'helped to define today’s American palate — and gain a deeper '
             'understanding of how food reflects our collective '
             'history.</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-02"> Sunday, August 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-08-02"> '
             '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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; 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"> $20 <br/> members: $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/fb041f7c-e7bc-3021-9e8a-224ed5686f5c" '
             '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/fb041f7c-e7bc-3021-9e8a-224ed5686f5c" '
             '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 Leah Jones</strong><br/> Leah Jones brings '
             'more than 10 years of food service and culinary experience to '
             'her role as <span class="notranslate">Grace Farms</span> Pastry '
             'Chef and Educator.</p><p>She leads recipe research and '
             'development for all baking and pastry programs and is '
             'responsible for the daily output of all freshly made baked '
             'goods, including those provided during special events and visits '
             'from community or partner organizations. She also hosts food '
             'history pop-up talks for daily visitors throughout the week and '
             'teaches culinary fundamentals during educational programming '
             'throughout the year. Her focus areas include fostering local '
             'food sustainability and creating a more sustainable and '
             'equitable food system on a local and global scale. She upholds a '
             'zero-food waste approach and often partners with the <span '
             'class="notranslate">Grace Farms</span> Community Garden to '
             'feature seasonal produce in her confections.</p><p>Jones has '
             'been with <span class="notranslate">Grace Farms</span> since its '
             'opening in 2015. She holds a B.S. in Baking &amp; Pastry Arts '
             'and Food Service Management from Johnson &amp; Wales '
             'University.</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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fchefs-palate-american-plate" '
             '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%2Fchefs-palate-american-plate" '
             '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-06-16 08:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [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-06-16 08:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18775
2026-06-16 08:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-08-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011693 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-10011693"><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 &lt;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" '
             '/&gt;</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 &amp; 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-01"> Saturday, August 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-08-01"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-08-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-08-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-06-16 08:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12672
2026-06-16 08:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-08-05>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-08-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011365 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-10011365"><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-05"> Wednesday, August 5 '
             '</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-05"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fmaterials-studio-for-children%2F2026-08-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-06-16 08:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:49 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12876
2026-06-16 08:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011409 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-10011409"><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-01"> Saturday, August 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-08-01"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fopen-arts-studio-landscape-collages%2F2026-08-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-06-16 08:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [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-06-16 08:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:51 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12888
2026-06-16 08:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-6/2026-08-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011384 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011384"><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/Yoga-and-Movement-We-all-build-web.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Yoga-and-Movement-We-all-build-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/Yoga-and-Movement-We-all-build-web.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert, <strong>Pilin Anice</strong>. This invigorating class '
             'takes participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</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-01"> Saturday, August 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-08-01"><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/yoga-and-movement-with-pilin-anice-4" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </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/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; 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/0195d397-55a7-eef7-80d9-d1f2484224bc" '
             '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/0195d397-55a7-eef7-80d9-d1f2484224bc" '
             '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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon |\xa0Strength with Ottis '
             'Lewis</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2Fyoga-and-movement-with-pilin-anice-6%2F2026-08-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%2Fyoga-and-movement-with-pilin-anice-6%2F2026-08-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-06-16 08:44:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:52 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12803
2026-06-16 08:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-08-04>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-08-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011396 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-10011396"><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-04"> Tuesday, August 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-08-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/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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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%2Fnature-studio-for-children%2F2026-08-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-06-16 08:44:54 [scrapy.extensions.logstats] INFO: Crawled 157 pages (at 48 pages/min), scraped 151 items (at 49 items/min)
2026-06-16 08:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/tea-diplomacy/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:54 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 19167
2026-06-16 08:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/tea-diplomacy>
{'event_url': 'https://gracefarms.org/event/tea-diplomacy',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67381 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-arts '
             'tribe_events_cat-tea tribe_events_cat-architecture cat_community '
             'cat_arts cat_tea cat_architecture" id="post-67381"><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/Tea-Diplomacy-2026.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.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/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn about the remarkable role of tea '
             'diplomacy to address humanitarian issues at Grace Farms with one '
             'of the world’s leading experts in the field, <strong>Kent E. '
             'Calder</strong>.</p><p><strong>Calder</strong> joins '
             '<strong>James Kondo</strong>, Chairman of the International '
             'House of Japan, for a timely conversation about the way tea '
             'ceremonies build community and connection across cultures. They '
             'will also explore the inspiration behind Calder’s newest book, '
             '<em>Chado Gaiko: Japanese Tea Diplomacy in a Global World</em>. '
             'As part of the experience, enjoy Grace Farms Tea &amp; Coffee, '
             'which reflects Grace Farms’ foundational commitment to sharing '
             'tea as a means of fostering grace and peace in the '
             'world.</p><p>Calder is the Edwin O. Reischauer Professor and '
             'Director of the Edwin O. Reischauer Center for East Asian '
             'Studies at Johns Hopkins School of Advanced International '
             'Studies.</p><p>Join us earlier in the day for a <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="noopener" target="_blank"><strong><u>Grace Farms '
             'Tour</u></strong></a> of the River building and Barns designed '
             'by Pritzker Prize-winning firm, SANAA. Explore the River '
             'building and its unique glass walls, intended by SANAA to '
             'dissolve boundaries between people and the natural world, and '
             'explore the many other places on site where tea is a communal '
             'part of dialogue and reflection.</p><p>This program is developed '
             'in collaboration with the <a href="https://ihj.global/en/" '
             'rel="noopener" target="_blank"><strong>International House of '
             'Japan</strong></a> and <a href="https://www.afihj.org" '
             'rel="noopener" target="_blank"><strong>American Friends of the '
             'International House of Japan</strong></a>.</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-10-17"> Saturday, October 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-10-17"> '
             '2:00 pm - 3: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><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</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">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: $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/5137d5bb-47aa-f356-ccf5-6132e88e8cf0" '
             '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/5137d5bb-47aa-f356-ccf5-6132e88e8cf0" '
             '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>International House '
             'of Japan</strong></h3><p>The International House of Japan '
             '(I-House) is a private, nonprofit organization incorporated in '
             '1952 with support from the Rockefeller Foundation and other '
             'private institutions and individuals for the purpose of '
             'promoting cultural exchange and intellectual cooperation between '
             'the peoples of Japan and those of other countries. Its mission '
             'is to “contribute to building a free, open, and sustainable '
             'future through intellectual dialogue, policy research, and '
             'cultural exchange with a diverse world.” '
             'https://ihj.global/en/</p><h3><strong>American Friends of the '
             'International House of Japan</strong></h3><p>The American '
             'Friends of the International House of Japan (AFIHJ) was founded '
             'in 1986 by and fosters deep intellectual, diplomatic, and '
             'business ties between the U.S. and Japan by amplifying the '
             'mission and partnering with the International House of Japan. '
             'https://www.afihj.org</p><h3><strong>About James '
             'Kondo</strong></h3><p><img alt="James kondo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/James-Kondo_Headshot_IntHouseofJapancredit-copy-web.jpg" '
             'decoding="async" height="250" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="250"/><noscript><img alt="James kondo" decoding="async" '
             'height="250" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/James-Kondo_Headshot_IntHouseofJapancredit-copy-web.jpg" '
             'width="250"/></noscript></p><p>James Kondo is Chairman of the '
             'International House of Japan. He also serves as Senior Advisor '
             'to OpenAI, Japan Chair of the Trilateral Commission, and a '
             'trustee of Asia Society, Japan Society, the Magsaysay Award '
             'Foundation, the U.S.-Japan Foundation, and Keio '
             'University.</p><p>Previously, he was Vice President at Twitter, '
             'Inc. and Chairman of Twitter Japan. He also served as Special '
             'Advisor at the Cabinet Office of the Government of '
             'Japan.</p><p>James has been named a Young Global Leader by the '
             'World Economic Forum, a Yale World Fellow, an Asia 21 Fellow of '
             'Asia Society, and a Weizsäcker Fellow at the Bosch Foundation. '
             'He was a visiting student at Brown University, visiting '
             'scientist at MIT Media Lab, and graduated from Keio University '
             'and Harvard Business School.</p><h3><strong>About Kent E. '
             'Calder</strong></h3><p><img alt="Kent Calder" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Kent-Calder-Headshot-copy-web.jpg" '
             'decoding="async" height="250" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="250"/><noscript><img alt="Kent Calder" decoding="async" '
             'height="250" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Kent-Calder-Headshot-copy-web.jpg" '
             'width="250"/></noscript></p><p>Kent E. Calder currently directs '
             'the Edwin O. Reischauer Center for East Asian Studies at Johns '
             'Hopkins University SAIS, as he has done since 2003. He recently '
             'also served for varying intervals as Dean, Vice Dean for Faculty '
             'Affairs, and Vice Dean for Academic Affairs at SAIS.</p><p>Prior '
             'to SAIS, Calder served as special advisor to the U.S. Ambassador '
             'to Japan; Japan Chair at the Center for Strategic and '
             'International Studies (CSIS); tenured professor at Princeton '
             'University; lecturer on government at Harvard; and as the first '
             'executive director of Harvard University’s Program on U.S.-Japan '
             'Relations. Professor Calder received his Ph.D. from Harvard '
             'University, where he worked under the direction of Edwin O. '
             'Reischauer, former US Ambassador to Japan.</p><p>A specialist in '
             'East Asian political economy, Kent Calder lived and researched '
             'in Japan for eleven years and elsewhere in East Asia for four '
             'years. He has served as Distinguished Visiting Professor at '
             'Seoul National University; as Rajaratnam Professor at Nanyang '
             'University in Singapore; and as Visiting Professor at the '
             'University of Yangon in Myanmar.</p><p>In 2014, Professor Calder '
             'was awarded the Order of the Rising Sun, Gold Rays with Neck '
             'Ribbon. His recent publications include: Eurasian Maritime '
             'Geopolitics: The United States and China in an Age of '
             'Indo-pacific Transformation (2025 ); Global Political Cities: '
             'Actors and Arenas of Influence in International Affairs (2021); '
             'Super Continent: The Logic of Eurasian Integration (2019); '
             'Circles of Compensation: Economic Growth and the Globalization '
             'of Japan (2018); Singapore: Smart City, Smart State (2017); Asia '
             'in Washington (2014); and The New Continentalism: Energy and '
             'Twenty-First Century Eurasian Geopolitics '
             '(2012).</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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Life-Worth-Living-Course-2026-web.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/17\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/life-worth-living-5-week-course/2026-06-17/" '
             'rel="bookmark">Life Worth Living 5-Week '
             'Course</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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-strength-with-ottis-lewis/" '
             'rel="bookmark" tabindex="-1"><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/Ottis-Lewis-Slider-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/Ottis-Lewis-Slider-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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-strength-with-ottis-lewis/" '
             'rel="bookmark">Move with Grace Farms x lululemon |\xa0Strength '
             'with Ottis Lewis</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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2Ftea-diplomacy" '
             '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%2Ftea-diplomacy" '
             '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-06-16 08:44:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:57 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:57 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18778
2026-06-16 08:44:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-28>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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%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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:44:59 [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-06-16 08:44:59 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:59 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13744
2026-06-16 08:44:59 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:44:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [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-06-16 08:44:59 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:44:59 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13745
2026-06-16 08:44:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009529 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-10009529"><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 &lt;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" '
             '/&gt;</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 &amp; 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-11-19"> Thursday, November 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-11-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">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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-11-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-2026-thursdays-2%2F2026-11-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-06-16 08:45:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:05 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:05 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12293
2026-06-16 08:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-19>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011726 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-10011726"><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-11-19"> Thursday, November 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-11-19"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-11-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%2Fstudio-beginnings-2-2-2%2F2026-11-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-06-16 08:45:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [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-06-16 08:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:06 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18778
2026-06-16 08:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-14>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011709 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-10011709"><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 &lt;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" '
             '/&gt;</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 &amp; 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-14"> Saturday, November 14 '
             '</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-14"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-11-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-11-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-06-16 08:45:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:07 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18778
2026-06-16 08:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-21>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011710 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-10011710"><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 &lt;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" '
             '/&gt;</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 &amp; 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-21"> Saturday, November 21 '
             '</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-21"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-11-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-11-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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [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-06-16 08:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:07 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13745
2026-06-16 08:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009528 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-10009528"><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 &lt;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" '
             '/&gt;</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 &amp; 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-11-12"> Thursday, November 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-11-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"> <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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-11-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-2026-thursdays-2%2F2026-11-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-06-16 08:45:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:08 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:08 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12293
2026-06-16 08:45:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-12>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011725 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-10011725"><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-11-12"> Thursday, November 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-11-12"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-11-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%2Fstudio-beginnings-2-2-2%2F2026-11-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-06-16 08:45:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:08 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13744
2026-06-16 08:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009527 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-10009527"><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 &lt;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" '
             '/&gt;</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 &amp; 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-11-05"> Thursday, November 5 '
             '</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-05"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-11-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%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-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-06-16 08:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18777
2026-06-16 08:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-07>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-11-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011708 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-10011708"><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 &lt;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" '
             '/&gt;</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 &amp; 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-07"> Saturday, November 7 '
             '</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-07"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-11-07" '
             '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%2F2026-11-07" '
             '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-06-16 08:45:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12292
2026-06-16 08:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-03>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011727 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-10011727"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-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-06-16 08:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13228
2026-06-16 08:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009520 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-10009520"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="lazy-hidden '
             'attachment-full size-full wp-post-image" 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 Grace Farms 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 &amp; 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-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: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">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-06-18/" '
             '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"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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"> 06/20\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/2026-06-20/" '
             '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-2026-thursdays-2-2/" '
             '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"> 06/25\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-2/" '
             '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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-2026-thursdays-2%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%2Fgrace-farms-tour-2026-thursdays-2%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-06-16 08:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18778
2026-06-16 08:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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%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-06-16 08:45:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:17 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:17 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13745
2026-06-16 08:45:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009533 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-10009533"><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 &lt;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" '
             '/&gt;</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 &amp; 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-24"> Thursday, December 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-12-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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-12-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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [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-06-16 08:45:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-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-06-16 08:45:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-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-06-16 08:45:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:18 [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-06-16 08:45:18 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:18 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13745
2026-06-16 08:45:18 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:45:18 [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-06-16 08:45:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:18 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18530
2026-06-16 08:45:19 [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</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&amp;autopause=0&amp;player_id=0&amp;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 &lt;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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12292
2026-06-16 08:45:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-05>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-11-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011724 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-10011724"><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-11-05"> Thursday, November 5 '
             '</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-05"><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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-11-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%2Fstudio-beginnings-2-2-2%2F2026-11-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-06-16 08:45:19 [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-06-16 08:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:19 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13745
2026-06-16 08:45:19 [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 &lt;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" '
             '/&gt;</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 &amp; 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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13745
2026-06-16 08:45:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009531 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-10009531"><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 &lt;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" '
             '/&gt;</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 &amp; 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-10"> Thursday, December 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-12-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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-12-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-06-16 08:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [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-06-16 08:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18777
2026-06-16 08:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-05>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011712 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-10011712"><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 &lt;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" '
             '/&gt;</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 &amp; 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-05"> Saturday, December 5 '
             '</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-05"><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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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-2/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/25\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-2/" '
             '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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-12-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%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2%2F2026-12-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-06-16 08:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12293
2026-06-16 08:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-10>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011728 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-10011728"><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-12-10"> Thursday, December 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-12-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%2F2026-12-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-2-2-2%2F2026-12-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-06-16 08:45:39 [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-06-16 08:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16632
2026-06-16 08:45:39 [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 &amp; '
             '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 &amp; 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 '
             '&amp; 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 &amp; 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 &amp; 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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon '
             'Tea</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:40 [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-06-16 08:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16246
2026-06-16 08:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen>
{'event_url': 'https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67492 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-67492"><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/Danielle-Allen-Photo-Credit-Melissa-Blackall-HR-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Danielle-Allen-Photo-Credit-Melissa-Blackall-HR-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/04/Danielle-Allen-Photo-Credit-Melissa-Blackall-HR-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>Dr. Danielle Allen</strong>, '
             'professor of political philosophy, ethics, and public policy at '
             'Harvard University, draws an arc from the American founding to '
             'the present to explore how the original vision of the '
             'Declaration of Independence can serve us still, even as we also '
             'recognize and remedy its imperfections.</p><p>Allen is James '
             'Bryant Conant University Professor at Harvard University. She is '
             'also director of the Allen Lab for Democracy Renovation at the '
             'Harvard Kennedy School and director of the Democratic Knowledge '
             'Project, a research lab focused on civic education at the '
             'Harvard Graduate School of Education. A professor of political '
             'philosophy, ethics, and public policy, she is also a seasoned '
             'nonprofit leader, democracy advocate, tech ethicist, and '
             'distinguished author. She is a contributing columnist at <em>The '
             'Atlantic Magazine</em>, winner of the 2025 Barry Prize, and was '
             'the 2020 winner of the Library of Congress’ Kluge Prize, which '
             'recognizes scholarly achievement in the disciplines not covered '
             'by the Nobel Prize. She received the Prize “for her '
             'internationally recognized scholarship in political theory and '
             'her commitment to improving democratic practice and civics '
             'education.”</p><p style="color: #ffaf3e; text-align: '
             'left;"><strong>Her lecture will be followed by a chamber music '
             'concert</strong> <span style="color: #000000;">responding to her '
             'work. This musical program is curated by <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             '<strong>Arlen Hlusko</strong>.</span></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-23"> Saturday, January 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-01-23"> '
             '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/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/0c1973ed-a617-a213-f856-083e5a34ce5c" '
             '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/0c1973ed-a617-a213-f856-083e5a34ce5c" '
             '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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-danielle-allen" '
             '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-danielle-allen" '
             '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-06-16 08:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16634
2026-06-16 08:45:41 [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 &amp; '
             '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 &amp; 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 '
             '&amp; 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 &amp; 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 &amp; 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/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-eastern-and-western-tea-culture-practices-2026/" '
             'rel="bookmark">Journey Into the World of Tea | Eastern and '
             'Western Tea Culture &amp; '
             'Practices</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-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/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"> 06/26\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-5/" '
             'rel="bookmark">Afternoon '
             'Tea</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 18295
2026-06-16 08:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2/2026-12-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011713 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-10011713"><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 &amp; 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-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"><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-06-18/" '
             '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"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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"> 06/20\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/2026-06-20/" '
             '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-2026-thursdays-2-2/" '
             '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"> 06/25\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-2/" '
             '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>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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%2F2026-12-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%2F2026-12-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-06-16 08:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:53 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 24372
2026-06-16 08:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67196 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-67196"><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/Music-at-Nemanja-hero.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.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/2026/04/Music-at-Nemanja-hero.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>Renowned violinist Nemanja Radulović '
             'brings his electrifying virtuosity and chamber ensemble Double '
             'Sens to Grace Farms as part of a debut U.S. '
             'tour.</h2><p>Radulović, a star Serbian violinist whose recording '
             'career spans 20 years, champions the power of music to bring '
             'people together. His standout performances are lauded for their '
             'unique energy and candor, depth of expression, and adventurous '
             'programming. In recognition of his contributions to the arts, he '
             'was appointed Chevalier de l’Ordre des Arts et des Lettres by '
             'the French Republic.</p><p>Founded by violinist <strong>Nemanja '
             'Radulović</strong> in 2008, <em><strong>Double '
             'Sens</strong></em> is an ensemble that embodies musical '
             'dialogue, freedom, and cross-cultural exchange. Double Sens is '
             'composed of French and Serbian musicians brought together by '
             'Radulović, reflecting his artistic vision of breaking down '
             'boundaries between genres, traditions, and styles. The '
             'ensemble’s sound moves fluidly between classical repertoire, '
             'Eastern European folk influences, and contemporary expression, '
             'marked by rhythmic vitality, emotional intensity, and a strong '
             'sense of collective storytelling.</p><p>Through its innovative '
             'programming and passionate performances, Double Sens redefines '
             'the classical concert experience, inviting listeners into a '
             'vibrant and shared musical '
             'journey.</p><h3></h3><h3>Program</h3><p>Beethoven, Violin Sonata '
             'No. 9 in A Major, Op. 47 “Kreutzer Sonata” (arranged '
             'Radulovic)<br/> Bach, Chaconne, Partita No. 2 in d-Moll BWV '
             '1004<br/> Bach, Concerto for Violin, Strings and Basso continuo, '
             'BWV 1052R</p><p>\xa0</p><p>On-site parking and off-site parking '
             'with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/019de4ca-878d-698f-3971-bd0891727b92" '
             'rel="noopener" target="_blank">available for purchase here</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="2026-11-15"> Sunday, November 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-11-15"> '
             '3:00 pm - 4:45 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: $125<br/> Group B: $100<br/> '
             'Group C: $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/8b3e68c9-8a7f-8eb4-fa30-be05b4c228db" '
             '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/8b3e68c9-8a7f-8eb4-fa30-be05b4c228db" '
             '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><iframe class="lazy-hidden" data-lazy-type="iframe" '
             'data-src="https://player.vimeo.com/video/1187749015?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" '
             'frameborder="0" height="800" title="Nemanja Radulović, '
             'Beethoven, Violin Sonata No 9 in A Major, Op. 47 “Kreutzer '
             'Sonata”: 1st Movement" width="450"></iframe><noscript><iframe '
             'frameborder="0" height="800" '
             'src="https://player.vimeo.com/video/1187749015?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" '
             'title="Nemanja Radulović, Beethoven, Violin Sonata No 9 in A '
             'Major, Op. 47 “Kreutzer Sonata”: 1st Movement" '
             'width="450"></iframe></noscript></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 Nemanja '
             'Radulović</strong></h4><p><img alt="nemanja" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="nemanja" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'width="500"/></noscript></p><p>Serbian-French violinist Nemanja '
             'Radulović champions the power of music to bring people together '
             'with his unique energy and candor, electrifying virtuosity, '
             'depth of expression, and adventurous programming. Winner of the '
             '2024 OPUS KLASSIK Award for Concerto Recording of the Year '
             '(Beethoven: Violin Concerto &amp; Kreutzer Sonata), Radulović '
             'describes the concert stage as a “second home.” His daring '
             'approach—marked by risk-taking and spontaneity—transforms each '
             'performance into a compelling blend of tradition and bold '
             'experimentation.</p><p>During the 2025/2026, season Radulović '
             'brings his “thrilling, magical interpretation” (Bachtrack) of '
             'Aram Khachaturian’s Violin Concerto to the Opening Concert of '
             'the Enescu Festival with Cristian Măcelaru, Baltimore Symphony '
             'with Marin Alsop and Melbourne Symphony with Jamie Martín. With '
             'the Tchaikovsky Violin Concerto he reunites with Krzysztof '
             'Urbański for his return to Warsaw Philharmonic and debut with '
             'Bamberger Symphoniker, and begins new collaborations with Royal '
             'Scottish National Orchestra (Giedrė Šlekytė) and Belgian '
             'National Orchestra (Antony Hermus) at BOZAR Brussels as well as '
             'the Philharmonie de Paris. His season concludes with returns to '
             'Australia and Japan, collaborating with the Melbourne, Tasmania '
             'and Yomiuri Nippon symphony orchestras, a recital tour across '
             'Japan, and a return to the New York Philharmonic at Bravo! '
             'Vail.</p><p>Recent highlights include engagements with the New '
             'York Philharmonic, Accademia Nazionale di Santa Cecilia, Munich '
             'Philharmonic, Pittsburgh Symphony, Gothenburg Symphony, Vienna '
             'Radio Symphony and Sydney Symphony, along with sold-out '
             'performances with his ensemble Double Sens at La Folle Journée '
             'de Nantes and Chorégies d’Orange, and Philharmonie de Paris, '
             'Théâtre des Champs-Élysées, and Berlin '
             'Philharmonie.</p><p>During the 2024/2025 season, Radulović was '
             'Featured Artist of Philharmonia Orchestra (U.K.), performing the '
             'Khachaturian and Shostakovich violin concerti with Principal '
             'Conductor Santtu-Matias Rouvali, as well as play/directing a '
             'chamber music program with Philharmonia musicians: “A born '
             'communicator, Radulović played with an enticing finesse and '
             'directed the players with charismatic energy” (The Strad). He '
             'made an acclaimed return to the BBC Proms (Martín, BBC National '
             'Orchestra of Wales), and in North America, Radulović debuted '
             'with Pittsburgh Symphony and Orchestre symphonique de Quebec, '
             'and continued his cherished relationship with Los Angeles '
             'Chamber Orchestra.</p><p>Radulović’s recordings, including his '
             'critically acclaimed Beethoven album (2023) and second Bach '
             'album (2024) with Double Sens, reflect his restless curiosity '
             'and desire to explore. Signed exclusively to Warner Classics in '
             '2021, Radulović’s debut album on the label, ROOTS, represents a '
             'beguiling sonic journey inspired by his many influences. His '
             'previous album, Baïka, one of nine successful recordings with '
             'Deutsche Grammophon and Universal Music Group, was declared “a '
             'fiery whirlwind of an album” by BBC Music Magazine, which '
             'awarded it five stars and the coveted Critics’ Choice Award. '
             'Gramophone Magazine praised Baïka’s “imaginative pairings,” '
             'noting that “Radulović dispatches [the Khachaturian Violin '
             'Concerto] with energy and firepower,” and that “with Radulović '
             'as narrator, this is an album with entrancing tales to tell.” '
             'His latest recording on the label explores the music of '
             'Prokofiev with the Philharmonia Orchestra and conductor '
             'Santtu-Matias Rouvali.</p><p>Radulović maintains an equal '
             'passion for the intimacy of chamber music and is an increasingly '
             'active recitalist on the international stage. He has performed '
             'at distinguished venues such as Carnegie Hall, Concertgebouw '
             'Amsterdam, Berlin Philharmonie, Salle Pleyel, Théâtre des '
             'Champs-Élysées, Athens Megaron, Suntory Hall, Teatro Colón, and '
             'Melbourne Recital Centre.</p><p>Born in Serbia in 1985, Nemanja '
             'Radulović studied at the Faculty of Arts and Music in Belgrade, '
             'Hochschule für Musik Saar, Stauffer Academy with Salvatore '
             'Accardo, and the Conservatoire de Paris with Patrice '
             'Fontanarosa. He has received Opus Klassik and Echo Klassik '
             'awards, was named International Revelation of the Year and '
             'Artist of the Year by Victoires de la Musique Classique, holds '
             'an Honorary Doctorate from the University of Arts in Niš, '
             'Serbia, and was honored with ELLE’s Style Award for Musician of '
             'the Year. A laureate of several prestigious international violin '
             'competitions, he has won prizes at the Joseph Joachim (Hanover), '
             'George Enescu (Bucharest), and Stradivarius (Cremona) '
             'competitions. In recognition of his contributions to the arts, '
             'he was appointed Chevalier de l’Ordre des Arts et des Lettres by '
             'the French Republic.</p><h4><strong>About Double '
             'Sens</strong></h4><p><img alt="doublesens" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Double-Sens-bio-web.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="doublesens" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Double-Sens-bio-web.jpg" '
             'width="500"/></noscript></p><p>Founded by violinist Nemanja '
             'Radulović in 2008, Double Sens is an ensemble that embodies '
             'musical dialogue, freedom, and cross-cultural exchange. Bringing '
             'together musicians from France and Serbia, the group reflects '
             'Radulović’s artistic vision of breaking down boundaries between '
             'genres, traditions, and styles. The ensemble’s sound moves '
             'fluidly between classical repertoire, Eastern European folk '
             'influences, and contemporary expression, marked by rhythmic '
             'vitality, emotional intensity, and a strong sense of collective '
             'storytelling. Through its innovative programming and passionate '
             'performances, Double Sens redefines the classical concert '
             'experience, inviting listeners into a vibrant and shared musical '
             'journey.</p><p>For Radulović, Double Sens was born from '
             'questions of identity—his music, his friendships, his life '
             'between France and Serbia. He brought together Serbian and '
             'French musicians he knew personally, confident that their '
             'distinct personalities would form a cohesive group united by the '
             'joy of sharing music and the stage. From the first performance, '
             'there was a shared desire to continue. Even after many years of '
             'playing together, that feeling remains, and the anticipation of '
             'reuniting is as strong as ever.</p><p>Radulović and Double Sens '
             'have recorded eight albums together, including 5 Seasons (Decca, '
             '2011); Journey East (Deutsche Grammophon, 2015); Bach (2016); '
             'Rococo Variations in an original arrangement for viola '
             '(Tchaikovsky, 2017); and Rimsky-Korsakov’s Scheherazade (Baïka, '
             '2018). Now exclusive artists with Warner Classics, they have '
             'released Roots (2022); Beethoven (2023), which earned Radulović '
             'an Opus Klassik Award; and Bach (2024).</p><p>The ensemble '
             'performs internationally at leading venues including the '
             'Philharmonie de Paris, Tokyo Opera City Concert Hall, Berlin '
             'Philharmonie, Vienna Konzerthaus, Munich’s Prinzregententheater, '
             'and Hamburg’s Elbphilharmonie. In 2026, Double Sens will make '
             'its U.S. debut with a coast-to-coast tour spanning ten states, '
             'including performances at Cleveland’s Severance Hall, Chicago’s '
             'Orchestra Hall, Baltimore’s Meyerhoff Symphony Hall, and '
             'Boston’s Jordan Hall.</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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong>\xa0is not guaranteed. Guests may\xa0be directed '
             'to designated off-site parking, where complimentary shuttle '
             'service will be provided.</p><p>Tickets for Grace Farms '
             'performances 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-nemanja-radulovic-and-double-sens" '
             '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-nemanja-radulovic-and-double-sens" '
             '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-06-16 08:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [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-06-16 08:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:45:54 [scrapy.extensions.logstats] INFO: Crawled 187 pages (at 30 pages/min), scraped 178 items (at 27 items/min)
2026-06-16 08:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:45:55 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 12293
2026-06-16 08:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-17>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2/2026-12-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011729 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-10011729"><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-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-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 &amp; 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-06-17/" '
             'rel="bookmark" tabindex="-1"><img 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"> 06/17\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-06-17/" '
             '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/2026-06-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/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"> 06/18\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/2026-06-18/" '
             '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-june-26/2026-06-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/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"> 06/18\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-june-26/2026-06-18/" '
             'rel="bookmark">Open Arts Studio | Architectural '
             'Drawing</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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%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-2-2-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-06-16 08:46:02 [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-06-16 08:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:46:02 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 20916
2026-06-16 08:46:02 [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 '
             '<span class="notranslate">Grace Farms</span>’ 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"><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: $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 <span class="notranslate">Grace '
             'Farms</span></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>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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-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-06-16 08:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46: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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [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-06-16 08:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [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-06-16 08:46:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:12 [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-06-16 08:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:46:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 15390
2026-06-16 08:46:12 [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-architecture tribe_events_cat-tours '
             'tribe_events_cat-justice tribe_events_cat-design-for-freedom '
             'tribe_events_cat-nature cat_architecture cat_tours cat_justice '
             'cat_design-for-freedom cat_nature" 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/Summit-2026_Save-the-Date_GFF.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/Summit-2026_Save-the-Date_GFF.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/03/Summit-2026_Save-the-Date_GFF.jpg" '
             '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 &amp; '
             'Founder</strong></p><p>\xa0</p><p>Register for the <strong>2027 '
             'Design for Freedom Summit</strong> to reserve your spot amongst '
             'leaders from architecture, construction, technology, '
             'manufacturing, academia, and government – all committed to '
             'advancing the global push toward a more ethical built '
             'environment.</p><p>Last year’s Summit brought together people '
             'across sectors to tackle some of the built environment’s current '
             'challenges in addressing forced labor in the building materials '
             'supply chain, including U.S. foreign policy, ethical sourcing '
             'for data centers, material circularity in construction, the '
             'narratives of monuments in underrepresented communities, and '
             'ethical decarbonization.</p><p>In 2026,\xa0<span '
             'class="notranslate">Grace Farms</span>\xa0announced four new '
             'Design for Freedom Pilot Projects, including two international '
             'projects and the National Juneteenth Museum.\xa0<span '
             'class="notranslate">Grace Farms</span>\xa0also recognized '
             'student leaders who won the 2025 ACSA Design for Freedom '
             'Competition for architecture students. More than 550 leaders '
             'attended last year’s sold-out Summit, as well as students from '
             '21 colleges and universities nationally.</p><hr/><p>Past '
             'featured speakers included\xa0<strong>Sharon Prince</strong>, '
             'CEO and Founder of\xa0<span class="notranslate">Grace '
             'Farms</span>;\xa0Ambassador <strong>Cindy Dyer (ret.),</strong> '
             'Former U.S. Ambassador-at-Large to Monitor and Combat '
             'Trafficking in Persons;\xa0<strong>Dave Wildman</strong>, Global '
             'Head of Data Centers of Infrastructure &amp; Workplace '
             'Sustainability at Bloomberg;\xa0<strong>Dr. Mae-Ling '
             'Lokko</strong>,\xa0Founder, Willow Technologies; Assistant '
             'Professor, Yale School of Architecture; and Assistant\xa0'
             'Director, Yale Center for Ecosystems + Architecture (Yale CEA); '
             '<strong>Anirban Ghosh</strong>, Senior Manager, Circular Economy '
             'Solutions, Saint-Gobain; <strong>Jha D Amazi</strong>, '
             'Principal, MASS Design Group; architects\xa0<strong>Toshiko '
             'Mori</strong>\xa0and\xa0<strong>Kai-Uwe Bergmann</strong>, '
             'Partner, BIG.</p><p>\xa0</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"> '
             '9:00 am - 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/architecture" '
             'rel="tag">Architecture</a><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a><a '
             'href="https://gracefarms.org/events/category/justice" '
             'rel="tag">Justice</a><a '
             'href="https://gracefarms.org/events/category/design-for-freedom" '
             'rel="tag">Design for Freedom</a><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"> 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://pro.gofundme.com/event/2027-design-for-freedom-summit/e796333" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://pro.gofundme.com/event/2027-design-for-freedom-summit/e796333" '
             '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-06-18/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/18\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-06-18/" '
             '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/2026-06-20/" '
             '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 &lt;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" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/2026-06-20/" '
             '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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark" tabindex="-1"><img 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/Tomato-Loves-Basil-web-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/2026/02/Tomato-Loves-Basil-web-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/20\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/learning-with-nature-tomato-loves-basil/" '
             'rel="bookmark">Learning with Nature | Tomato Loves '
             'Basil</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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 08:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 08:46:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:46:26 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16276
2026-06-16 08:46:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock>
{'event_url': 'https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67292 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-67292"><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/Sian-Beilock-2026-headshot-updated.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Sian-Beilock-2026-headshot-updated.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/04/Sian-Beilock-2026-headshot-updated.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>Dr. Sian Leah Beilock</strong> '
             'is the 19th President of Dartmouth. Since 2023, she has '
             'positioned Dartmouth as a global leader on the most critical '
             'issues facing higher education. Under her leadership, Dartmouth '
             'has dramatically expanded affordability for middle-income '
             'families and championed the importance of civil dialogue. A '
             'distinguished cognitive scientist, President Beilock is one of '
             'the world’s foremost experts on performance under pressure. She '
             'is a member of the American Academy of Arts and Sciences, the '
             'American Academy of Arts and Letters, and the National Academy '
             'of Medicine. She also serves as an External Director on the '
             'Bridgewater Associates Board of Directors.</p><p>She has worked '
             'with Fortune 500 companies, professional sports teams, and '
             'public-sector leaders to build high-performing teams and create '
             'environments that attract, retain, and get the best out of their '
             'talent. President Beilock has authored 120 peer-reviewed papers, '
             'and two critically acclaimed books — <em>Choke</em> and <em>How '
             'the Body Knows Its Mind</em>. Her 2017 TED talk on performing '
             'under pressure has been viewed nearly 3 million times. '
             'Previously, President Beilock served as President of Barnard '
             'College at Columbia University and Executive Vice Provost at the '
             'University of Chicago, where she was also the Stella M. Rowley '
             'Professor of Psychology.</p><p style="color: #ffaf3e; '
             'text-align: left;"><strong>Her lecture will be followed by a '
             'chamber music concert</strong> <span style="color: '
             '#000000;">responding to her work. This musical program is '
             'curated by <span class="notranslate">Grace Farms</span> '
             'Artist-in-Residence <strong>Arlen '
             'Hlusko</strong>.</span></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-04-24"> Saturday, April 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-04-24"> '
             '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/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/4e642d81-7614-3a34-0800-71902a2ca05e" '
             '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/4e642d81-7614-3a34-0800-71902a2ca05e" '
             '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">Grace Farms</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 '
             '<span class="notranslate">Grace Farms</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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-sian-leah-beilock" '
             '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-sian-leah-beilock" '
             '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-06-16 08:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:46:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 24164
2026-06-16 08:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67429 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-music '
             'tribe_events_cat-arts cat_music cat_arts" id="post-67429"><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/Elizabeth-and-Arlen_Web-Event.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-and-Arlen_Web-Event.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/04/Elizabeth-and-Arlen_Web-Event.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Concert pianist <strong>Elizabeth Joy '
             'Roe</strong> (half of the the groundbreaking Anderson &amp; Roe '
             'Piano Duo, whose music videos have been viewed by millions on '
             'YouTube) and GRAMMY®-winning Canadian cellist and <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             '<strong>Arlen Hlusko</strong> present a spring recital in the '
             '<span class="notranslate">Grace Farms</span> Sanctuary immersed '
             'in the budding landscape and transpiring as the sun '
             'sets.</p><p>Arlen and Elizabeth explore the landscape of music '
             'across genres and borders in the 1940s, and specifically how '
             'many of those sounds influenced Francis Poulenc’s spritely, '
             'eclectic, gorgeous <em>Sonate pour violoncelle et piano</em>, '
             'which serves as the centerpiece of this program.</p><p>Just as '
             '<span class="notranslate">Grace Farms</span> considers each '
             'music performance as adding to the life of our space, this '
             'program leaves a lasting reminder that all of us have the '
             'opportunity to leave an enduring legacy that can inspire our '
             'communities and the next generation for the common '
             'good.</p><p>The program illuminates <span '
             'class="notranslate">Grace Farms</span>’ programming approach in '
             'the 2026-2027 season, revealing the way imagination and creative '
             'process builds upon the past.</p><p>This marks Arlen’s final '
             'recital as Artist-in-Residence. We toast to two remarkable '
             'seasons of curation, collaboration, performance and on-stage '
             'excellence.</p><p class="p1">On-site parking and off-site '
             'parking with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/94cd1723-b723-f924-b769-00f322977f9c" '
             '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-05-08"> Saturday, May 8, 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-05-08"> '
             '6:00 pm - 7: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/arts/music" '
             'rel="tag">Music</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"> Group A: ticket includes cocktail '
             'pre-reception: $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/5466c3b7-1154-e186-a7be-4fb924bd62e6" '
             '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/5466c3b7-1154-e186-a7be-4fb924bd62e6" '
             '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>Program:</h3><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Claude Debussy: Sonate\xa0in d minor</p><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Francis Poulenc: Sonate pour violoncelle et piano, I. '
             'Allegro – Tempo di Marcia<br/> Herman Hupfield: “As Time Goes '
             'By” from<i>\xa0Casablanca<br/> </i>Igor Stravinsky: Suite '
             'Italienne, I. Introduzione<br/> Erik Satie: Gymnopédie No. '
             '1<br/> Edith Piaf/Louiguy: “La Vie en Rose”</p><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Francis Poulenc: Sonate pour violoncelle et piano, II. '
             'Cavatine<br/> Nadia Boulanger: Trois Pieces,\xa0III.<br/> Billy '
             'Strayhorn: “Take the A Train” (after Duke Ellington)<br/> Doris '
             'Fisher/Allan Roberts: “Into Each Life Some Rain Must Fall” '
             '(after Ella Fitzgerald)<br/> Francis Poulenc: Sonate pour '
             'violoncelle et piano, III. Ballabile</p><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Olivier Messaien: Louange à l’Eternité pour Jesus, '
             'from Quatour pour la fin du temps<br/> Django Reinhardt: '
             '“Nuages”<br/> Harold Arlen: “Somewhere Over the Rainbow”<br/> '
             'Francis Poulenc: Sonate pour violoncelle et piano, IV. '
             'Finale</p><h3><strong><br/> 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>About Elizabeth Joy '
             'Roe</strong></h4><h3><img alt="" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-Joy-Roe-headshot-WEB.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/Elizabeth-Joy-Roe-headshot-WEB.jpg" '
             'width="500"/></noscript></h3><p>Pianist Elizabeth Joy Roe is '
             'widely recognized for her boundary-defying artistry, poetic '
             'depth, and charismatic virtuosity. Lauded as “brilliant” and '
             '“riveting” (<em>The New York Times</em>), “an artist to be taken '
             'seriously” (<em>Chicago Tribune</em>), “incisive, lyrical” '
             '(<em>BBC Music Magazine</em>), and “electrifying” (<em>The '
             'Dallas Morning News</em>), she has appeared at major venues on '
             'five continents: from Carnegie Hall, Lincoln Center, and the '
             'Kennedy Center to the Seoul Arts Center, the Esplanade in '
             'Singapore, the National Centre for the Performing Arts in '
             'Beijing, and the Romanian Athenaeum in Bucharest. She has '
             'appeared at renowned festivals such as the Gilmore, Ravinia, '
             'Santa Fe Chamber Music, Bravo! Vail, Banff, Chautauqua, and '
             'Festspiele Mecklenburg-Vorpommern.</p><p>Roe’s multifaceted '
             'endeavors are distinguished by artistic versatility. Her '
             'discography—featured on Decca Classics, Deutsche Grammophon, and '
             'the Steinway label—includes the complete Nocturnes by John '
             'Field, the Britten and Barber Piano Concertos with the London '
             'Symphony Orchestra, a solo album Images Poetiques, and five '
             'Billboard-charting albums as one half of the groundbreaking '
             'Anderson &amp; Roe Piano Duo. Since 2017, she has served as the '
             'on-air host of the Van Cliburn International Piano Competition’s '
             'live broadcasts, one of the most watched classical music events '
             'worldwide.</p><p>Career highlights include a PBS special, Jazz '
             '&amp; The Philharmonic, alongside Bobby McFerrin and Chick '
             'Corea; the Carnegie Hall premiere of Olivier Messiaen’s Visions '
             'de l’Amen during the composer’s centennial hosted by Pierre '
             'Boulez; keynote performances for the United Nations and global '
             'leadership forums such as the EG Conference, Chicago Ideas Week, '
             'and La Ciudad de las Ideas; and an artistic residency under the '
             'sponsorship of the U.S. Embassy in Argentina. She has mentored '
             'for the national YoungArts organization and presented '
             'masterclasses and talks at leading institutions including '
             'Juilliard, NYU, Eastman, and Northwestern.</p><p>As a concerto '
             'soloist, Roe has appeared with dozens of orchestras, including '
             'the San Francisco Symphony, St. Louis Symphony Orchestra, '
             'Vancouver Symphony Orchestra, and Royal Liverpool Philharmonic. '
             'A devoted collaborator, she has worked with an array of '
             'musicians ranging from conductor Leonard Slatkin to jazz pianist '
             'Shelly Berg. She is a founding member of Decoda, the Affiliate '
             'Ensemble of Carnegie Hall, and a driving force behind the '
             'Anderson &amp; Roe Piano Duo, whose visionary music videos '
             '(garnering millions of views) and galvanizing performances have '
             'attracted international acclaim and media coverage from MTV, '
             'NPR, the BBC, Gramophone, and The Huffington Post.</p><p>A '
             'native of Chicago, Roe launched her professional career at age '
             '13 after winning the IBLA Grand Prize International Piano '
             'Competition in Italy. She made her concerto debut two years '
             'later with the Chicago Philharmonic and went on to earn both '
             'undergraduate and graduate degrees from The Juilliard School, '
             'where she was a full scholarship recipient and the winner of the '
             'prestigious William Petschek Award.</p><p>Committed to arts '
             'advocacy and education, Roe was an inaugural member of Ensemble '
             'Connect, a fellowship of Carnegie Hall, Juilliard, and the Weill '
             'Music Institute in partnership with the NYC Department of '
             'Education. She has held faculty positions at Smith College and '
             'Sonoma State University and was awarded the McGraw-Hill '
             'Companies’ Robert Sherman Award for Music Education and '
             'Community Outreach.</p><p>Roe is a Steinway Artist and Soros '
             'Fellow whose mission is to connect through the inspiration, joy, '
             'and essential humanity of music.</p><h3></h3><h4><strong>About '
             'Arlen Hlusko</strong></h4><p><img alt="Arlen Hlusko at Grace '
             'Farms" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Arlen-Hlusko-2026-hero.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Arlen Hlusko at &lt;span '
             'class=" decoding="async" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Arlen-Hlusko-2026-hero.jpg"/>Grace '
             'Farms" width="500" height="281" /&gt;</noscript></p><p>Hailed '
             'for her “sublime cello prowess” (<em>Take Effect</em>), '
             '“absorbing originality” (<em>Gramophone</em>), and “mesmerizing '
             'beauty” (<em>NY Music Daily</em>), internationally acclaimed '
             'Canadian cellist Arlen Hlusko is a dynamic artist who has '
             'performed as soloist and chamber musician across North &amp; '
             'South Americas, Asia, and Europe. She is “capable of playing '
             'with great delicacy but also fearlessness; regardless of the '
             'character of the material, she executes it with authority and '
             'conviction […] and open-hearted expression is present '
             'throughout” (<em>Textura</em>). Cellist of the Bang on a Can '
             'All-Stars sextet (extolled by the New York Times for “combining '
             'the power and punch of a rock band with the precision and '
             'clarity of a chamber ensemble”), Arlen regularly performs with '
             'other ensembles, including Manhattan Chamber Players, The '
             'Knights, and Dolce Suono Ensemble, and is a member of the Harry '
             'Chapin Band and recent alumna of the Curtis Institute of Music '
             'and Carnegie Hall’s Ensemble Connect.</p><p>In 2025-2026, she '
             'became the inaugural musician “Artist-in-Residence” at <span '
             'class="notranslate">Grace Farms</span> in New Canaan, CT, and '
             'continues for the 2026-2027 season. Interested in a wide array '
             'of music, she has collaborated closely with artists from Jordi '
             'Savall to Midori to Meredith Monk to David Byrne, and is a '
             'GRAMMY® winner for her collaboration with The Crossing, as well '
             'as a laureate of several competitions. Arlen has been featured '
             'on CBC’s “30 Under 30,” and is a Larsen Artist. She has debuted '
             'with the Los Angeles Philharmonic, BBC Concert Orchestra, and '
             'the Calgary Philharmonic, among others, and has been invited to '
             'several pre-eminent chamber music festivals, including Spoleto '
             'USA, Tippet Rise, Bay Chamber Concerts, and Music from Angel '
             'Fire. Committed to using her music to connect with and serve her '
             'community, Arlen founded her own interactive chamber music '
             'concert series, Philadelphia Performances for Autism, and is '
             'involved with numerous communities, including Carnegie Hall’s '
             '“Musical Connections” at Sing Sing Correctional '
             'Facility.</p><hr/><h5><strong>2026-2027 '
             'season</strong></h5><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme,\xa0<em>We all '
             'build</em>,<em>\xa0</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><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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-elizabeth-joy-roe-piano-arlen-hlusko-cello" '
             '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-elizabeth-joy-roe-piano-arlen-hlusko-cello" '
             '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-06-16 08:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-06-16 08:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:46:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 21123
2026-06-16 08:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67203 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-music '
             'tribe_events_cat-arts cat_music cat_arts" id="post-67203"><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/AOIFE_O_DONONVAN-CRICH_GILLIGAN_IMG_8130-web-crop.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/AOIFE_O_DONONVAN-CRICH_GILLIGAN_IMG_8130-web-crop.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/04/AOIFE_O_DONONVAN-CRICH_GILLIGAN_IMG_8130-web-crop.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>Aoife O’Donovan</strong>, '
             'vocals, acoustic guitar<br/> <strong>Eric Jacobsen, '
             '</strong>cello<br/> <strong>Colin Jacobsen, '
             '</strong>violin</p><p>Grammy Award-winning singer and songwriter '
             '<strong>Aoife O’Donovan</strong> brings her singular voice to an '
             'intimate afternoon that moves freely between solitude and '
             'conversation — between the quiet power of a single voice and the '
             'warmth of strings intertwined.</p><p>Born from an Irish-American '
             'musical sensibility that stretches from the hills of Appalachia '
             'to the Celtic songs of her summers in Ireland, O’Donovan has '
             'earned her place as one of the most captivating storytellers in '
             'American folk music. Drawing from her celebrated catalog — '
             'including her acclaimed albums <em>Age of Apathy</em>, <em>In '
             'the Magic Hour</em>, and <em>All My Friends</em>\xa0— she '
             'performs a set of songs that are tender, searching, and quietly '
             'enchanting.</p><p>A natural collaborator — founding member of '
             'the beloved string band Crooked Still and one-third of the '
             'Grammy-winning folk trio I’m With Her alongside Sara Watkins and '
             'Sarah Jarosz — O’Donovan has earned ten Grammy nominations '
             'across a career built not on going it alone, but on the alchemy '
             'that happens when kindred musical spirits find each '
             'other.</p><p>Joining her are two of contemporary classical '
             'music’s most imaginative voices: cellist Eric Jacobsen and '
             'violinist Colin Jacobsen, brothers whose careers have been '
             'defined by a restless curiosity that carries them far beyond '
             'genre. Co-founders of the groundbreaking string quartet Brooklyn '
             'Rider and the chamber orchestra The Knights, the Jacobsens bring '
             'with them a rare combination of classical rigor and an '
             'adventurer’s ear — qualities that make them natural companions '
             'for O’Donovan’s own genre-defying art.</p><p>The afternoon '
             'unfolds in two registers: solo moments where O’Donovan stands '
             'alone with nothing but her voice and guitar, raw and unhurried — '
             'and collaborative passages where cello and violin surround her '
             'melodies in constant conversation. Expect a performance of '
             'profound musicianship, unexpected beauty, and the rare feeling '
             'that something unrepeatable is happening right in front of '
             'you.</p><p class="p1">On-site parking and off-site parking with '
             'shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/019de4cf-9b90-2253-f9ff-d545b0d90d06" '
             '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-04-11"> Sunday, April 11, 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-11"> '
             '4:00 pm - 5: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/arts/music" '
             'rel="tag">Music</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"> Group A: $100<br/> Group B: $75<br/> '
             'Group C: $50<br/> <i>member discount does not apply to this '
             'event</i></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/a012f895-9643-26fc-4afb-43de08384aef" '
             '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/a012f895-9643-26fc-4afb-43de08384aef" '
             '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 style="text-align: center;"><iframe '
             'allowfullscreen="allowfullscreen" data-lazy-type="iframe" '
             'data-src="https://www.youtube.com/embed/_L4Ojwnr89Y?si=GTBZK5HQ99zhowyH" '
             'frameborder="0" height="315" title="YouTube video player" '
             'width="560">&lt;span data-mce-type="bookmark" style="display: '
             'inline-block; width: 0px; overflow: hidden; line-height: 0;" '
             'class="lazy lazy-hidden '
             'mce_SELRES_start"&gt;\ufeff&lt;/span&gt;</iframe><noscript><iframe '
             'allowfullscreen="allowfullscreen" frameborder="0" height="315" '
             'src="https://www.youtube.com/embed/_L4Ojwnr89Y?si=GTBZK5HQ99zhowyH" '
             'title="YouTube video player" width="560">&lt;span '
             'data-mce-type="bookmark" style="display: inline-block; width: '
             '0px; overflow: hidden; line-height: 0;" '
             'class="mce_SELRES_start"&gt;\ufeff&lt;/span&gt;</iframe></noscript></p><h3>Music '
             'at <span class="notranslate">Grace Farms</span></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>About Aoife '
             'O’Donovan</strong></h4><p>Aoife O’Donovan is a Grammy-award '
             'winning singer, songwriter and multi-instrumentalist whose music '
             'radiates with a timeless charm and contemporary allure beyond '
             'genre. Deemed “a vocalist of unerring instinct” by The New York '
             'Times, O’Donovan has released four critically-acclaimed solo '
             'albums including 2022’s Age of Apathy and 2024’s All My Friends, '
             'which earned a collective 5 Grammy nominations. O’Donovan is a '
             'founding member and lead vocalist of the progressive folk band '
             'Crooked Still, and one-third of the folk trio I’m With Her, '
             'alongside bandmates Sara Watkins and Sarah Jarosz. She is the '
             'featured vocalist on The Goat Rodeo Sessions (whose members '
             'include Yo-Yo Ma), performed with over a dozen symphonies '
             'including the National Symphony Orchestra, and spent a decade as '
             'a regular contributor to the radio variety shows “Live From '
             'Here” and “A Prairie Home '
             'Companion”.</p><h4></h4><h4><strong>About Eric '
             'Jacobsen</strong></h4><p>Already well-established as one of '
             'classical music’s most exciting and innovative young conductors, '
             'Eric Jacobsen combines fresh interpretations of the traditional '
             'canon with cutting-edge collaborations across musical genres. '
             'Hailed by the New York Times as “an interpretive dynamo,” Eric, '
             'as both a conductor and a cellist, has built a reputation for '
             'engaging audiences with innovative and collaborative '
             'programming. Eric is Music Director at both the Virginia '
             'Symphony orchestra and the Orlando Philharmonic Orchestra, where '
             'he continues to pioneer programming and community engagement in '
             'new and exciting directions. Eric was also recently named the '
             'Principal Guest Conductor of the Classical Tahoe Musical '
             'Festival. Eric is also artistic director and co-founder of The '
             'Knights, the uniquely adventurous NYC-based chamber orchestra. '
             'The ensemble, founded with his brother, violinist Colin '
             'Jacobsen, grew out of late-night music reading parties with '
             'friends, good food and drink, and conversation. Current '
             'endeavors include a residency at Carnegie Hall, and an extensive '
             'recording collection, including albums with longtime '
             'collaborators Yo-Yo Ma, Gil Shaham, Aaron Diehl, Gabe Kahane, '
             'and Anna Clyne. Eric brings joy, storytelling, and a touch of '
             'humor to what he describes as “musical conversations” that '
             'delight audiences around the world, including those who do not '
             'traditionally attend classical music '
             'concerts.</p><h4></h4><h4><strong>About Colin '
             'Jacobsen</strong></h4><p>Violinist and composer Colin Jacobsen '
             'is “one of the most interesting figures on the classical music '
             'scene” (Washington Post). Since the early 2000’s, Jacobsen has '
             'forged an intriguing path in the cultural landscape of our time, '
             'collaborating with an astonishingly wide range of artists across '
             'diverse traditions and disciplines while constantly looking for '
             'news to connect with audiences. For his work as a founding '
             'member of two game-changing, audience-expanding ensembles – the '
             'string quartet Brooklyn Rider and orchestra The Knights – '
             'Jacobsen was selected from among the nation’s top visual, '
             'performing, media, and literary artists to receive a prestigious '
             'and substantial United States Artists Fellowship. He is also '
             'active as an Avery Fisher Career Grant-winning soloist and has '
             'toured with Silkroad since its founding by cellist Yo-Yo Ma in '
             '2000 at Tanglewood. Starting in the 2022/23 season, Jacobsen '
             'assumes the position of Artistic Director of Santa Fe Pro '
             'Musica, an organization with which he has had a fruitful '
             'long-term association as a guest soloist and '
             'leader.</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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-aoife-odonovanwith-eric-colin-jacobsen" '
             '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-aoife-odonovanwith-eric-colin-jacobsen" '
             '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-06-16 08:46:31 [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-06-16 08:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 08:46:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 17880
2026-06-16 08:46:32 [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></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/photography-intensive-with-james-florio/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'decoding="async" height="562" '
             '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="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/James-Florio-Workshop-update.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 06/27\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/photography-intensive-with-james-florio/" '
             'rel="bookmark">Photography Intensive with James '
             'Florio</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><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>\xa0is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where complimentary shuttle service will be '
             'provided.</p><p>Tickets for <span class="notranslate">Grace '
             'Farms</span> performances 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-06-16 08:46:32 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 08:46:32 [scrapy.extensions.feedexport] INFO: Stored csv feed (185 items) in: output/2026/06/16/gracefarms.csv
2026-06-16 08:46:32 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 154010,
 'downloader/request_count': 197,
 'downloader/request_method_count/GET': 197,
 'downloader/response_bytes': 30748369,
 'downloader/response_count': 197,
 'downloader/response_status_count/200': 197,
 'dupefilter/filtered': 23,
 'elapsed_time_seconds': 337.593953,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 6, 16, 6, 46, 32, 77342, tzinfo=datetime.timezone.utc),
 'item_scraped_count': 185,
 'items_per_minute': 32.93768545994065,
 'log_count/DEBUG': 950,
 'log_count/INFO': 8,
 'log_count/WARNING': 13689,
 'memusage/max': 150704128,
 'memusage/startup': 93163520,
 'request_depth_max': 12,
 'response_received_count': 197,
 'responses_per_minute': 35.07418397626113,
 'scheduler/dequeued': 197,
 'scheduler/dequeued/memory': 197,
 'scheduler/enqueued': 197,
 'scheduler/enqueued/memory': 197,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 197,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 15.19956983587124,
 'scrapy-zyte-api/mean_response_seconds': 15.382275620834706,
 'scrapy-zyte-api/processed': 197,
 'scrapy-zyte-api/request_args/browserHtml': 197,
 'scrapy-zyte-api/request_args/requestHeaders': 197,
 'scrapy-zyte-api/request_args/url': 197,
 'scrapy-zyte-api/status_codes/200': 197,
 'scrapy-zyte-api/success': 197,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'start_time': datetime.datetime(2026, 6, 16, 6, 40, 54, 483389, tzinfo=datetime.timezone.utc)}
2026-06-16 08:46:32 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (gracefarms)