Goodreads Scraper avatar
Goodreads Scraper
Try for free

3 days trial then $15.00/month - No credit card required now

View all Actors
Goodreads Scraper

Goodreads Scraper

epctex/goodreads-scraper
Try for free

3 days trial then $15.00/month - No credit card required now

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.

User avatar

not work with php

Closed

complex_hat opened this issue
7 months ago
"; $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());
User avatar

epctex (epctex)

7 months ago

Hey there,

Thank you very much for using the actor! 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.

PS: One important note to mention, please remove your API key from the issue.

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

Developer
Maintained by Community
Actor metrics
  • 19 monthly users
  • 99.8% runs succeeded
  • 0.0 days response time
  • Created in Mar 2021
  • Modified about 20 hours ago