Goodreads Scraper avatar
Goodreads Scraper

Pricing

$15.00/month + usage

Go to Store
Goodreads Scraper

Goodreads Scraper

Developed by

epctex

epctex

Maintained by Community

Scrape goodreads.com for data on millions of books. Crawl book details for images, ISBN, author, description, title, buy links, number of reviews, page number, language, and all other details. You can specify search terms, filters, and much more.

0.0 (0)

Pricing

$15.00/month + usage

5

Total users

348

Monthly users

15

Runs succeeded

96%

Last modified

4 hours ago

CH

Not working in pph

Closed

complex_hat opened this issue
2 years ago

$apiToken = env('API_TOKEN');

$response = Http::withToken($apiToken)->withHeaders(['Content-Type' => 'application/json'])
->post('https://api.apify.com/v2/acts/sk1JsDmbderUw0J79/runs',[
"includeReviews" => true,
"startUrls" => [$productId],
"maxItems" => 1,
"endPage" => 1,
"extendOutputFunction" => "($) => { return {} }",
"customMapFunction" => "(object) => { return {...object} }",
"proxy" => [
"useApifyProxy" => true,
"apifyProxyGroups" => ["RESIDENTIAL"]
],
'query' => [ 'timeout' => 30,
'offset' => 20,
'limit' => 20 ],
]);
dd($response->json());
CH

complex_hat

2 years ago

array:1 [▼ "data" => array:18 [▼ "id" => "2spLB8kQPheYrXv7E" "actId" => "sk1JsDmbderUw0J79" "userId" => "pAByDFQ5ayroRfLm9" "startedAt" => "2023-10-20T05:01:24.573Z" "finishedAt" => null "status" => "READY" "meta" => array:2 [▶] "stats" => array:5 [▶] "options" => array:4 [▶] "buildId" => "sX2NMWK7pv9Jaz8No" "defaultKeyValueStoreId" => "1CuMT0ge5bj3jTlVq" "defaultDatasetId" => "e8ZWyFxfN2U89WaX5" "defaultRequestQueueId" => "ibpR4D6BLrcHg8HJu" "buildNumber" => "0.0.638" "containerUrl" => "https://ngpbfxskv7sg.runs.apify.net" "usage" => array:12 [▶] "usageTotalUsd" => 5.0E-5 "usageUsd" => array:12 [▶] ] ] output of above

epctex avatar

epctex (epctex)

2 years ago

Hey there,

Thank you very much for using the actor! As far as I see from the output, the actor actually worked and put a result on the dataset. As actor publishers, creating and maintaining actors is the only place that we have the information. The internal Apify API mechanics is something that is out of our hands. I strongly suggest you take a look at the Apify documentation (https://docs.apify.com/api/v2) or reach out via Discord or Support.

Please let me know if there is anything else that I can support you with. Best