# Discover Technology communities on Circle

**Use case:** 

Find technology communities and courses on Circle.so with clean metadata per community.

## Input

```json
{
  "goals": [
    "__apify_health_check__"
  ],
  "searchKeywords": [
    "technology"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "communityName": {
    "label": "Community name"
  },
  "creatorName": {
    "label": "Creator name"
  },
  "url": {
    "label": "Url"
  },
  "isPaid": {
    "label": "Is paid"
  },
  "priceUsd": {
    "label": "Price usd"
  },
  "monthlyPriceUsd": {
    "label": "Monthly price usd"
  },
  "humanReadablePrice": {
    "label": "Human readable price"
  },
  "billingInterval": {
    "label": "Billing interval"
  },
  "trialDays": {
    "label": "Trial days"
  },
  "categoryName": {
    "label": "Category name"
  },
  "goalName": {
    "label": "Goal name"
  }
}
```

## About this Actor

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