extract_phones
Scan a list of URLs to extract phone numbers, returning JSON with each match's URL, value, context, and any errors.
Instructions
Scan a list of URLs for phone numbers. Returns JSON with results ({url, value, context}) and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| js_render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |