action webscraping_get_selected {
label: "HTML of a selected page area by URL and CSS selector"
description: "Returns just HTML on success, JSON on error"
provider: webscraping
method: GET
path: "/selected"
encoding: json
input: {
type: "object"
properties: {
selector: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}