outscraper-php icon indicating copy to clipboard operation
outscraper-php copied to clipboard

Unknown named parameter $start

Open pavelrob opened this issue 11 months ago • 0 comments

According to the documentation, you can use the start parameter. But I get Message: Unknown named parameter $start

$results = $client->google_maps_reviews( [$place_id], sort: 'newest', start: strtotime("29 February 2024"), cutoff: strtotime("1 January 2024") );

pavelrob avatar Mar 17 '24 09:03 pavelrob