extract_phones
Extract phone numbers from a list of URLs, returning JSON with results and errors, and optionally save output to a table.
Instructions
Scan a list of URLs for phone numbers. Returns JSON with results ({url, value, context}) and errors. Pass save_as='' to store results instead of returning them inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replace | |
| urls | Yes | ||
| save_as | No | ||
| js_render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |