Twitter data scapper

Hi @diskborste ,

I have issue in twitter data scrapper.
while putting limit of 2000 I am unable to fetch the data. Only 699 post are coming so can you just check the plug in issue.
Please find the below error.

.

Hi,

This is because you are using an older version which doesn't take into account that some batches of tweets from the API contains less than 200, which makes SeoTools assume the parsing is complete. You can get the latest version by copying the following code and replacing the old code in the Twitter.xml file located in the SeoTools install directory/connectors.

https://raw.githubusercontent.com/nielsbosma/SeoTools-for-Excel-Connectors/master/Twitter.xml

1 Like

Hi @diskborste ,

It is great the new updated code for twitter was works well. However, there is some similar things happens to me I had run the " user feeds " with " 5000 " result but that was stuck in 3209 results. I have shared the details for issue please let me know the solution to figure this out.

Is there any issue in code or twitter API ?

Thanks in advance.

Unfortunately, Twitter has implemented a bunch of limits in their API, and you won't be able to get more than about 3,200 tweets.

You can read more about this particular request and limits here:
https://dev.twitter.com/rest/reference/get/statuses/user_timeline

1 Like

Great Thanks a lot !!