# API X Twitter annonces pour 1640161387778285570

**Use case:** 

Un exemple prêt à l'emploi qui extrait les annonces de X Twitter pour 1640161387778285570 et renvoie des champs normalisés pour chaque ligne.

## Input

```json
{
  "community": [
    "https://x.com/i/communities/1640161387778285570"
  ]
}
```

## Output

```json
{
  "banner_url": {
    "label": "Banner URL",
    "format": "string"
  },
  "display_name": {
    "label": "Community Name",
    "format": "string"
  },
  "id": {
    "label": "Community ID",
    "format": "string"
  },
  "member_count": {
    "label": "Members",
    "format": "integer"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "creator": {
    "label": "Creator",
    "format": "object"
  },
  "join_policy": {
    "label": "Join Policy",
    "format": "string"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  },
  "is_nsfw": {
    "label": "NSFW",
    "format": "boolean"
  },
  "community_topic": {
    "label": "Topic",
    "format": "string"
  },
  "community_tags": {
    "label": "Trending Hashtags",
    "format": "array"
  },
  "community_rules": {
    "label": "Community Rules",
    "format": "array"
  },
  "members_facepile": {
    "label": "Member Avatars",
    "format": "array"
  },
  "status": {
    "label": "Processing Status",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [X Twitter Community Scraper](https://apify.com/truefetch/x-twitter-community-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/truefetch/x-twitter-community-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/truefetch/x-twitter-community-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
