Quora Scraper avatar
Quora Scraper

Deprecated

Pricing

$19.00/month + usage

Go to Store
Quora Scraper

Quora Scraper

Deprecated

Developed by

API Master

API Master

Maintained by Community

Unofficial Quora API for scraping questions and answers for each question.

0.0 (0)

Pricing

$19.00/month + usage

2

Total users

469

Monthly users

1

Last modified

a year ago

IS

IT SAYS ACTOR FAILED PLS FIX

Closed

incomparable_synthesizer opened this issue
a year ago

hello actor failed is the result pls fix

inquisitive_sarangi avatar

Hi there, we need not pass proxyUrls params when useApifyProxy is false, unless we need to use our own custom proxy urls.

Your current input is

{ ..... "proxy": { "useApifyProxy": false, "proxyUrls": [] }, ....... }

where as, it needs to be like below when you don't intend to use any proxy

{ ..... "proxy": { "useApifyProxy": false, }, ....... }

whereas, when you intend to provide your own custom proxy url, we do like below

{ ..... "proxy": { "useApifyProxy": false, "proxyUrls": [ "my_custom_proxy_url_here" ] }, ....... }

Hope it helps.