Python Forum

Full Version: Read and find elements which contains text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I am new to this forum, i am currently working on a simple bot, which should be able to find an element which contain some information (text) on one webpage, then it should go to another, where it should look for that information(text). How do you guys suggest me to do so, i am currently pretty new at Python?

Thank you,
craver35
There is a good web scraping tutorial here, well worth a look:

Part1: https://python-forum.io/Thread-Web-Scrap...t=scraping
part2: https://python-forum.io/Thread-Web-scrap...t=scraping
Thank you very much, i tried to follow that tutorial :-) But i feel like the difficult part is to match the exact same information(text) on another site. What i need is for example, go to this page https://www.zalando.dk/soulland-kelley-t...5-a12.html grab the information where it says "Soulland KELLEY - T-shirts print" and find that exact name on asos.com for example :-)