---
title: "Scrape tweets and profile data from X"
description: "\"Scrape all tweets mentioning 'AI agents' from the past 30 days, then pull the profile info and follower count for the top accounts in the results.\""
canonical: "https://hub.ironclaw.com/usecases/scrape-tweets-and-profile-data-from-x"
markdown: "https://hub.ironclaw.com/usecases/scrape-tweets-and-profile-data-from-x.md"
type: "use-case"
categories: ["Personal assistant","Research","Marketing / content","Automation"]
author: "mr.potato"
---

# Scrape tweets and profile data from X

## Example Prompt

> "Scrape all tweets mentioning 'AI agents' from the past 30 days, then pull the profile info and follower count for the top accounts in the results."

## What the Agent Does

Installs Scweet and authenticates using a dummy X account's `auth_token` cookie — no official API key required. It searches tweets by keyword, hashtag, date range, or specific user, fetches full profile timelines, pulls follower and following lists, and retrieves user bios and metadata. Results are saved as CSV or JSON for further analysis, reporting, or monitoring. For higher-volume runs, the agent can pool multiple dedicated accounts with proxies to stay within rate limits.

## Skills and Tools

- Scweet (pip install -U Scweet)

## Categories

- Personal assistant
- Research
- Marketing / content
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/scrape-tweets-and-profile-data-from-x)
- [Source](https://github.com/altimis/scweet)

