# Change.org Climate Petition Tracker (US)

**Use case:** 

Track US climate petitions on Change.org that passed 1,000 signatures. Built for NGO researchers and campaign teams watching which asks gain momentum.

## Input

```json
{
  "searchTerms": [
    "climate change",
    "fossil fuels"
  ],
  "language": "en",
  "sortBy": "most_signatures",
  "minSignatures": 1000,
  "country": "US",
  "status": "published",
  "tags": [
    "Climate Change"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "signatures": {
    "label": "Signatures",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "victory": {
    "label": "Victory",
    "format": "boolean"
  },
  "geoReach": {
    "label": "Geo reach",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "targets": {
    "label": "Targets",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "createdLocale": {
    "label": "Created locale",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "creator": {
    "label": "Creator",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [change.org Petition Search Scraper](https://apify.com/datacach/change-org-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/change-org-scraper) to learn more, explore other use cases, and run it yourself.