We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae50b02 commit 1daee0aCopy full SHA for 1daee0a
1 file changed
README.md
@@ -125,6 +125,7 @@ $reviews = $client->scrapeReviews(
125
'70000001057394704', // plain branch ID also works
126
],
127
maxReviews: 500,
128
+ maxPlaces: 5,
129
reviewsRating: ReviewsRating::Negative,
130
reviewsSource: ReviewsSource::TwoGis,
131
options: [
@@ -232,8 +233,9 @@ Scrape job vacancies from 2GIS by city. Supports filtering by 224 job categories
232
233
$jobs = $client->scrapeJobs(
234
location: 'Novosibirsk',
235
maxResults: 300,
- salaryMin: 80000,
236
categoryId: '200', // Developer
237
+ salaryMin: 80000,
238
+ salaryMax: 250000,
239
);
240
241
foreach ($jobs as $job) {
0 commit comments