How to get Twitter data without the API | Twitter Scraper Tutorial | Twitter API alternative

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 44

  • @aliakbarjamali9472
    @aliakbarjamali9472 Před 7 měsíci +3

    Are the "Search by the term" and "tweets of specific dates" features currently unavailable? I'm unable to locate these functions.

    • @Apify
      @Apify  Před 6 měsíci

      Hey,
      given Twitter's latest restrictions to publicly available data, this scraper's features have become limited 😏 You can read more about the issue and try one of the alternative scrapers on Apify Store at the top of the Actor's readme 👉 apify.com/quacker/twitter-scraper
      Hope I helped!

  • @SwedeKent08
    @SwedeKent08 Před rokem +2

    Using search options for the Twitter scraper is "momentarily unavailable" -- can you confirm when it will be available again?

    • @Apify
      @Apify  Před rokem

      Hi Caroline, it's hard to say when or if it will be available again. As you know, since Twitter's acquisition things have been pretty crazy. We are currently evaluating our next steps, but as of this moment, you can only scrape profile names and tweet URLs though. If you have a large Twitter project, you can also consider sharing it here: apify.com/enterprise

  • @techkhid4836
    @techkhid4836 Před 2 měsíci

    hello, I tried this actor but it seem to only return reply count, but not the reply text themselves...any other actor you'll recommend?

    • @Apify
      @Apify  Před měsícem

      Hey 👋 Unfortunately, the replies themselves are now hidden behind login. And since our scrapers only extract publicly available data, this kind of data is out of bounds. Hope I helped! 🙂

  • @harshnambiar
    @harshnambiar Před rokem +1

    Two questions:
    1. Does the scraper gets IP blocked by twitter after few concurrent tries?
    2. Is there an api for this that can be directly called from one's javascript main.js?

    • @Apify
      @Apify  Před rokem +2

      Hi Harsh,
      1. With an Apify plan (even the free!), you get access to a pool of proxies, which automatically rotate to bypass blocking
      2. You can find a JavaScript API example in the actor's readme: apify.com/quacker/twitter-scraper/api
      Hope I helped! 🙂

  • @raiusmankharalravian
    @raiusmankharalravian Před rokem +1

    How can i do tweet scraping with bs4 with new(updated div's) by twitter

    • @Apify
      @Apify  Před rokem

      Hey Rai,
      our Twitter Scraper is a ready-made solution that our team of developers keeps up to date based on the latest changes. You can check it out here: apify.com/quacker/twitter-scraper 🙂 If you want to create your own solution, you can read through our BeautifulSoup guide that will take you through the process: docs.apify.com/sdk/python/docs/guides/beautiful-soup If you need any advice from other web scraping enthusiasts, try joining our Discord, where you'll also find a Python channel 🐍 discord.com/invite/crawlee-apify-801163717915574323
      Hope I helped!

  • @senaakpalamut2423
    @senaakpalamut2423 Před rokem +1

    hey, i am trying the trial but i could not extract the tweets, it says "Succeeded
    Finished! Total 1 requests: 0 succeeded, 1 failed." How can i solve this? If it works, i want to start paying.

    • @Apify
      @Apify  Před rokem

      Hey,
      Unfortunately, on 30 June 2023, Twitter put all content behind a login, so scraping publicly available Twitter content is no longer possible. To extract data behind the login, you can use the Initial cookies option. Beware that this is an experimental/research feature, and you use it on your responsibility. You can read more about the situation on the Actor's readme page: apify.com/quacker/twitter-scraper
      Thanks for understanding! 🙂

    • @senaakpalamut2423
      @senaakpalamut2423 Před rokem

      @@Apify thats such a shame, and they also ask for lots of money for really less amount of data. Thank you so much, now using the platform to extract data from instagram.

  • @HIMANSHUMISHRA-yg8dc
    @HIMANSHUMISHRA-yg8dc Před 4 měsíci

    can i integrate this scrappers into my projects?if yes then how?

    • @Apify
      @Apify  Před 4 měsíci

      Hey 👋
      You can use one of our integrations found on apify.com/integrations or integrate it locally with Apify API Client 👇
      For JavaScript: docs.apify.com/api/client/js/
      For Python: docs.apify.com/api/client/python/
      Hope helped! 🙂

  • @thebet1156
    @thebet1156 Před 6 měsíci

    I'm just wondering how this is done by programming. I want to build my own Twitter data scraper.

    • @Apify
      @Apify  Před 6 měsíci

      Hey,
      You can read about how to build your own scraper in Apify Academy 👉 docs.apify.com/academy
      Also make sure to check out our web scraping templates that give you a codebase for building your own scraper 👉 apify.com/templates
      Hope I helped!

  • @keshhh
    @keshhh Před rokem

    Hi, is it possible to scrape a user's most recent 'likes' using this tool?

    • @Apify
      @Apify  Před rokem

      Hey there,
      unfortunately, users' liked tweets are now behind a log-in wall, so our scrapers are unable to extract this sort of data 😞 But you can still try searching for other, community-built Twitter scrapers on Apify Store, to see if they offer this functionality: apify.com/store?search=twitter
      Hope I helped!

  • @trebolito9171
    @trebolito9171 Před rokem

    Interesting. Is it possible to download video and image from tweet withouht the API? before is used V1.1 single tweet endpoint but it was deprecated some weeks ago. I can't believe they did this.

    • @Apify
      @Apify  Před rokem

      Hi,
      yes, the scraper extracts the direct video URL, so you should be able to easily download it 🙂
      Hope I helped!

  • @igorbeaver4692
    @igorbeaver4692 Před rokem

    Hi! Want to use it!
    Is it possible to somehow scrape following timeline, or "for you" timeline?

    • @Apify
      @Apify  Před rokem

      Hey Igor,
      unfortunately, Twitter Scraper does not allow scraping data behind login (which is necessary to extract information from the For You / Following tabs). But you can always create a list of accounts you'd like to monitor with the Twitter List Scraper: apify.com/quacker/twitter-list-scraper 🙂
      Hope I helped!

  • @the_real_cookiez
    @the_real_cookiez Před rokem

    Does this work for live tweets for instantaneous notifications? Like Twitter's Streaming Tweets API. It'll be good for time sensitive tweets.

    • @Apify
      @Apify  Před 10 měsíci

      Hi,
      while our scrapers don't support instantaneous notifications, you can schedule Apify Actors to run as often as every minute, so that you don't miss anything 🙂 Learn more about schedules here: docs.apify.com/platform/schedules
      Hope I helped!

  • @kimchipaws
    @kimchipaws Před 11 měsíci

    what if i just wanna scrap any twitter account - followers

    • @Apify
      @Apify  Před 10 měsíci

      Hi,
      the amount of data available without login is now very limited. Our scrapers can therefore only scrape the number of followers, but not their usernames 🙂
      Hope I helped!

  • @_daryyl
    @_daryyl Před 6 měsíci

    Is it possible to scrape the quote tweets from a link?

    • @Apify
      @Apify  Před 6 měsíci

      Hi 👋
      unfortunately, Twitter Scraper does not allow scraping data behind login (which is necessary to extract Twitter quotes) 😔 You can however browse Apify Store, which has a myriad of other Twitter scrapers that may fit your use case 👉 apify.com/store?search=twitter

  • @markviya2194
    @markviya2194 Před rokem +2

    I’m doing a research project wherein I’d be extracting data from twitter. Can I reach out to you through your email?

    • @Apify
      @Apify  Před rokem

      Hi Mark, sure thing. If you are part of a university, please send us an email from your school email address at hello[@]apify.com If you have specific questions about how to use Twitter scraper, we can also recommend joining our community on Discord: discord.com/invite/jyEM2PRvMU

    • @markviya2194
      @markviya2194 Před rokem

      @@Apify thanks!

  • @Daichiforyou
    @Daichiforyou Před rokem

    can we scrape tweets for a specify language

    • @Apify
      @Apify  Před rokem

      Hi,
      Unfortunately, Twitter does not have a language filter, but you can target a language by using language-specific keywords and choosing the desired country in the *Proxy configuration* tab 🙂
      Hope I helped!

  • @adibakhan2865
    @adibakhan2865 Před rokem

    How can I get replies of the specific tweet

    • @Apify
      @Apify  Před rokem

      Hi Adiba,
      if you want to scrape a specific tweet, open the *Scrape by Twitter profile or Twitter URL* tab and input your tweet's URL into the *Do you want to scrape by Twitter URL?* field. Right above this input, you'll find a *Do you want to scrape replies in addition to tweets?* field. Here, make sure to have *Tweets and replies to other users* selected in order to extract replies, too 🙂
      Hope I helped!

  • @Apify
    @Apify  Před rokem +1

    See how to set up a scraping task with Apify's Twitter Scraper! In case you're looking for more specific data, you can also try out other Twitter scrapers on Apify Store apify.it/3VeVO2I

  • @husnihadi1333
    @husnihadi1333 Před rokem

    can i change the search to indonesian?

    • @Apify
      @Apify  Před rokem

      Hi,
      Unfortunately, Twitter does not have a language filter, but you can target a language by using language-specific keywords and choosing the desired country in the *Proxy configuration* tab
      Hope I helped!

  • @sseriously3043
    @sseriously3043 Před 8 měsíci

    loooool ahahha money money

  • @rezarahman1615
    @rezarahman1615 Před rokem

    Hello there, I am a MIS undergraduate from Bangladesh I have sent you an email regarding this wonderful API. If you could kindly receive the email I sent at your earliest convenience it would be much obliged.
    Thank you.

    • @Apify
      @Apify  Před rokem

      Hi,
      if you want to use Apify for your university research, you can get a 30% discount by filling out the form at this link: apify.com/resources/universities 🙂
      Hope I helped!