presence_extract
Extract structured data from a URL using a Presence identity's session. Targets: meta (title/description/h1), text (full cleaned body text), links (all href+text), all (everything). CALL FORMAT: presence_extract({ identity_id: 'uuid', url: 'https://...', target: 'links' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract data from. | |
| target | No | meta | text | links | all | |
| identity_id | Yes | Identity whose session to use. |