SuperScraper API avatar
SuperScraper API

Pricing

Pay per usage

Go to Store
SuperScraper API

SuperScraper API

Developed by

Apify

Apify

Maintained by Apify

Generic REST API for scraping websites: send a URL and get back HTML. This Actor is a drop-in replacement for ScrapingBee, ScrapingAnt, and ScraperAPI services. And it is open-source!

4.2 (6)

Pricing

Pay per usage

37

Total users

649

Monthly users

30

Runs succeeded

80%

Issues response

69 days

Last modified

6 months ago

OJ

Actor does nor start

Closed

optimistic_jet opened this issue
10 months ago

ERROR [Status message]: The Actor must start by being called using its Standby endpoint.wehen starting

paja avatar

Hi,

thanks for the report, we'll look into it and let you know what can be done.

lukaskrivka avatar

Hello,

As the error says, you should copy the URL from the Actor's Standby tab and use that via your API client.

See here example CURL

curl -X GET \
'https://super-scraper-api.apify.actor/?url=https://apify.com/store&wait_for=.ActorStoreItem-title&screenshot=true&json_response=true' \
--header 'Authorization: Bearer <YOUR_APIFY_API_TOKEN>'