You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey,
i consider using crawlee as a scrapper to grab some data from a specific website.
during the tests of creating the scrapper, i would call some urls, but i don't want to hit the website each time - instead, would need to take a cache response to avoid website ip block.
also, i would like to save the responses to a database such as mongo or redis, so even when i share other developers, it will not hit the server/website, since this pages are static.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hey,
i consider using crawlee as a scrapper to grab some data from a specific website.
during the tests of creating the scrapper, i would call some urls, but i don't want to hit the website each time - instead, would need to take a cache response to avoid website ip block.
also, i would like to save the responses to a database such as mongo or redis, so even when i share other developers, it will not hit the server/website, since this pages are static.
this is something that is done with node-crawler here: https://github.com/mike442144/seenreq
how does crawlee handle such cases? appreciate.
Beta Was this translation helpful? Give feedback.
All reactions