Trying to Create Website Scraper

slow312

Newbie
Joined
Jan 13, 2016
Messages
21
Reaction score
1
Hello all,

I am trying to create a website scrapper for job posting sites like Indeed to return results for me via python and beautifulsoup. However, I cannot seem to get it to work for certain websites that has a unicode thing? The output is just random numbers.

Should I just pay on fiverr for a gig for someone to handle this issue?
 
Hi,
I would suggest to pay someone on fivvr to google the answer for you :-)

Google beautyfulsoup unicode and Look at the stackoverflow Thread "Python correct encoding Websites" from 2016
It will explain how to Encode the response and to get the right Output.

Good luck
Mf
 
Hi,
I would suggest to pay someone on fivvr to google the answer for you :)

Google beautyfulsoup unicode and Look at the stackoverflow Thread "Python correct encoding Websites" from 2016
It will explain how to Encode the response and to get the right Output.

Good luck
Mf

haha thank you. :D
 
Glad to help, if you have further questions do not hesitate to ask. Sometimes it is useful to get a hind for the right search keywords.

Best wishes with your scraper
mf
 
Back
Top