# EUR-Lex Climate Legislation Scraper

**Use case:** 

Scrape EUR-Lex climate legislation, CELEX IDs, EU regulation dates, Official Journal citations, and official PDF links.

## Input

```json
{
  "keywords": [
    "climate"
  ],
  "celexIds": [],
  "startUrls": [],
  "language": "EN",
  "maxItems": 100,
  "fetchDocumentHtml": false
}
```

## Output

```json
{
  "celexId": {
    "label": "CELEX ID"
  },
  "title": {
    "label": "Title"
  },
  "form": {
    "label": "Form"
  },
  "author": {
    "label": "Author"
  },
  "dateOfDocumentIso": {
    "label": "Document date"
  },
  "legalStatus": {
    "label": "Legal status"
  },
  "ojCitation": {
    "label": "OJ citation"
  },
  "latestConsolidatedVersion": {
    "label": "Latest consolidated"
  },
  "numberOfPages": {
    "label": "Pages"
  },
  "availableLanguages": {
    "label": "Languages"
  },
  "matchedKeyword": {
    "label": "Keyword"
  },
  "rank": {
    "label": "Rank"
  },
  "language": {
    "label": "Language"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "link"
  },
  "htmlUrl": {
    "label": "HTML URL",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  },
  "sourceSearchUrl": {
    "label": "Source search URL",
    "format": "link"
  },
  "documentHtmlText": {
    "label": "Document text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [EUR-Lex EU Legislation Scraper](https://apify.com/automation-lab/eur-lex-eu-legislation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/eur-lex-eu-legislation-scraper) to learn more, explore other use cases, and run it yourself.