mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-03 19:20:31 +00:00
53 lines
No EOL
2 KiB
Text
53 lines
No EOL
2 KiB
Text
---
|
|
title: 'Skyvern In Action'
|
|
description: 'Examples of Skyvern running in production'
|
|
---
|
|
|
|
## Automatically apply to jobs on sites like Lever.co
|
|
Skyvern can be instructed to navigate to job application websites like Lever.co and automatically generate answers, fill out and submit the job application.
|
|
|
|
[💡 See it for yourself](https://app.skyvern.com/create/job_application)
|
|
|
|
<p align="center">
|
|
<img src="/images/job_application_demo.gif" alt="Skyvern applying to a demo job on lever.co" />
|
|
</p>
|
|
|
|
## Automate transactions on e-commerce websites
|
|
Skyvern can be instructed to navigate to e-commerce websites, search for products, and add them to cart. Skyvern can even purchase the underlying items!
|
|
|
|
[💡 See it for yourself](https://app.skyvern.com/create/finditparts)
|
|
|
|
<p align="center">
|
|
<img src="/images/finditparts_recording_crop.gif" alt="Skyvern adding products to cart on finditparts.com" />
|
|
</p>
|
|
|
|
## Navigating to government websites to register accounts or fill out forms
|
|
Skyvern can navigate complex and boring government forms and fill them out with given information. It's especially powerful because the forms can change their layouts, and Skyvern will continue filling them out correctly.
|
|
|
|
[💡 See it for yourself](https://app.skyvern.com/create/california_edd)
|
|
```
|
|
./run_ui.sh california_edd
|
|
```
|
|
<p align="center">
|
|
<img src="/images/edd_services.gif"/>
|
|
</p>
|
|
|
|
## Retrieving insurance quotes from insurance providers in any language
|
|
Skyvern can navigate complex multi-part forms and fill out forms in any language
|
|
|
|
[💡 See it for yourself](https://app.skyvern.com/create/geico)
|
|
<p align="center">
|
|
<img src="/images/bci_seguros_recording.gif"/>
|
|
</p>
|
|
|
|
[💡 See it for yourself](https://app.skyvern.com/create/bci_seguros)
|
|
<p align="center">
|
|
<img src="/images/geico_shu_recording_cropped.gif"/>
|
|
</p>
|
|
|
|
## Log into a portal and download invoices
|
|
Skyvern can log into a website, navigate until it finds a page with invoices, and download the invoices
|
|
|
|
<p align="center">
|
|
<img src="/images/invoice_downloading.gif"/>
|
|
</p> |