Twitter Statistics (Tweets, Followers etc.)

I am trying to get the account statistics (Tweets, Followers, Following and Likes) of a list of about 10 musicians. Three examples are below. The code below works great for 1 site but how can I combine all 10 sites into 1 scrape map so that I can click Scrape and it goes to all 10 sites?

https://twitter.com/daddy_yankee
https://twitter.com/NickyJamPR
https://twitter.com/wisinyyandel

Sitemap:
{"_id":"twitter","startUrl":["https://twitter.com/daddy_yankee"],"selectors":[{"id":"tweets","type":"SelectorText","parentSelectors":["_root"],"selector":".js-nav span.ProfileNav-value","multiple":false,"regex":"","delay":0},{"id":"following","type":"SelectorText","parentSelectors":["_root"],"selector":".ProfileNav-item--following span.ProfileNav-value","multiple":false,"regex":"","delay":0},{"id":"followers","type":"SelectorText","parentSelectors":["_root"],"selector":".ProfileNav-item--followers span.ProfileNav-value","multiple":false,"regex":"","delay":0},{"id":"likes","type":"SelectorText","parentSelectors":["_root"],"selector":".ProfileNav-item--favorites span.ProfileNav-value","multiple":false,"regex":"","delay":0}]}

While in your sitemap, click on Edit Metadata, then in the StartUrl section click on the + button on the right of the screen and add as many Urls as you like, up to 10,000 Urls. Click Save Sitemap.

Note: The + button may not be visible if your Chrome window is not wide enough.

1 Like