social-media-profile-scrapers icon indicating copy to clipboard operation
social-media-profile-scrapers copied to clipboard

The pinterest scraper doesn't work.

Open meatloaf4u opened this issue 2 years ago • 2 comments

it returns: 'country' None

meatloaf4u avatar Jul 06 '22 10:07 meatloaf4u

I thought the problem was the url.. because the twitter crawler works and in pinterest.py there is a wired thing about url. I tried to change that to: return "https://www.pinterest.com/{}/".format(username) I get this: Error Expecting value: line 1 column 1 (char 0) Also Pinterest.py does not accept browser name like twitter.py. I try to learn, Sorry for my basic questions. Thanks in advance.

meatloaf4u avatar Jul 06 '22 11:07 meatloaf4u

Alright I will check this issue.

Pinterest script is using simple Pinterest's API unlike other script which uses browser automation. This script just makes a HTTP GET request to Pinterest's API and provides you with data after getting a response. That URL won't work, No Problem at all, I will look into this issue :)

shaikhsajid1111 avatar Jul 06 '22 17:07 shaikhsajid1111