Skip to content

Releases: platonai/PulsarRPAPro

3.0.0: LLM support

05 May 04:07

Choose a tag to compare

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