2026-06-25 05:41:18 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: ZomatoPageRating) 2026-06-25 05:41:18 [scrapy.utils.log] INFO: Versions: lxml 6.0.2.0, libxml2 2.14.6, cssselect 1.3.0, parsel 1.10.0, w3lib 2.3.1, Twisted 25.5.0, Python 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0], pyOpenSSL 25.1.0 (OpenSSL 3.5.2 5 Aug 2025), cryptography 45.0.6, Platform Linux-6.17.0-1013-aws-x86_64-with-glibc2.39 2026-06-25 05:41:18 [scrapy.addons] INFO: Enabled addons: [] 2026-06-25 05:41:18 [asyncio] DEBUG: Using selector: EpollSelector 2026-06-25 05:41:18 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-06-25 05:41:18 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-06-25 05:41:18 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-06-25 05:41:18 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-06-25 05:41:18 [scrapy.extensions.telnet] INFO: Telnet Password: ae094c740fa7d78f 2026-06-25 05:41:18 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats'] 2026-06-25 05:41:18 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'ZomatoPageRating', 'CONCURRENT_REQUESTS': 8, 'DOWNLOAD_DELAY': 1, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/home/ubuntu/logs/ZomatoPageRating/zomato_page_rating_data/7acad1ad705811f185d70aab37b1cebd.log', 'NEWSPIDER_MODULE': 'ZomatoPageRating.spiders', 'SPIDER_MODULES': ['ZomatoPageRating.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'} 2026-06-25 05:41:18 [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.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2026-06-25 05:41:18 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-06-25 05:41:18 [scrapy.middleware] INFO: Enabled item pipelines: ['ZomatoPageRating.pipelines.ZomatopageratingPipeline'] 2026-06-25 05:41:18 [scrapy.core.engine] INFO: Spider opened 2026-06-25 05:41:18 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-06-25 05:41:18 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2026-06-25 05:41:18 [py.warnings] WARNING: /home/ubuntu/eggs/ZomatoPageRating/1782366054.egg/ZomatoPageRating/spiders/zomato_page_rating.py:84: UserWarning: pandas only supports SQLAlchemy connectable (engine/connection) or database string URI or sqlite3 DBAPI2 connection. Other DBAPI2 objects are not tested. Please consider using SQLAlchemy. 2026-06-25 05:41:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:33 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/surbhi-kandivali-east> None 2026-06-25 05:41:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:33 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/blabber-all-day-juhu> None 2026-06-25 05:41:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:34 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-ghatkopar-east> None 2026-06-25 05:41:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:35 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:35 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/baliboo-goregaon-east> None 2026-06-25 05:41:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:37 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/gurukripa-powai> None 2026-06-25 05:41:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:48 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/arbab-linking-road-bandra-west> None 2026-06-25 05:41:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:51 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/arbab-bandra-kurla-complex> None 2026-06-25 05:41:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:51 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-bar-stock-exchange-vile-parle-west> None 2026-06-25 05:41:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:52 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/bande-khan-tawa-tikka-more-goregaon-east> None 2026-06-25 05:41:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:54 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persian-darbar-6-4-bungalows> None 2026-06-25 05:41:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:56 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-janakpuri-new-delhi> None 2026-06-25 05:41:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:41:57 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-badlapur-thane> None 2026-06-25 05:41:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:41:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:06 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/caffe-allora-1-lower-parel> None 2026-06-25 05:42:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-bar-stock-exchange-dadar-west> None 2026-06-25 05:42:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:10 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-baner> None 2026-06-25 05:42:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-kalkaji-new-delhi> None 2026-06-25 05:42:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:12 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-malad-west> None 2026-06-25 05:42:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:12 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): gate.whapi.cloud:443 2026-06-25 05:42:14 [urllib3.connectionpool] DEBUG: https://gate.whapi.cloud:443 "POST /messages/text HTTP/1.1" 200 None 2026-06-25 05:42:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:15 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): gate.whapi.cloud:443 2026-06-25 05:42:16 [urllib3.connectionpool] DEBUG: https://gate.whapi.cloud:443 "POST /messages/text HTTP/1.1" 200 None 2026-06-25 05:42:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:18 [scrapy.extensions.logstats] INFO: Crawled 23 pages (at 23 pages/min), scraped 17 items (at 17 items/min) 2026-06-25 05:42:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:19 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-dwarka-mor-new-delhi> None 2026-06-25 05:42:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:26 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-alpha-1-greater-noida> None 2026-06-25 05:42:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:27 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-raj-nagar-ghaziabad> None 2026-06-25 05:42:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:30 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/lucknow/dobaraa-gomti-nagar> None 2026-06-25 05:42:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-gaur-city-2-greater-noida> None 2026-06-25 05:42:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-gomantak-panch-pakhadi-thane-west> None 2026-06-25 05:42:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-bar-stock-exchange-linking-road-bandra-west> None 2026-06-25 05:42:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:34 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-lajpat-nagar-1-new-delhi> None 2026-06-25 05:42:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:38 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-aimnabad-greater-noida> None 2026-06-25 05:42:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-laxmi-nagar-new-delhi> None 2026-06-25 05:42:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:45 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-60-noida> None 2026-06-25 05:42:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-manpada-thane-west-thane> None 2026-06-25 05:42:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): gate.whapi.cloud:443 2026-06-25 05:42:50 [urllib3.connectionpool] DEBUG: https://gate.whapi.cloud:443 "POST /messages/text HTTP/1.1" 200 None 2026-06-25 05:42:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kalyan-thane> None 2026-06-25 05:42:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:52 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-hauz-khas-new-delhi> None 2026-06-25 05:42:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:53 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-1-sector-39-gurgaon> None 2026-06-25 05:42:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:42:57 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-oshiwara> None 2026-06-25 05:42:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:42:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:04 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-humayunpur-new-delhi> None 2026-06-25 05:43:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:04 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-delhi-university-gtb-nagar-new-delhi> None 2026-06-25 05:43:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:06 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-vikhroli> None 2026-06-25 05:43:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-ulhasnagar-thane> None 2026-06-25 05:43:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:10 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-dadar-east> None 2026-06-25 05:43:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-magarpatta> None 2026-06-25 05:43:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:12 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-dombivali-east-thane> None 2026-06-25 05:43:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-old-railway-road-gurgaon> None 2026-06-25 05:43:18 [scrapy.extensions.logstats] INFO: Crawled 48 pages (at 25 pages/min), scraped 41 items (at 24 items/min) 2026-06-25 05:43:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:23 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-marine-lines> None 2026-06-25 05:43:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:24 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-goregaon-east> None 2026-06-25 05:43:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-chembur> None 2026-06-25 05:43:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:27 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mitron-linking-road-bandra-west> None 2026-06-25 05:43:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/squisito-pizzeria-linking-road-bandra-west> None 2026-06-25 05:43:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:30 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/fat-monk-chinese-sakinaka> None 2026-06-25 05:43:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/persian-darbar-camp-area> None 2026-06-25 05:43:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:36 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-kurla> None 2026-06-25 05:43:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/fat-monk-chinese-linking-road-bandra-west> None 2026-06-25 05:43:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/opa-bar-cafe-peninsula-grand-hotel-sakinaka> None 2026-06-25 05:43:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/squisito-pizzeria-turbhe-navi-mumbai> None 2026-06-25 05:43:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:46 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/ishaara-kr-puram-bangalore> None 2026-06-25 05:43:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:48 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-indirapuram-ghaziabad> None 2026-06-25 05:43:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-dhanori> None 2026-06-25 05:43:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:51 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-93-gurgaon> None 2026-06-25 05:43:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:43:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:43:57 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-37-gurgaon> None 2026-06-25 05:43:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-135-noida> None 2026-06-25 05:44:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-manesar-gurgaon> None 2026-06-25 05:44:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:04 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-shahpur-jat-new-delhi> None 2026-06-25 05:44:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:06 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-chinchwad> None 2026-06-25 05:44:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ahmedabad/ishaara-thaltej> None 2026-06-25 05:44:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-49-noida> None 2026-06-25 05:44:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-83-gurgaon> None 2026-06-25 05:44:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:16 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/lucknow/ishaara-gomti-nagar> None 2026-06-25 05:44:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:18 [scrapy.extensions.logstats] INFO: Crawled 72 pages (at 24 pages/min), scraped 65 items (at 24 items/min) 2026-06-25 05:44:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:23 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/cha-hong-kong-eating-house-viman-nagar> None 2026-06-25 05:44:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:23 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/ishaara-hebbal-bangalore> None 2026-06-25 05:44:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/ishaara-viman-nagar> None 2026-06-25 05:44:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:27 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persian-darbar-byculla> None 2026-06-25 05:44:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sohna-road-gurgaon> None 2026-06-25 05:44:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-dlf-phase-5-gurgaon> None 2026-06-25 05:44:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-mazgaon> None 2026-06-25 05:44:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:37 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/cha-hong-kong-eating-house-whitefield-bangalore> None 2026-06-25 05:44:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-nerul-navi-mumbai> None 2026-06-25 05:44:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-dlf-phase-1-gurgaon> None 2026-06-25 05:44:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:45 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ahmedabad/caffe-allora-thaltej> None 2026-06-25 05:44:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/dobaraa-mahadevapura-bangalore> None 2026-06-25 05:44:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-suraj-kund-faridabad> None 2026-06-25 05:44:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/dobaraa-hebbal-bangalore> None 2026-06-25 05:44:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:52 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-upvan-thane-west-thane> None 2026-06-25 05:44:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:44:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:44:57 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:44:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kalwa-thane> None 2026-06-25 05:44:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-11-dwarka-new-delhi> None 2026-06-25 05:45:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:05 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-2-vasai> None 2026-06-25 05:45:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:07 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-bhandup> None 2026-06-25 05:45:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/caffe-allora-viman-nagar> None 2026-06-25 05:45:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:10 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-vashi-navi-mumbai> None 2026-06-25 05:45:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:12 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/eight-wakad> None 2026-06-25 05:45:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:13 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/cray-craft-marol> None 2026-06-25 05:45:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/eight-hebbal-bangalore> None 2026-06-25 05:45:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:18 [scrapy.extensions.logstats] INFO: Crawled 96 pages (at 24 pages/min), scraped 89 items (at 24 items/min) 2026-06-25 05:45:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:23 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/legume-lower-parel> None 2026-06-25 05:45:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:24 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/cha-hong-kong-eating-house-church-street-bangalore> None 2026-06-25 05:45:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:26 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-ulwe-navi-mumbai> None 2026-06-25 05:45:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:28 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-senapati-bapat-road> None 2026-06-25 05:45:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-kothrud> None 2026-06-25 05:45:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:30 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-nibm-road> None 2026-06-25 05:45:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/bruffles-waffles-pancakes-more-nerul-navi-mumbai> None 2026-06-25 05:45:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:41 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/ishaara-residency-road-bangalore> None 2026-06-25 05:45:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/bruffles-waffles-pancakes-more-powai> None 2026-06-25 05:45:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:45 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/caffe-allora-1-kr-puram-bangalore> None 2026-06-25 05:45:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:46 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-taloja-navi-mumbai> None 2026-06-25 05:45:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:46 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-16-faridabad> None 2026-06-25 05:45:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:48 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ahmedabad/cha-hong-kong-eating-house-thaltej> None 2026-06-25 05:45:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-virar> None 2026-06-25 05:45:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:45:53 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-1-hinjawadi> None 2026-06-25 05:45:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:45:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:01 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-68-gurgaon> None 2026-06-25 05:46:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:02 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-rohini-new-delhi> None 2026-06-25 05:46:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:04 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/ammas-veg-kitchen-near-andheri-east-station> None 2026-06-25 05:46:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:06 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-ravet> None 2026-06-25 05:46:06 [scrapy.core.engine] DEBUG: Crawled (404) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:06 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <404 https://www.zomato.com/mumbai/house-of-mings-turbhe-navi-mumbai>: HTTP status code is not handled or not allowed 2026-06-25 05:46:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-pune-solapur-road> None 2026-06-25 05:46:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kharghar-navi-mumbai> None 2026-06-25 05:46:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-new-panvel-navi-mumbai> None 2026-06-25 05:46:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:18 [scrapy.extensions.logstats] INFO: Crawled 119 pages (at 23 pages/min), scraped 111 items (at 22 items/min) 2026-06-25 05:46:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:19 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/rodeo-pizza-versova> None 2026-06-25 05:46:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:21 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-27-noida> None 2026-06-25 05:46:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:22 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/uttam-punjab-restaurant-marol> None 2026-06-25 05:46:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:23 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-gomantak-nx-naupada-thane-west-thane> None 2026-06-25 05:46:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-gomantak-seafood-restaurant-dombivali-east-thane> None 2026-06-25 05:46:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:27 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-gomantak-seafood-restaurant-marol> None 2026-06-25 05:46:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:33 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/javaphile-carter-road-bandra-west> None 2026-06-25 05:46:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:37 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/joshi-house-1-worli> None 2026-06-25 05:46:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:38 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): gate.whapi.cloud:443 2026-06-25 05:46:39 [urllib3.connectionpool] DEBUG: https://gate.whapi.cloud:443 "POST /messages/text HTTP/1.1" 200 None 2026-06-25 05:46:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:39 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-viman-nagar> None 2026-06-25 05:46:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/basil-beans-vegetarian-eatery-bar-turbhe-navi-mumbai> None 2026-06-25 05:46:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:43 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/breadsmith-by-food-square-lower-parel> None 2026-06-25 05:46:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/madurai-bhavan-turbhe-navi-mumbai> None 2026-06-25 05:46:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:54 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shelter-x-coffee-by-javaphile-versova> None 2026-06-25 05:46:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:54 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mizuki-a-pan-asian-experience-turbhe-navi-mumbai> None 2026-06-25 05:46:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:46:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:56 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-bhayandar> None 2026-06-25 05:46:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:46:58 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/eight-lower-parel> None 2026-06-25 05:47:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:00 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/tokki-tora-japanese-korean-restaurant-andheri-lokhandwala> None 2026-06-25 05:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/haengbog-korean-restaurant-veera-desai-area> None 2026-06-25 05:47:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-1-kurla> None 2026-06-25 05:47:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:07 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/tokki-tora-japanese-korean-restaurant-vikhroli> None 2026-06-25 05:47:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:10 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-palam-vihar-gurgaon> None 2026-06-25 05:47:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:14 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-1-wagholi> None 2026-06-25 05:47:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:15 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/haengbog-korean-restaurant-vikhroli> None 2026-06-25 05:47:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-borivali-west> None 2026-06-25 05:47:18 [scrapy.extensions.logstats] INFO: Crawled 144 pages (at 25 pages/min), scraped 135 items (at 24 items/min) 2026-06-25 05:47:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:19 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-mahipalpur-new-delhi> None 2026-06-25 05:47:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:21 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-andheri-lokhandwala> None 2026-06-25 05:47:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-chowpatty> None 2026-06-25 05:47:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-santacruz-west> None 2026-06-25 05:47:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-matunga-east> None 2026-06-25 05:47:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kalamboli-navi-mumbai> None 2026-06-25 05:47:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:34 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-kharadi> None 2026-06-25 05:47:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:36 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/rodeo-pizza-kurla> None 2026-06-25 05:47:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:37 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-croffle-guys-manpada-thane-west-thane> None 2026-06-25 05:47:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:43 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-1-wakad> None 2026-06-25 05:47:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-1-vasai> None 2026-06-25 05:47:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:48 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/arbab-sakinaka> None 2026-06-25 05:47:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/peco-peco-powai> None 2026-06-25 05:47:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:51 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persian-darbar-3-kurla> None 2026-06-25 05:47:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:53 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-pitampura-new-delhi> None 2026-06-25 05:47:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:55 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-titwala-thane> None 2026-06-25 05:47:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:47:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:47:59 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-talegaon> None 2026-06-25 05:48:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-hinjawadi> None 2026-06-25 05:48:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:06 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-mayur-vihar-new-delhi> None 2026-06-25 05:48:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:07 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shalimar-restaurant-3-kurla> None 2026-06-25 05:48:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:10 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-upvan-thane-west-thane> None 2026-06-25 05:48:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-paschim-vihar-new-delhi> None 2026-06-25 05:48:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:13 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shalimar-jogeshwari> None 2026-06-25 05:48:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:16 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persia-darbar-versova> None 2026-06-25 05:48:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:18 [scrapy.extensions.logstats] INFO: Crawled 168 pages (at 24 pages/min), scraped 159 items (at 24 items/min) 2026-06-25 05:48:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:22 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-dombivali-west-thane> None 2026-06-25 05:48:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:24 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-lower-parel> None 2026-06-25 05:48:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:26 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-bt-kawade-road> None 2026-06-25 05:48:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:28 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kandivali-east> None 2026-06-25 05:48:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-1-wagle-estate-thane-west-thane> None 2026-06-25 05:48:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shalimar-mohammad-ali-road> None 2026-06-25 05:48:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:34 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shalimar-vashi-navi-mumbai> None 2026-06-25 05:48:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:39 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/curry-culture-powai> None 2026-06-25 05:48:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/silver-nest-world-cuisine-bar-andheri-east> None 2026-06-25 05:48:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/satkar-restaurant-chandivali> None 2026-06-25 05:48:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:46 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shalimar-fast-food-1-mohammad-ali-road> None 2026-06-25 05:48:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persia-darbar-malad-west> None 2026-06-25 05:48:48 [scrapy.downloadermiddlewares.retry] DEBUG: Retrying (failed 1 times): User timeout caused connection failure: Getting https://zoma.to/r/20558426 took longer than 180.0 seconds.. 2026-06-25 05:48:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shalimar-1-sakinaka> None 2026-06-25 05:48:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/lucknow/eight-gomti-nagar> None 2026-06-25 05:48:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:48:56 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-malad-west> None 2026-06-25 05:48:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:48:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:00 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/peninsula-peninsula-grand-hotel-sakinaka> None 2026-06-25 05:49:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/fat-monk-chinese-turbhe-navi-mumbai> None 2026-06-25 05:49:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:05 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-chembur> None 2026-06-25 05:49:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:05 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-mulund-west> None 2026-06-25 05:49:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/bruffles-waffles-pancakes-more-mulund-west> None 2026-06-25 05:49:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-borivali-west> None 2026-06-25 05:49:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-powai> None 2026-06-25 05:49:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:15 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/blabber-all-day-borivali-east> None 2026-06-25 05:49:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:18 [scrapy.extensions.logstats] INFO: Crawled 191 pages (at 23 pages/min), scraped 182 items (at 23 items/min) 2026-06-25 05:49:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:20 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/cream-centre-2-kurla> None 2026-06-25 05:49:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:23 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/cha-hong-kong-eating-house-lower-parel> None 2026-06-25 05:49:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:24 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persia-darbar-goregaon-east> None 2026-06-25 05:49:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/cha-hong-kong-eating-house-sahakara-nagar-bangalore> None 2026-06-25 05:49:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:28 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persia-darbar-jogeshwari> None 2026-06-25 05:49:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-7-bungalows> None 2026-06-25 05:49:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:36 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persian-darbar-linking-road-bandra-west> None 2026-06-25 05:49:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:40 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/sai-krishna-restaurant-mahakali> None 2026-06-25 05:49:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-oshiwara> None 2026-06-25 05:49:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:43 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-1-powai> None 2026-06-25 05:49:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mr-mings-chinese-kopar-khairane-navi-mumbai> None 2026-06-25 05:49:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:46 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-katraj> None 2026-06-25 05:49:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:48 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/buzz-n-banter-kopar-khairane-navi-mumbai> None 2026-06-25 05:49:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:54 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/squisito-pizzeria-sakinaka> None 2026-06-25 05:49:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:49:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:59 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:49:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mitron-at-the-avenue-kandivali-east> None 2026-06-25 05:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-malad-west> None 2026-06-25 05:50:00 [scrapy.core.engine] DEBUG: Crawled (403) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:00 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <403 https://www.zomato.com/mumbai/dobaraa-lower-parel>: HTTP status code is not handled or not allowed 2026-06-25 05:50:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-chembur> None 2026-06-25 05:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-sakinaka> None 2026-06-25 05:50:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:05 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-kharghar-navi-mumbai> None 2026-06-25 05:50:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/blabber-all-day-hiranandani-estate-thane-west-thane> None 2026-06-25 05:50:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:13 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/bekal-house-marol> None 2026-06-25 05:50:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:15 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-phursungi> None 2026-06-25 05:50:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:16 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/dobaraa-kurla> None 2026-06-25 05:50:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/papa-chinos-pizzeria-kopar-khairane-navi-mumbai> None 2026-06-25 05:50:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:18 [scrapy.extensions.logstats] INFO: Crawled 216 pages (at 25 pages/min), scraped 206 items (at 24 items/min) 2026-06-25 05:50:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:20 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/ishaara-wakad> None 2026-06-25 05:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-kharghar-navi-mumbai> None 2026-06-25 05:50:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:27 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/poult-lower-parel> None 2026-06-25 05:50:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/ishaara-lower-parel> None 2026-06-25 05:50:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-santacruz-east> None 2026-06-25 05:50:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-borivali-west> None 2026-06-25 05:50:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:33 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-gomantak-seafood-restaurant-manpada-thane-west-thane> None 2026-06-25 05:50:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:34 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-1-rohini-new-delhi> None 2026-06-25 05:50:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:36 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-1-bhosari> None 2026-06-25 05:50:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:38 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-ghansoli-navi-mumbai> None 2026-06-25 05:50:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:45 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-dhayari> None 2026-06-25 05:50:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/ciel-restaurant-near-andheri-east-station> None 2026-06-25 05:50:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-mejwani-dadar-west> None 2026-06-25 05:50:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:51 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/arbab-2-mahim> None 2026-06-25 05:50:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:53 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-mulund-west> None 2026-06-25 05:50:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:54 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-cbd-belapur-navi-mumbai> None 2026-06-25 05:50:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:56 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/peppertwist-marol> None 2026-06-25 05:50:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:50:59 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:50:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-1-oshiwara> None 2026-06-25 05:51:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:05 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-pali-hill-bandra-west> None 2026-06-25 05:51:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:09 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/uttam-da-dhaba-marol> None 2026-06-25 05:51:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/sweet-box-turbhe-navi-mumbai> None 2026-06-25 05:51:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-gourmet-cheese-corner-by-food-square-lower-parel> None 2026-06-25 05:51:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:12 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/charcoal-eats-biryani-beyond-1-pimple-saudagar> None 2026-06-25 05:51:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:15 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/sai-krishna-mahakali> None 2026-06-25 05:51:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:16 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-mira-road> None 2026-06-25 05:51:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:18 [scrapy.extensions.logstats] INFO: Crawled 241 pages (at 25 pages/min), scraped 231 items (at 25 items/min) 2026-06-25 05:51:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/affogato-1-khar> None 2026-06-25 05:51:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:28 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/cafe-flora-1-vile-parle-east> None 2026-06-25 05:51:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:29 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/tokki-tora-japanese-korean-restaurant-lower-parel> None 2026-06-25 05:51:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:32 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/the-croffle-guys-defence-colony-new-delhi> None 2026-06-25 05:51:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:35 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/arbab-versova> None 2026-06-25 05:51:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:36 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/5-spice> None 2026-06-25 05:51:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:36 [scrapy.core.engine] DEBUG: Crawled (403) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:37 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <403 https://www.zomato.com/ncr/the-croffle-guys-pandav-nagar-new-delhi>: HTTP status code is not handled or not allowed 2026-06-25 05:51:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:41 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/epitome-global-dining-bar-lower-parel> None 2026-06-25 05:51:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:44 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/squisito-pizzeria-kandivali-east> None 2026-06-25 05:51:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/the-croffle-guys-udyog-vihar-gurgaon> None 2026-06-25 05:51:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:47 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-dombivali-east-thane> None 2026-06-25 05:51:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:49 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mirai-japanese-korean-dining-linking-road-bandra-west> None 2026-06-25 05:51:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:51 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kasarvadavli-thane-west-thane> None 2026-06-25 05:51:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:52 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/javaphile-worli> None 2026-06-25 05:51:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:51:56 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/javaphile-juhu> None 2026-06-25 05:51:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:51:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:02 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-sector-81-faridabad> None 2026-06-25 05:52:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/javaphile-andheri-lokhandwala> None 2026-06-25 05:52:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/all-things-jain-by-colossal-kitchens-lower-parel> None 2026-06-25 05:52:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:07 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-dragon-house-powai> None 2026-06-25 05:52:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-yakubpur-noida> None 2026-06-25 05:52:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-khar> None 2026-06-25 05:52:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:11 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-mira-road> None 2026-06-25 05:52:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:13 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/colossal-kitchens-lower-parel> None 2026-06-25 05:52:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-worli> None 2026-06-25 05:52:18 [scrapy.extensions.logstats] INFO: Crawled 265 pages (at 24 pages/min), scraped 254 items (at 23 items/min) 2026-06-25 05:52:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:18 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-bar-stock-exchange-cbd-belapur-navi-mumbai> None 2026-06-25 05:52:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:19 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-dahisar-east> None 2026-06-25 05:52:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:24 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/break-point-turbhe-navi-mumbai> None 2026-06-25 05:52:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-bar-stock-exchange-lower-parel> None 2026-06-25 05:52:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-lado-sarai-new-delhi> None 2026-06-25 05:52:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:30 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-wadala> None 2026-06-25 05:52:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:33 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-wadala> None 2026-06-25 05:52:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:37 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/5-spice-worli> None 2026-06-25 05:52:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:38 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-dilshad-garden-new-delhi> None 2026-06-25 05:52:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:39 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-kandivali-west> None 2026-06-25 05:52:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:42 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-cbd-belapur-navi-mumbai> None 2026-06-25 05:52:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:45 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/nav-kayastha-pangat-1-vile-parle-east> None 2026-06-25 05:52:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:45 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mitron-sakinaka> None 2026-06-25 05:52:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:50 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/food-square-cafe-santacruz-west> None 2026-06-25 05:52:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:53 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-ramesh-nagar-new-delhi> None 2026-06-25 05:52:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:52:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:58 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/breadsmith-by-food-square-santacruz-west> None 2026-06-25 05:52:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:52:58 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/charcoal-eats-biryani-beyond-near-andheri-east-station> None 2026-06-25 05:52:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:01 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/ishaara-kurla> None 2026-06-25 05:53:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:03 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-najafgarh-new-delhi> None 2026-06-25 05:53:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:04 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-karol-bagh-new-delhi> None 2026-06-25 05:53:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:08 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/haengbog-korean-restaurant-lower-parel> None 2026-06-25 05:53:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:10 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/caffe-allora-wakad> None 2026-06-25 05:53:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:12 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/the-gourmet-cheese-corner-by-food-square-santacruz-west> None 2026-06-25 05:53:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:13 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/bangalore/caffe-allora-2-sahakara-nagar-bangalore> None 2026-06-25 05:53:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:15 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/pune/dobaraa-viman-nagar> None 2026-06-25 05:53:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:17 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/shelter-x-coffee-by-javaphile-carter-road-bandra-west> None 2026-06-25 05:53:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:18 [scrapy.extensions.logstats] INFO: Crawled 291 pages (at 26 pages/min), scraped 280 items (at 26 items/min) 2026-06-25 05:53:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:20 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/qins-kitchen-sakinaka> None 2026-06-25 05:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/persian-darbar-marol> None 2026-06-25 05:53:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to from 2026-06-25 05:53:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:25 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mitron-turbhe-navi-mumbai> None 2026-06-25 05:53:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:27 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/fat-monk-chinese-wagle-estate-thane-west-thane> None 2026-06-25 05:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/ncr/charcoal-eats-biryani-beyond-south-city-2-gurgaon> None 2026-06-25 05:53:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:30 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/squisito-pizzeria-wagle-estate-thane-west-thane> None 2026-06-25 05:53:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/login) 2026-06-25 05:53:31 [py.warnings] WARNING: /home/ubuntu/culinary-compass-spiders/venv/lib/python3.12/site-packages/scrapy/core/scraper.py:208: UserWarning: The "Zomato_Page_Rating_Data.get_page_rating" method is a generator and includes a "return" statement with a value different than None. This could lead to unexpected behaviour. Please see https://docs.python.org/3/reference/simple_stmts.html#the-return-statement for details about the semantics of the "return" statement within generators warn_on_generator_with_return_value(spider, callback) 2026-06-25 05:53:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/mumbai/mitron-wagle-estate-thane-west-thane> None 2026-06-25 05:53:31 [scrapy.core.engine] INFO: Closing spider (finished) 2026-06-25 05:53:31 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/exception_count': 1, 'downloader/exception_type_count/twisted.internet.error.TimeoutError': 1, 'downloader/request_bytes': 997718, 'downloader/request_count': 597, 'downloader/request_method_count/GET': 597, 'downloader/response_bytes': 16269814, 'downloader/response_count': 596, 'downloader/response_status_count/200': 295, 'downloader/response_status_count/301': 298, 'downloader/response_status_count/403': 2, 'downloader/response_status_count/404': 1, 'elapsed_time_seconds': 733.196652, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 6, 25, 5, 53, 31, 778561, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 67951660, 'httpcompression/response_count': 295, 'httperror/response_ignored_count': 3, 'httperror/response_ignored_status_count/403': 2, 'httperror/response_ignored_status_count/404': 1, 'item_scraped_count': 287, 'items_per_minute': None, 'log_count/DEBUG': 897, 'log_count/INFO': 25, 'log_count/WARNING': 289, 'memusage/max': 164954112, 'memusage/startup': 132542464, 'response_received_count': 298, 'responses_per_minute': None, 'retry/count': 1, 'retry/reason_count/twisted.internet.error.TimeoutError': 1, 'scheduler/dequeued': 597, 'scheduler/dequeued/memory': 597, 'scheduler/enqueued': 597, 'scheduler/enqueued/memory': 597, 'start_time': datetime.datetime(2026, 6, 25, 5, 41, 18, 581909, tzinfo=datetime.timezone.utc)} 2026-06-25 05:53:31 [scrapy.core.engine] INFO: Spider closed (finished)