David_G
David_G

Reputation: 87

How do I redirect to different webpages while web scraping within a python program?

I want to build a web scraping program that takes user input, and feeds that input into the search bar of a website. I then want to redirect to the webpage that would result from the search of that term, and scrape that page's HTML.

What is the best Python module to do this? Some suggestions and resources to learn would be greatly appreciated, thank you.

Upvotes: 1

Views: 146

Answers (1)

Ram
Ram

Reputation: 4779

You need to learn these modules.

Upvotes: 1

Related Questions