Skip to content

Commit 1daee0a

Browse files
committed
adding places
1 parent ae50b02 commit 1daee0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ $reviews = $client->scrapeReviews(
125125
'70000001057394704', // plain branch ID also works
126126
],
127127
maxReviews: 500,
128+
maxPlaces: 5,
128129
reviewsRating: ReviewsRating::Negative,
129130
reviewsSource: ReviewsSource::TwoGis,
130131
options: [
@@ -232,8 +233,9 @@ Scrape job vacancies from 2GIS by city. Supports filtering by 224 job categories
232233
$jobs = $client->scrapeJobs(
233234
location: 'Novosibirsk',
234235
maxResults: 300,
235-
salaryMin: 80000,
236236
categoryId: '200', // Developer
237+
salaryMin: 80000,
238+
salaryMax: 250000,
237239
);
238240

239241
foreach ($jobs as $job) {

0 commit comments

Comments
 (0)