Python Forum
looking for direction - scrappy, crawler, beautiful soup
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for direction - scrappy, crawler, beautiful soup
#2
you need a web crawler and scraper.

The web crawler looks at all or a filtered list of sites to determine if they are suitable for scraping
based on the subject 'Travel' (an indexer)
They can both be in the same module, but it makes sense to separate into two separate modules.

Scrapy is a common: https://scrapy.org/ web crawler/scraper - I haven't used it as I prefer to write my own, but it is popular.

Here's a site to help with scrapy: https://www.datacamp.com/community/tutor...apy-python

You can write your own as well
find packages here: https://pypi.org/search/?q=%22web+crawler%22&o=
for blogs, google 'web crawler python 3'

web scraper - Suggest tutorials on this forum
web scraping part 1
web scraping part 2
Reply


Messages In This Thread
RE: looking for direction - scrappy, crawler, beautiful soup - by Larz60+ - Mar-17-2020, 03:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Soup('A') new_coder_231013 6 2,807 Aug-12-2023, 10:55 AM
Last Post: Pubfonts
  Beautiful Soup - access a rating value in a class KatMac 1 3,547 Apr-16-2021, 01:27 PM
Last Post: snippsat
  *Beginner* web scraping/Beautiful Soup help 7ken8 2 2,721 Jan-28-2021, 04:26 PM
Last Post: 7ken8
  Help: Beautiful Soup - Parsing HTML table ironfelix717 2 2,790 Oct-01-2020, 02:19 PM
Last Post: snippsat
  Beautiful Soup (suddenly) doesn't get full webpage html j.crater 8 17,605 Jul-11-2020, 04:31 PM
Last Post: j.crater
  Requests-HTML vs Beautiful Soup - How to Choose? robin73 0 3,890 Jun-23-2020, 02:53 PM
Last Post: robin73
  Web Crawler help Mr_Mafia 2 1,976 Apr-04-2020, 07:20 PM
Last Post: Mr_Mafia
  Beautiful soup truncates results jonesjoz 4 4,074 Mar-09-2020, 06:04 PM
Last Post: jonesjoz
  Beautiful soup and tags starter_student 11 6,445 Jul-08-2019, 03:41 PM
Last Post: starter_student
  Beautiful Soup find_all() kirito85 2 3,472 Jun-14-2019, 02:17 AM
Last Post: kirito85

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020