Scrape Twitter Followers of a public account

Опубликовано: 16 Январь 2023
на канале: Web Scraping with Franek
4,726
49

Downloading Octoparse:
https://www.octoparse.com/download/

The URL scraped for this video:
  / laurentobertone  

To get your first 100 B2B leads for free:
https://scrap.id/s/1xY

For a Web Scraping request:
[email protected]

XPaths used:
Loop Item - //div[@data-testid="cellInnerDiv"]

Follower_Name/Follower_URL - //a[@class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1loqt21 r-1wbh5a2 r-dnmrzs r-1ny4l3l" and not(contains(@tabindex,"-1"))]

Follower_Username - //a[@class="css-4rbku5 css-18t94o4 css-1dbjc4n r-1loqt21 r-1wbh5a2 r-dnmrzs r-1ny4l3l" and @tabindex="-1"]

Bio - //div[@dir="auto"]/*[1]/..