
Quora Scraper
Deprecated
Pricing
$19.00/month + usage

Quora Scraper
Deprecated
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
IT SAYS ACTOR FAILED PLS FIX
Closed
hello actor failed is the result pls fix

API Master (inquisitive_sarangi)
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.
royal_license