Anti Captcha Geetest

Anti Captcha Geetest

Solve Geetest captchas with this actor using anti-captcha.com service.

DEVELOPER_TOOLSOPEN_SOURCEApify

Actor anti-captcha-geetest

Anti-captcha-geetest is an actor for solving Geetest captchas using the anti-captcha.com service. You need to have an anti-captcha subscription to be able to use it. More info at anti-captcha.com.

Input

FieldTypeDescription
anticaptchaTokenstring(REQUIRED) your anti-captcha.com token
websiteURLstring(REQUIRED) the target page URL
gtstring(REQUIRED) gt key taken from the target page HTML
challengestring(REQUIRED) challenge key taken from the target page HTML
serverSubdomainstringThere are some custom implementations of GeeTest which use dedicated API subdomain. In this case simply specify this subdomain here.
userAgentstringif needed, specify the userAgent here
proxyTypestringif needed, proxy address protocol (http or https)
proxyIPAddressstringIP address of the proxy server. To traslate doamin to IP you can use node.js dns module
proxyPortstringproxy port
proxyLoginstringproxy username, if needed
proxyPassstringproxy password, if needed

Call it

To call this actor from your actor code:

1const callInput = {
2    anticaptchaToken,
3    websiteURL,
4    gt,
5    challenge,
6    serverSubdomain,
7    userAgent,
8    proxyType,
9    proxyIPAddress,
10    proxyPort,
11    proxyLogin,
12    proxyPass
13}
14
15const run = await Apify.call('emastra/anti-captcha-geetest', callInput);
16console.log('Received result:', run.output.body);

Output

The output will include the solution keys. To finally solve the captcha, these solution keys must be sent to the target page through a http POST request.

Open an issue

If you find any bug, please create an issue on the actor Github page.

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!