Skip to main content

convenient scraping of german court decisions

Project description

Copyright notice: Automated retrieval of decisions from federal and state databases is permitted for non-commercial purposes only. Since gesp accesses these databases, the use of gesp is also permitted for non-commercial purposes only.

gesp: convenient scraping of German court decisions

The federal and state governments in Germany make court decisions available for download on individual online platforms. In addition to the lack of uniformity, these platforms only allow individual retrieval out of the box. With gesp, decisions can be downloaded in large quantities in a filter-based and reproducible manner.

A. Installation

Using pip:

python -m pip install gesp 

Or download & build the package (requires "build")...

git clone https://github.com/niklaswais/gesp && cd gesp && python -m build

... and install the local .tar.gz:

python -m pip install dist/gesp-0.2.2.tar.gz

B. Basic Usage

A call without command-line arguments will result in the retrival of all machine-readable (= non-PDF) court decisions. If only a subset is to be downloaded, the arguments "-s" (followed by abbreviations of states) and "-t" (followed by abbreviations of court types) can be used. Multiple states or court types are separated by commas.

python -m gesp -s bund,by,hh,nw -c bgh,ag,lg,olg

Since Saxony and Bremen provide court decisions only as PDF files, they are excluded when gesp is run without flags. An explicit call nevertheless makes the corresponding files available (-s sn,hb).

A specific path under which the decisions are to be stored can be specified with the argument "-p". If the folder has not been created yet, gesp will take care of that. If the folder has already been created and contains the results of a previous execution, this will cause an update of the dataset.

python -m gesp -p path/to/folder

An existing fingerprint (see C.) can be used to reconstruct a dataset. To do so, the path to the fingerprint file must be passed as an argument using "-fp". Naturally, "-c" and "-s" arguments are not allowed in this case.

python -m gesp -fp /path/to/fingerprint

C. Results

If no specific path is passed with "-p", gesp will create a folder for the results in the current working directory ("results/"). The name of the subfolder is based on the date and time of execution to avoid conflicts in subsequent runs. Decisions that are available as html/xhtml files are preferentially downloaded as such. However, some federal states unfortunately provide decisions only as pdf files. The editable documents are minimally cleaned up (e.g., print dialogs and navigation menus are removed), but not pre-processed, unless "-pp" is used (see E.).

D. Reproducibility

To create a fingerprint file alongside the downloaded court decisions in the results folder ("fp.xz"), set the "-fp" flag. If you want to reconstruct the dataset of a previous run, e.g. because you are working on multiple machines or in a team, simply share the fingerprint file. Using the fingerprint file by means of "-fp" as an argument will result in the assembly of an identical collection.

The fingerprinting feature of gesp can also be used to meet good scientific practice standards without the need to provide large collections of data. Since it is part of good scientific practice to disclose the data basis of the results obtained, publications on the empirical study of court decisions must be accompanied by relatively large data sets. Instead of making the entire collection of decisions available for retrieval online, simply share the fingerprint file that others may use to retrieve your data.

E. Pre-Processing

The use of "-pp" activates pre-processing. A separate subfolder is created in the "results" folder for the subsequent outputs.

F. Delayed Retrieval

You can use the argument "-w" to add a delay before each per-decision fetch. This reduces the server load for the provider of the decisions and can prevent bans (juris-backed portals are particularly aggressive). Passing the flag on its own ("-w") uses a juris-safe default of 1.75 seconds; pass a number to override, e.g. "-w 3" for a three-second delay. The default when "-w" is omitted is no delay at all.

G. Appendix

1. Abbreviations for "-s" (federal/states)

Name Abbreviation
Federal bund
Baden-Württemberg bw
Bavaria by
Berlin be
Brandenburg bb
Bremen hb
Hamburg hh
Hesse he
Mecklenburg-Vorpommern mv
Lower Saxony ni
North Rhine-Westphalia nw
Rhineland-Palatinate rp
Saarland sl
Saxony sn
Saxony-Anhalt st
Schleswig-Holstein sh
Thuringia th

2. Abbreviations for "-c" (court types)

Name Abbreviation
Amtsgerichte ag
Arbeitsgerichte arbg
Bundesgerichtshof bgh
Bundesfinanzhof bfh
Bundesverwaltungsgericht bverwg
Bundesverfassungsgericht bverfg
Bundespatentgericht bpatg
Bundesarbeitsgericht bag
Bundessozialgericht bsg
Finanzgerichte fg
Landesarbeitsgerichte lag
Landgerichte lg
Landessozialgerichte lsg
Landesverfassungsgerichte verfgh
Oberlandesgerichte (incl. KG, BayObLG) olg
Oberverwaltungsgerichte (incl. vgh) ovg
Sozialgerichte sg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gesp-0.2.3.tar.gz (196.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gesp-0.2.3-py3-none-any.whl (79.8 kB view details)

Uploaded Python 3

File details

Details for the file gesp-0.2.3.tar.gz.

File metadata

  • Download URL: gesp-0.2.3.tar.gz
  • Upload date:
  • Size: 196.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gesp-0.2.3.tar.gz
Algorithm Hash digest
SHA256 903a0e782c9754fd52fce48f3482bbb9e4c55779959b5766b0e0a22677de9c1f
MD5 43978759ac31c74631d96385341bba3d
BLAKE2b-256 3ee0ff7275ab6f450a7f4597e589ff54afc3557a6f0b459a5e695167d0f03f20

See more details on using hashes here.

Provenance

The following attestation bundles were made for gesp-0.2.3.tar.gz:

Publisher: publish.yml on niklaswais/gesp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gesp-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: gesp-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 79.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gesp-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f3bf7ff05be4c4e495d3557d0dfe04b156c57e99dd5b2f905e3f47a584e3337e
MD5 dde7e20a0d6de15d9095d25d9a79aa58
BLAKE2b-256 4f8b8cfb1ab14f9635b8c02ba5f74b53631cc4c6787fc742ef454b35dcb94ab2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gesp-0.2.3-py3-none-any.whl:

Publisher: publish.yml on niklaswais/gesp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page