什么是 Recaptcha Enterprise?
这是非 Enterprise Recaptcha 的定制实施方案,有 V2 和 V3 两种实施方案。
Enterprise V3 与非 Enterprise V3 完全相同
Enterprise V2 兼有非 Enterprise V2 和 V3 的功能。已破解外观正常的 V2 谜题的用户得分为 0 到 1,V3 谜题的情况也是如此。得分为 0.1 意味着用户是“机器人”。得分为 0.9 意味着用户是“不折不扣的人类”。有鉴于此,我们已为 Enterprise V2 添加专用任务队列,其中仅有 V3 得分很高(0.7 和 0.9 之间)的工作人员。即使对于普通因特网用户,类似的得分也很难得到,因此您可能会发现,我们的工作人员达到这一水平的较少,他们的劳务费较高,即每破解 1000 个谜题 5 美元。
此外,Google 似乎向企业客户提供定制解决方案,为每家公司逐一调整其人机验证小组件。我们意识到了这种可能发生的“调整”,为我们客户的模拟而向其提供全面支持。对于网站为呈现 Recaptcha 小组件而用作有效载荷的数据,这些不同之处很明显。
非企业小组件呈现器调用示例:
企业小组件呈现器调用示例(含有自定义“s”标记):
通过我们的 API,可通过 enterprisePayload 参数指定任何附加有效载荷数据。
Enterprise V3 与非 Enterprise V3 完全相同
Enterprise V2 兼有非 Enterprise V2 和 V3 的功能。已破解外观正常的 V2 谜题的用户得分为 0 到 1,V3 谜题的情况也是如此。得分为 0.1 意味着用户是“机器人”。得分为 0.9 意味着用户是“不折不扣的人类”。有鉴于此,我们已为 Enterprise V2 添加专用任务队列,其中仅有 V3 得分很高(0.7 和 0.9 之间)的工作人员。即使对于普通因特网用户,类似的得分也很难得到,因此您可能会发现,我们的工作人员达到这一水平的较少,他们的劳务费较高,即每破解 1000 个谜题 5 美元。
此外,Google 似乎向企业客户提供定制解决方案,为每家公司逐一调整其人机验证小组件。我们意识到了这种可能发生的“调整”,为我们客户的模拟而向其提供全面支持。对于网站为呈现 Recaptcha 小组件而用作有效载荷的数据,这些不同之处很明显。
非企业小组件呈现器调用示例:
grecaptcha.render('recaptcha-div', {
sitekey: 'SITEKEY_HERE',
callback: someFunction
});
企业小组件呈现器调用示例(含有自定义“s”标记):
grecaptcha.enterprise.render('recaptcha-div', {
sitekey: 'SITEKEY_HERE',
callback: someFunction,
s: 'SOME_UNDOCUMENTED_TOKEN'
});
通过我们的 API,可通过 enterprisePayload 参数指定任何附加有效载荷数据。
如何查明某个网站是否在使用 Enterprise API
在浏览器中打开开发工具,然后搜索向 Google 发出的含有“anchor”一词的请求。
如果地址看似以下地址,则不是 Enterprise 版本:

如果地址中有“enterprise”一词,则是 Enterprise 版本:

如果地址看似以下地址,则不是 Enterprise 版本:

如果地址中有“enterprise”一词,则是 Enterprise 版本:

你们支持哪几种 Enterprise Recaptcha?
我们支持 V2 和 V3。
要发送 Enterprise V3 任务,只须添加“isEnterprise”(普通 V3 有效载荷的真正标志)即可。请了解相关详情。
要发送 Enterprise V2 任务,请决定是需要在代理服务器启用后执行任务还是在代理服务器停用后执行任务。最理想的选择是,先试着在代理服务器停用后执行任务,如果能执行就不用麻烦了,不用在代理服务器启用后执行任务。但是,如果怀疑某个网站能使用 IP 地址之类的人机验证谜题破解数据,或者不能在代理服务器停用后执行任务,则在代理服务器启用后执行任务。
在代理服务器停用后执行 Enteprise V2 任务:RecaptchaV2EnterpriseTaskProxyless
在代理服务器启用后执行 Enteprise V2 任务:RecaptchaV2EnterpriseTask
要发送 Enterprise V3 任务,只须添加“isEnterprise”(普通 V3 有效载荷的真正标志)即可。请了解相关详情。
要发送 Enterprise V2 任务,请决定是需要在代理服务器启用后执行任务还是在代理服务器停用后执行任务。最理想的选择是,先试着在代理服务器停用后执行任务,如果能执行就不用麻烦了,不用在代理服务器启用后执行任务。但是,如果怀疑某个网站能使用 IP 地址之类的人机验证谜题破解数据,或者不能在代理服务器停用后执行任务,则在代理服务器启用后执行任务。
在代理服务器停用后执行 Enteprise V2 任务:RecaptchaV2EnterpriseTaskProxyless
在代理服务器启用后执行 Enteprise V2 任务:RecaptchaV2EnterpriseTask
Why my Enterprise tokens are not working?
Enterprise version is based on scoring system of Recaptcha V3. Read our FAQ about V3 if you want to know more.
Target website may request minimum score 0.9 or 0.7, which is quite rare among our workers. You have to do at least 100 attempts on the target page before you do any conclusions. And yes you're paying for each attempt, failed or successful, because our workers spend time on it.
If you get some positive results out of 100 attempts, like 5, 10 or 20, then this is the maximum you can get at our service.
If you have 0 positive results out of 100 attempts, then it means that you may be passing wrong payload data to our API or your browser or bot is detected some other way.
Target website may request minimum score 0.9 or 0.7, which is quite rare among our workers. You have to do at least 100 attempts on the target page before you do any conclusions. And yes you're paying for each attempt, failed or successful, because our workers spend time on it.
If you get some positive results out of 100 attempts, like 5, 10 or 20, then this is the maximum you can get at our service.
If you have 0 positive results out of 100 attempts, then it means that you may be passing wrong payload data to our API or your browser or bot is detected some other way.