Lindy Community Icon

Lindy Template for Scraping Tweets to Google Sheets

Β·
Β·

Is there a Lindy template that scrapes tweets for a specific keyword and saves them to a Google Sheet?

  • Avatar of Marvin A.
    Marvin A.
    Β·
    Β·

    Hm not a template yet β€” but all the tools to get this done πŸ™‚

  • Avatar of Marvin A.
    Marvin A.
    Β·
    Β·

    I do it like this:

    1. 1.

      Use Apify β†’ Twitter scraper that’s KW based

    2. 2.

      Inside Lindy:

    1. a.

      Any form of trigger (message or recurring timer is fine)

    2. b.

      HTTP call to trigger the scraper + get the data

    3. c.

      save in gsheets

  • Avatar of Anjaneya N.
    Anjaneya N.
    Β·
    Β·
    1. 1.

      Inside Lindy:

    1. a.

      Any form of trigger (message or recurring timer is fine)

    2. b.

      HTTP call to trigger the scraper + get the data

    3. c.

      save in gsheets

    can you explain this step 2 to me Marvin A.

  • Avatar of Marvin A.
    Marvin A.
    Β·
    Β·

    So I just saw that you can use our new Apify integration for this too! You can add a message received trigger (guide on triggers) to initiate the flow. Then use our Tweet Scraper to get those tweets. Then use a Loop to loop through each tweet and add it to your google sheet with the Append Row action to capture everything

  • Avatar of Anjaneya N.
    Anjaneya N.
    Β·
    Β·

    Marvin A. do you mind recording a loom video for this tutorial. Thanks for the help

  • Avatar of Anjaneya N.
    Anjaneya N.
    Β·
    Β·

    thank you so much Marvin A. you are the best!!