Releases: platonai/PulsarRPAPro
Releases · platonai/PulsarRPAPro
3.0.0: LLM support
Upgrade PulsarRPA to 3.0.3.
PulsarRPA Pro builds on PulsarRPA with its complete feature set, plus exclusive access to the AutoExtract functionality.
You can automate the browser and extract data at scale with simple text:
curl -X POST "http://localhost:8182/api/ai/command" \
-H "Content-Type: text/plain" \
-d '
Go to https://www.amazon.com/dp/B0C1H26C46
After page load: click #title, then scroll to the middle.
Summarize the product.
Extract: product name, price, ratings.
Find all links containing /dp/.
'
Remember set the LLM key to use LLM functionality