# Track Latest Posts from Any X Profile

**Use case:** 

Scrape the most recent tweets from any X (Twitter) profile, no login needed. Great for brand monitoring and content tracking.

## Input

```json
{
  "maxItems": 100,
  "usernames": [
    "nasa"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "enrichOutput": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Tweet ID",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "authorDisplay": {
    "label": "Author",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "retweetCount": {
    "label": "Retweets",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "quoteCount": {
    "label": "Quotes",
    "format": "number"
  },
  "bookmarkCount": {
    "label": "Bookmarks",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "datetime"
  },
  "fullText": {
    "label": "Full Text",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "lang": {
    "label": "Language",
    "format": "text"
  },
  "isRetweet": {
    "label": "Is Retweet",
    "format": "boolean"
  },
  "isReply": {
    "label": "Is Reply",
    "format": "boolean"
  },
  "isQuote": {
    "label": "Is Quote",
    "format": "boolean"
  },
  "isPinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "inReplyToId": {
    "label": "In Reply To ID",
    "format": "text"
  },
  "inReplyToUsername": {
    "label": "In Reply To Username",
    "format": "text"
  },
  "conversationId": {
    "label": "Conversation ID",
    "format": "text"
  },
  "author": {
    "label": "Author Details",
    "format": "object"
  },
  "media": {
    "label": "Media",
    "format": "object"
  },
  "entities": {
    "label": "Entities",
    "format": "object"
  },
  "extendedEntities": {
    "label": "Extended Entities",
    "format": "object"
  },
  "card": {
    "label": "Card",
    "format": "object"
  },
  "place": {
    "label": "Place",
    "format": "object"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "isConversationControlled": {
    "label": "Is Conversation Controlled",
    "format": "boolean"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "twitterUrl": {
    "label": "Twitter URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [X.com (Twitter) Post Scraper | No Auth Needed](https://apify.com/parseforge/x-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/x-com-scraper) to learn more, explore other use cases, and run it yourself.