What you’ll learn:
- How to record browser interactions with the Optexity Recorder
- How to understand and edit automation JSON/Python
- How to run your automation via the API
Prerequisites
Create an account
Head to dashboard.optexity.com and sign up for a free account.Get your API key
Once logged in, navigate to the API Keys section in your dashboard and create a new key.
Install the Recorder Extension
Install the Optexity Recorder extension from the Chrome Web Store. This extension captures your browser interactions and converts them into automation workflows.1
Install the extension
Click “Add to Chrome” on the Chrome Web Store page
2
Pin the extension
Click the puzzle icon in Chrome and pin Optexity Recorder for easy access
3
Add your API key
Click the extension icon and enter your API key from the dashboard
Record the Automation
The fastest way to create an automation is by recording your actions directly in the browser.1
Navigate to the target website
Open Chrome and go to the website you want to automate (e.g.,
https://stockanalysis.com/)2
Start capturing
Click the Optexity Recorder extension icon and hit Start Capture
3
Perform your actions
- Click on the “Search” button - Enter the stock symbol in the search bar - Click on the first result in the search results
4
Stop and save
When finished, click Complete Capture. The automation is automatically saved to your
dashboard as a JSON file.