Parse an HTML Table to JSON
An example request that uses Gaffa to extract structured data (JSON) from a table on a webpage
API Request
{
"url": "https://demo.gaffa.dev/simulate/table?loadTime=1&rowCount=3",
"proxy_location": null,
"async": false,
"max_cache_age": 0,
"settings": {
"record_request": false,
"actions": [
{
"type": "wait",
"selector": "table",
"timeout": 5000
},
{
"type": "parse_table",
"selector": "table"
}
]
}
}Actions
WaitParse TableResponse
Last updated