GPT Browser avatar
GPT Browser

Pricing

$9.00/month + usage

Go to Store
GPT Browser

GPT Browser

Developed by

Anchor

Anchor

Maintained by Community

A GPT browser to use OpenAI prompt on any website. Put a list of URLs and a prompt, then the GPT agent will give you the answer you need. Fast, easy, and not limited with OpenAI ChatGPT restrictions. The best way to search and use GPT on large number of websites. Upload Excel or CSV. Screenshots 📸

0.0 (0)

Pricing

$9.00/month + usage

2

Total users

33

Monthly users

7

Runs succeeded

>99%

Issue response

8.8 hours

Last modified

3 months ago

You can access the GPT Browser programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "https://salestoolsai.top/"
< }
< ],
< "gpt_api_key": "your_api_key",
< "instructions": "Summarize what this website does in less than 30 words, and get the icon logo. Give the result in a text format",
< "fast": false
<}' |
<apify call anchor/gpt-browser --silent --output-dataset

GPT Browser API through CLI

The Apify CLI is the official tool that allows you to use GPT Browser locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: