User Guide
API Reference
GPlayScraper
GPlayScraper.__init__()
GPlayScraper.app_analyze()
GPlayScraper.app_get_field()
GPlayScraper.app_get_fields()
GPlayScraper.app_print_field()
GPlayScraper.app_print_fields()
GPlayScraper.app_print_all()
GPlayScraper.search_analyze()
GPlayScraper.search_get_field()
GPlayScraper.search_get_fields()
GPlayScraper.search_print_field()
GPlayScraper.search_print_fields()
GPlayScraper.search_print_all()
GPlayScraper.reviews_analyze()
GPlayScraper.reviews_get_field()
GPlayScraper.reviews_get_fields()
GPlayScraper.reviews_print_field()
GPlayScraper.reviews_print_fields()
GPlayScraper.reviews_print_all()
GPlayScraper.developer_analyze()
GPlayScraper.developer_get_field()
GPlayScraper.developer_get_fields()
GPlayScraper.developer_print_field()
GPlayScraper.developer_print_fields()
GPlayScraper.developer_print_all()
GPlayScraper.similar_analyze()
GPlayScraper.similar_get_field()
GPlayScraper.similar_get_fields()
GPlayScraper.similar_print_field()
GPlayScraper.similar_print_fields()
GPlayScraper.similar_print_all()
GPlayScraper.list_analyze()
GPlayScraper.list_get_field()
GPlayScraper.list_get_fields()
GPlayScraper.list_print_field()
GPlayScraper.list_print_fields()
GPlayScraper.list_print_all()
GPlayScraper.suggest_analyze()
GPlayScraper.suggest_nested()
GPlayScraper.suggest_print_all()
GPlayScraper.suggest_print_nested()
Config
Config.DEFAULT_TIMEOUT
Config.RATE_LIMIT_DELAY
Config.USER_AGENTS
Config.PLAY_STORE_BASE_URL
Config.APP_DETAILS_ENDPOINT
Config.BATCHEXECUTE_ENDPOINT
Config.DEVELOPER_NUMERIC_ENDPOINT
Config.DEVELOPER_STRING_ENDPOINT
Config.DEFAULT_LANGUAGE
Config.DEFAULT_COUNTRY
Config.DEFAULT_REVIEWS_SORT
Config.DEFAULT_HTTP_CLIENT
Config.DEFAULT_LIST_COLLECTION
Config.DEFAULT_LIST_CATEGORY
Config.DEFAULT_LIST_COUNT
Config.DEFAULT_REVIEWS_COUNT
Config.DEFAULT_REVIEWS_BATCH_SIZE
Config.DEFAULT_SUGGEST_COUNT
Config.DEFAULT_SIMILAR_COUNT
Config.DEFAULT_DEVELOPER_COUNT
Config.DEFAULT_SEARCH_COUNT
Config.ERROR_MESSAGES
Config.get_headers()
GPlayScraperError
InvalidAppIdError
AppNotFoundError
RateLimitError
NetworkError
DataParsingError
AppMethods
SearchMethods
ReviewsMethods
DeveloperMethods
SimilarMethods
ListMethods
SuggestMethods
AppScraper
AppScraper.__init__()
AppScraper.fetch_playstore_page()
AppScraper.scrape_play_store_data()
SearchScraper
SearchScraper.__init__()
SearchScraper.fetch_playstore_search()
SearchScraper.scrape_play_store_data()
ReviewsScraper
ReviewsScraper.SORT_NAMES
ReviewsScraper.__init__()
ReviewsScraper.fetch_reviews_batch()
ReviewsScraper.scrape_reviews_data()
DeveloperScraper
DeveloperScraper.__init__()
DeveloperScraper.fetch_developer_page()
DeveloperScraper.scrape_play_store_data()
SimilarScraper
SimilarScraper.__init__()
SimilarScraper.fetch_similar_page()
SimilarScraper.scrape_play_store_data()
ListScraper
ListScraper.CLUSTER_NAMES
ListScraper.__init__()
ListScraper.scrape_play_store_data()
SuggestScraper
SuggestScraper.__init__()
SuggestScraper.scrape_suggestions()
AppParser
AppParser.parse_app_data()
AppParser.format_app_data()
SearchParser
SearchParser.parse_search_results()
SearchParser.extract_search_result()
SearchParser.format_search_result()
SearchParser.extract_pagination_token()
SearchParser.parse_html_content()
ReviewsParser
ReviewsParser.parse_reviews_response()
ReviewsParser.extract_review_data()
ReviewsParser.parse_multiple_responses()
ReviewsParser.format_reviews_data()
DeveloperParser
DeveloperParser.parse_developer_data()
DeveloperParser.format_developer_data()
SimilarParser
SimilarParser.parse_similar_data()
SimilarParser.format_similar_data()
ListParser
ListParser.parse_list_data()
ListParser.format_list_data()
SuggestParser
SuggestParser.parse_suggestions()
SuggestParser.format_suggestions()
HttpClient
HttpClient.__init__()
HttpClient.fetch_app_page()
HttpClient.fetch_search_page()
HttpClient.fetch_reviews_batch()
HttpClient.fetch_developer_page()
HttpClient.fetch_cluster_page()
HttpClient.fetch_list_page()
HttpClient.fetch_suggest_page()
HttpClient.rate_limit()
unescape_text()
clean_json_string()
alternative_json_clean()
parse_release_date()
calculate_app_age()
parse_installs_string()
calculate_daily_installs()
calculate_monthly_installs()
nested_lookup()
ElementSpec
ElementSpec.ds_num
ElementSpec.data_map
ElementSpec.post_processor
ElementSpec.fallback_value
ElementSpec.__init__()
ElementSpec.extract_content()
ElementSpecs
ElementSpecs.App
ElementSpecs.Search
ElementSpecs.Review
ElementSpecs.Developer
ElementSpecs.Similar
ElementSpecs.List
Additional Information
Please activate JavaScript to enable the search functionality.