Custom Parser
{
"source": "universal_ecommerce",
"url": "https://example.com",
"parse": true,
"parsing_instructions": {
"title": {
"_fns": [
{
"_fn": "xpath_one",
"_args": ["//h1/text()"]
}
]
}
}
}Getting the HTML content of a parsed job
Last updated
Was this helpful?

