Indeed Jobs Web Scraping Save to CSV

preview_player
Показать описание

-------------------------------------
-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases
-------------------------------------

Sound like me:

-------------------------------------

Video like me:
-------------------------------------

PC Stuff:
Рекомендации по теме
Комментарии
Автор

Great tutorial John, just a quick fix on the for loop, you forgot to add the i to the extract function: Made the changes to this

for i in range(0, 41, 10):
print(f'Getting page {i} ')
c = extract(i)
transform(c)

franklinokech
Автор

That's an excellent video for the following reasons:
-- the flow of the tutorial is really smooth,
-- the explanation is excellent so you can easily adjust the classes that existed in the time of the video to the current ones
-- and the iterations are detailed so every step is easy to understand.
Thank you so much for this video! Greetings from Greece! 🇬🇷

vvvvv
Автор

This channel has helped me a lot. Everything I know about web scrapping is thanks to John and his to-the-point tutorials.

Why_So_Saad
Автор

Your style of code is so beautiful and easy to follow.

afrodeveloper
Автор

John amazing tutorial and skills, love the way you slip in sometimes different method on going about. Hope you getting big bucks for your expertise. Keep them video coming.

rukon
Автор

Dude, thanks so much. You deserve much more views and likes. I didn't understand scraping one bit before this.

mrremy
Автор

Great tutorial! Nice and easy flow of code! As a beginner programmer, I really enjoyed this video! Thank you a lot!

dmytrodavydenko
Автор

Honestly, This channel is marvelous. It has helped me a lot. 'a lot' is even an understatement

hi_nesh
Автор

Worked flawlessly, I just had to edit a few things, like the classes and the tags. Nothing wrong with the code, just the indeed website that changed since you posted this video. Thanks!

igordc
Автор

keep up the good work those lines of code and the logic is sure fire.

kmgmunges
Автор

Thank you. You saved my entire semester!

eligr
Автор

Hey. Seriously. Thank you. I just downloaded soft and I can CLEARLY see why your vid was recomnded. You're an aweso intro into

rjhdhhp
Автор

Great videos. Very helpful in learning scraping. Nicely done. Thanks!

dewangbhavsar
Автор

Like usual very helpful John. Than you!

jonathanfriz
Автор

Thanks for the video john! It was really helpful.

sayyadsalman
Автор

Damn this was top quality my man, thank you!

MyFukinBass
Автор

I really appreciate this video, you thought me a lot. Keep up the good work

theprimecoder
Автор

Hello, John. I have just started learning Python, and I'm trying to use it automate some daily tasks, and web scraping is my current "class". I really enjoy watching your workflow. I love watching the incremental development of the program as you work your way through. You are very fluent in the language, as well as the various libraries you demonstrate. I am still at the stage where I have to look up the syntax of tuples and dictionaries... (Is it curly brace or brackets? commas or colons?) so I find myself staring in amazement as two or three lines of code blossom into 20, and this wondrously effective program is completed in minutes... I am envious of your skill, and I wanted to let you know I appreciate your taking the time to share your knowledge. I find your content compelling. Sometimes I forget to click the like button before moving on to the next vid, so sorry about that. I just have to go watch it again, just to make sure I leave a like... Your work is very inspiring to me as a noob. I aspire to the same type of fluency as you demonstrate so charmingly. Thanks again.

davidberrien
Автор

I am very surprised you only have 1500 views. This is one of the best webscraping tutorials i have come across. Can you do one for rightmove or zoopla?

JulianFerguson
Автор

Good work John, please use the variable i in the extract function to avoid duplicate results

sujithchennat