Crawl web operator does not return any results
Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
You didn't apply any crawling rules so basically your operator is just doing nothing even if it reads the content. If you do not state which patterns to follow and which of these to store the system just crawls clueless.
Try the get page operator first and see if you get any result then. This loads the actual url and returns the data. This way you can already validate the connection.
Next define which pages to crawl and store (patterns) with the crawl web operator, or use the get pages and provide a list of url's.
Typically that's a bit more trustworthy as webstructures can be pretty complex for 'blind' crawling, and quite some sites will just kick you of their server if you do this too obviously
Try the get page operator first and see if you get any result then. This loads the actual url and returns the data. This way you can already validate the connection.
Next define which pages to crawl and store (patterns) with the crawl web operator, or use the get pages and provide a list of url's.
Typically that's a bit more trustworthy as webstructures can be pretty complex for 'blind' crawling, and quite some sites will just kick you of their server if you do this too obviously
Try the get page operator first and see if you get any result then. This loads the actual url and returns the data. This way you can already validate the connection.
Next define which pages to crawl and store (patterns) with the crawl web operator, or use the get pages and provide a list of url's.
Typically that's a bit more trustworthy as webstructures can be pretty complex for 'blind' crawling, and quite some sites will just kick you of their server if you do this too obviously