# Emma Municipal Bonds in CA

**Use case:** 

Find and extract Emma Municipal Bonds in CA. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "state": "CA",
  "maxItems": 10
}
```

## Output

```json
{
  "cusipImage": {
    "label": "CUSIP",
    "format": "image"
  },
  "issuerName": {
    "label": "Issuer",
    "format": "text"
  },
  "securityDescription": {
    "label": "Description",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "couponRate": {
    "label": "Coupon %",
    "format": "text"
  },
  "maturityDate": {
    "label": "Maturity",
    "format": "text"
  },
  "datedDate": {
    "label": "Dated Date",
    "format": "text"
  },
  "closingDate": {
    "label": "Closing Date",
    "format": "text"
  },
  "timeOfFormalAward": {
    "label": "Formal Award",
    "format": "text"
  },
  "timeOfFirstExecution": {
    "label": "First Execution",
    "format": "text"
  },
  "principalAmount": {
    "label": "Principal $",
    "format": "text"
  },
  "initialOfferingPrice": {
    "label": "Offering Price %",
    "format": "text"
  },
  "initialOfferingYield": {
    "label": "Offering Yield %",
    "format": "text"
  },
  "ratingFitchImage": {
    "label": "Fitch",
    "format": "image"
  },
  "ratingKBRAImage": {
    "label": "KBRA",
    "format": "image"
  },
  "ratingMoodysImage": {
    "label": "Moody's",
    "format": "image"
  },
  "ratingSPImage": {
    "label": "S&P",
    "format": "image"
  },
  "issueUrl": {
    "label": "Issue URL",
    "format": "link"
  },
  "securityUrl": {
    "label": "Security URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Emma Municipal Bonds Scraper](https://apify.com/parseforge/emma-municipal-bonds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/emma-municipal-bonds-scraper) to learn more, explore other use cases, and run it yourself.