# UK Gazette Probate Notices   London/Edinburgh/Belfast — Full

**Use case:** 

Scrape the full uk gazette probate notices - london/edinburgh/belfast dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract uk gazette probate notices - london/edinburgh/belfast for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "editions": [
    "london",
    "edinburgh",
    "belfast"
  ],
  "publishedSinceDays": 7,
  "claimExpiryWithinDays": 0,
  "datePublishedFrom": "",
  "datePublishedTo": "",
  "postcode": "",
  "keyword": "",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "publish_date": {
    "label": "Publish Date",
    "format": "string"
  },
  "edition": {
    "label": "Edition",
    "format": "string"
  },
  "claim_expiry_date": {
    "label": "Claim Expiry Date",
    "format": "string"
  },
  "decedent_name": {
    "label": "Decedent Name",
    "format": "string"
  },
  "executor_name": {
    "label": "Executor Name",
    "format": "string"
  },
  "executor_solicitor": {
    "label": "Executor Solicitor",
    "format": "string"
  },
  "notice_url": {
    "label": "Notice Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Gazette Probate Notices - London/Edinburgh/Belfast](https://apify.com/jungle_synthesizer/uk-gazette-probate-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/uk-gazette-probate-notices-scraper) to learn more, explore other use cases, and run it yourself.