K

Agentic Workflows

Kleinanzeigen Classifieds Agentic Workflows

2 workflows — multi-step AI automation tools for coding agents on Kleinanzeigen Classifieds.

Available free v0.2.0 Browser
$ sidebutton install kleinanzeigen
Download ZIP

Kleinanzeigen Classifieds agentic workflows

2
Kleinanzeigen: Newest-First Search kleinanzeigen_search

Run a newest-first keyword search on Kleinanzeigen.de and return every result card as structured JSON — ad id, URL, title, price, posting time, location, escrow and shipping flags — with optional price cap and exclude-pattern filtering. Deterministic, no LLM call.

Inputs
  • keyword · string
    Search term, hyphen-joined for multiple words, e.g. \"64gb-ddr5-2x32\"
  • max_price · number
    Optional cap in EUR. Rows without a parseable price are dropped when set.
  • exclude · string
    Optional case-insensitive regex; drops rows matching on title, URL slug, or teaser. E.g. \"SO-?DIMM|Notebook\"
  • require_escrow · boolean
    When true, keep only listings offering \"Direkt kaufen\" (buyer protection).
  • max_pages · number
    How many result pages to read (25 cards each). Default 1. Pages beyond the first are fetched same-origin and parsed in the browser.
Steps
5
browser injectJSNavigate to a URLWaitcontrol stop
Allowed kleinanzeigen.de, *.kleinanzeigen.de
Kleinanzeigen: Vet a Listing kleinanzeigen_vet_listing

Open one Kleinanzeigen listing and return a structured vetting record — availability status, price, condition, view-count velocity, seller trust signals, escrow availability, extracted product identifiers, and machine-readable risk flags. Category-agnostic; caller supplies any category-specific disqualifiers. Deterministic, no LLM call.

Inputs
  • listing_url · string
    Full listing URL, e.g. https://www.kleinanzeigen.de/s-anzeige/<slug>/<id>-<cat>-<loc>
  • reject_pattern · string
    Optional case-insensitive regex matched against title + description. A hit raises REJECT_PATTERN_MATCH. Use it for category-specific disqualifiers the caller knows about.
  • require_identifier · boolean
    When true, raise NO_IDENTIFIER if no product identifier (model/serial-style token) is found. Leave false for categories that have no such identifier.
Steps
5
browser injectJSNavigate to a URLWaitcontrol stop
Allowed kleinanzeigen.de, *.kleinanzeigen.de