# Find X Posts With Real Estate News

**Use case:** 

Find X Posts With Real Estate News and export public tweet data for market monitoring and content research.

## Input

```json
{
  "maxItems": 100,
  "query": "real estate market news",
  "username": "",
  "replies": "",
  "retweets": "",
  "quotes": "",
  "verified": "",
  "links": "only",
  "media": "",
  "images": "",
  "videos": "",
  "nativeVideos": "",
  "proVideos": "",
  "news": "",
  "safe": "",
  "near": ""
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "permalink": {
    "label": "Permalink",
    "format": "link"
  },
  "avatar": {
    "label": "Avatar",
    "format": "image"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "html": {
    "label": "HTML",
    "format": "html"
  },
  "isRetweet": {
    "label": "Is Retweet",
    "format": "boolean"
  },
  "retweetedBy": {
    "label": "Retweeted By",
    "format": "text"
  },
  "replyingTo": {
    "label": "Replying To",
    "format": "array"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "links": {
    "label": "Links",
    "format": "array"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "retweets": {
    "label": "Retweets",
    "format": "number"
  },
  "quotes": {
    "label": "Quotes",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [X Twitter Scraper ($0.15 per 1000 results)](https://apify.com/igolaizola/x-twitter-scraper-ppe) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/x-twitter-scraper-ppe) to learn more, explore other use cases, and run it yourself.