Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vs committed Oct 21, 2024
1 parent 4fcb55e commit c417cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outscraper/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def capterra_reviews(self, query: Union[list, str], limit: int = 100, sort: str
queries = as_list(query)
wait_async = async_request or limit > 499 or len(queries) > 10

response = requests.get(f'{self._api_url}/glassdoor/reviews', params={
response = requests.get(f'{self._api_url}/capterra-reviews', params={
'query': queries,
'limit': limit,
'sort': sort,
Expand Down

0 comments on commit c417cf1

Please sign in to comment.