# Change.org Animal Welfare Petition Victories

**Use case:** 

Collect Change.org animal petitions that reached Victory status. Built for animal welfare nonprofits creating case studies and monthly impact newsletters.

## Input

```json
{
  "searchTerms": [
    "animal"
  ],
  "language": "en",
  "sortBy": "recently_updated",
  "minSignatures": 100,
  "status": "victory",
  "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.