API Docs
← Back

New Site

Basic
Site Metadata
Category / Slug Iteration
Pagination

Page size must match what the site returns per page — if the response has fewer items, scraping stops.

Schema Mapping
Field Map (unified key → raw path)
Syntax reference
JSON / API
fielddirect field name
parent.childnested dot-notation
items.0.namearray index access
path1,path2fallback — first non-null wins
path|(\d+)regex — first capture group or full match
path==valuecompare → boolean (case-insensitive)
path!=valuenegative compare → boolean
HTML / HTML-in-JSON
div.titletext of CSS-matched element
a.link@hrefattribute of matched element
@data-idattribute on the card root
selector|regexextract then apply regex
selector==valuecompare text → boolean
selector!=valuenegative compare → boolean
Test & Detect
Notes
No notes yet