Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Play_scraper.search(): returns empty list [] for any search query #92

@petkalitis

Description

@petkalitis

Describe the bug
When we search the play store using play_scraper.search(query='<search query>'), it returns empty list for any search query.

To Reproduce
Follow the steps to reproduce issue:

  1. import play_scraper
  2. search_results = play_scraper.search(query='ProSe Privacy')
  3. print(search_results)

Expected behavior

  • It should scrape the Google Play Store and return apps details that match the search query.

Screenshots
Screenshot 2022-05-31 at 09 07 06

Desktop (please complete the following information):

  • OS: macOS 12.0.1
  • Python Version 3.7
  • play_scraper Version 0.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions