Quora Scraper avatar
Quora Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Quora Scraper

Quora Scraper

inquisitive_sarangi/quora-scraper

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

IS

IT SAYS ACTOR FAILED PLS FIX

Closed

incomparable_synthesizer opened this issue
7 months 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.

Developer
Maintained by Community