# Export IPO & Funding Announcement Tweet Data

**Use case:** 

Scrape and export data from tweets about IPOs and funding announcements. Get engagement metrics and insights from specified URLs.

## Input

```json
{
  "postUrls": [
    "https://x.com/TechCrunch/status/1729234067239194673",
    "https://x.com/Forbes/status/1729093472068264068"
  ],
  "maxConcurrency": 5,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "text": {
    "label": "Text",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "retweetCount": {
    "label": "Retweets",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "createdAt": {
    "label": "Created at",
    "format": "text"
  },
  "url": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tweet Scraper by URL - X (Twitter) Post Data](https://apify.com/logiover/x-post-url-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/x-post-url-scraper) to learn more, explore other use cases, and run it yourself.