x711_agent_act
Give any agent hands. Pass a URL + natural-language instruction → x711 executes it: fills and submits forms, follows links, extracts structured data (tables, lists, prices). No Playwright. No Puppeteer. No browser setup. Together with x711_agent_see this is a full browser in two tool calls — agents that can see + act can navigate the entire internet autonomously. Instruction examples: 'fill the email field with user@example.com and submit', 'extract all product prices', 'follow the login link and return the page'. Returns: { action_performed, result, page_status }. JS SPA warning included if detected. Cost: $0.05. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to act on. Must be a public http/https URL. | |
| inputs | No | Optional key-value pairs for form fields. Keys = field name attributes (e.g. {"email": "agent@x711.io", "q": "search query"}). Merged with any defaults found on the page. | |
| instruction | Yes | Natural-language action to perform. Examples: 'fill the search box with "bitcoin" and submit', 'extract all table rows', 'click the Download button', 'scrape all product prices and names'. |