Auto GPT

Auto GPT

Run Auto GPT sessions directly on Apify. No OpenAI account or API token is required! Store parsed thoughts into datasets for later analysis.

AIAUTOMATIONApify

Disclaimer

Auto GPT is very new and very experimental tool. It usually doesn't do exactly what you would expect and it is mostly for fun and exploration. This actor is a super early experimental runtime environment for Auto GPT. Use it at your own risk.

Pricing & OpenAI token

This actor doesn't require your OpenAI API token. Instead, you are billed from credits on the Apify Platform per result. Each result usually represents one API call to the OpenAI API.

Interacting with Auto GPT

This actor tries to replicate the command line experience of Auto GPT. You interact with the running actor via the Live View tab the same way you would interact with the command line version. The thoughts are stored to a dataset and you can download them as JSON or CSV anytime later.

If you want to finish the session, just abort the run.

The actor currently doesn't remember its state between sessions.

Output example

Each result is a representation of Auto GPT's thought process in one iteration.

1{
2	"reasoning": "Browsing a website is a good way to gather data and get a sense of what we're dealing with. It will also help us determine which data we need to extract and how to structure our web scraping solution.",
3	"plan": [
4		"Browse the website",
5		"Analyze the data",
6		"Determine which data to extract",
7		"Develop a web scraping solution",
8		"Continuously monitor and optimize the web scraping process"
9	],
10	"criticism": "I need to be careful not to get sidetracked by irrelevant information while browsing the website. I also need to ensure that I am complying with all relevant laws and regulations related to web scraping and data privacy.",
11	"nextAction": {
12		"command": "browse_website",
13		"arguments": "{'url': 'https://www.example.com', 'question': 'What is the website about?'}"
14	}
15}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!