Skip to main content

Untitled object in undefined Schema

items Type

object (Details)

items Properties

name

Name of the extractor name

name Type

string (name of the extractor)

type

type

type Type

object (Details)

regex

Regex to extract from part regex

regex Type

string[]

group

Group to extract from regex group

group Type

integer (group to extract from regex)

kval

Kval pairs to extract from response kval

kval Type

string[]

json

JSON JQ expressions to evaluate from response part json

json Type

string[]

xpath

XPath allows using xpath expressions to extract items from html response xpath

xpath Type

string[]

attribute

Optional attribute to extract from response XPath attribute

attribute Type

string (optional attribute to extract from xpath)

dsl

Optional attribute to extract from response dsl dsl

dsl Type

string[]

part

Part of the request response to extract data from part

part Type

string (part of response to extract data from)

internal

Internal when set to true will allow using the value extracted in the next request for some protocols internal

internal Type

boolean (mark extracted value for internal variable use)

case-insensitive

use case insensitive extract case-insensitive

case-insensitive Type

boolean (use case insensitive extract)