# Subreddit Dataengineering Data Export API

**Use case:** 

A ready-to-run example that resolves Subreddit handles into entity records, configured for dataengineering, with normalized fields on each returned row.

## Input

```json
{
  "community": "dataengineering"
}
```

## Output

```json
{
  "id": {
    "label": "Community ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "url": {
    "label": "Community URL",
    "format": "string"
  },
  "about": {
    "label": "About",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "header_title": {
    "label": "Header Title",
    "format": "string"
  },
  "created": {
    "label": "Created",
    "format": "string"
  },
  "ad_category": {
    "label": "Ad Category",
    "format": "string"
  },
  "content_category": {
    "label": "Content Category",
    "format": "string"
  },
  "type": {
    "label": "Community Type",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "ad_whitelist": {
    "label": "Ad Whitelist",
    "format": "integer"
  },
  "icon": {
    "label": "Icon",
    "format": "string"
  },
  "icon_size": {
    "label": "Icon Size",
    "format": "array"
  },
  "banner": {
    "label": "Banner",
    "format": "string"
  },
  "banner_size": {
    "label": "Banner Size",
    "format": "array"
  },
  "mobile_banner": {
    "label": "Mobile Banner",
    "format": "string"
  },
  "header_image": {
    "label": "Header Image",
    "format": "string"
  },
  "header_size": {
    "label": "Header Size",
    "format": "array"
  },
  "primary_color": {
    "label": "Primary Color",
    "format": "string"
  },
  "key_color": {
    "label": "Key Color",
    "format": "string"
  },
  "theme_background_color": {
    "label": "Theme Background Color",
    "format": "string"
  },
  "over_18": {
    "label": "NSFW",
    "format": "boolean"
  },
  "hide_ads": {
    "label": "Hide Ads",
    "format": "boolean"
  },
  "show_media": {
    "label": "Show Media",
    "format": "boolean"
  },
  "show_media_preview": {
    "label": "Show Media Preview",
    "format": "boolean"
  },
  "comments_media_enabled": {
    "label": "Comment Media Enabled",
    "format": "boolean"
  },
  "comment_attachment_types": {
    "label": "Comment Attachment Types",
    "format": "array"
  },
  "quarantine": {
    "label": "Quarantined",
    "format": "boolean"
  },
  "allow_images": {
    "label": "Allow Images",
    "format": "boolean"
  },
  "allow_videos": {
    "label": "Allow Videos",
    "format": "boolean"
  },
  "allow_galleries": {
    "label": "Allow Galleries",
    "format": "boolean"
  },
  "allow_polls": {
    "label": "Allow Polls",
    "format": "boolean"
  },
  "allow_talks": {
    "label": "Allow Talks",
    "format": "boolean"
  },
  "allow_discovery": {
    "label": "Allow Discovery",
    "format": "boolean"
  },
  "allow_predictions": {
    "label": "Allow Predictions",
    "format": "boolean"
  },
  "wiki_enabled": {
    "label": "Wiki Enabled",
    "format": "boolean"
  },
  "spoilers_enabled": {
    "label": "Spoilers Enabled",
    "format": "boolean"
  },
  "emojis_enabled": {
    "label": "Emojis Enabled",
    "format": "boolean"
  },
  "emoji_size": {
    "label": "Emoji Size",
    "format": "array"
  },
  "submission_type": {
    "label": "Submission Type",
    "format": "string"
  },
  "submit_external_label": {
    "label": "Submit External Label",
    "format": "string"
  },
  "submit_text": {
    "label": "Submit Text",
    "format": "string"
  },
  "submit_text_label": {
    "label": "Submit Text Label",
    "format": "string"
  },
  "suggested_comment_sort": {
    "label": "Suggested Comment Sort",
    "format": "string"
  },
  "score_hide_mins": {
    "label": "Score Hide Minutes",
    "format": "integer"
  },
  "archive_posts": {
    "label": "Archive Posts",
    "format": "boolean"
  },
  "original_tag": {
    "label": "Original Content Tag",
    "format": "boolean"
  },
  "accept_followers": {
    "label": "Accept Followers",
    "format": "boolean"
  },
  "restrict_posting": {
    "label": "Restrict Posting",
    "format": "boolean"
  },
  "restrict_commenting": {
    "label": "Restrict Commenting",
    "format": "boolean"
  },
  "community_reviewed": {
    "label": "Community Reviewed",
    "format": "boolean"
  },
  "crosspostable": {
    "label": "Crosspostable",
    "format": "boolean"
  },
  "post_flair_enabled": {
    "label": "Post Flair Enabled",
    "format": "boolean"
  },
  "post_flair_position": {
    "label": "Post Flair Position",
    "format": "string"
  },
  "collapse_deleted_comments": {
    "label": "Collapse Deleted Comments",
    "format": "boolean"
  },
  "free_form_reports": {
    "label": "Free-Form Reports",
    "format": "boolean"
  },
  "disable_contributor_requests": {
    "label": "Disable Contributor Requests",
    "format": "boolean"
  },
  "has_menu_widget": {
    "label": "Menu Widget",
    "format": "boolean"
  },
  "public_traffic": {
    "label": "Public Traffic",
    "format": "boolean"
  },
  "rules": {
    "label": "Rules",
    "format": "array"
  },
  "wikis": {
    "label": "Wiki Pages",
    "format": "array"
  },
  "stickies": {
    "label": "Pinned Posts",
    "format": "array"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SubReddit Info Scraper](https://apify.com/agentx/subreddit-info-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/subreddit-info-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/agentx/subreddit-info-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`).
