Skip to content

Instantly share code, notes, and snippets.

@manjeshpv
Created March 27, 2019 07:24
Show Gist options
  • Save manjeshpv/935cee34e9779ae3b38a2f954a4bb44e to your computer and use it in GitHub Desktop.
Save manjeshpv/935cee34e9779ae3b38a2f954a4bb44e to your computer and use it in GitHub Desktop.
Google Play Reviews Scrape

Chrome extension

https://chrome.google.com/webstore/detail/scraper/mbigbapnjcgaffohmbkdlecaccepngjd

https://play.google.com/store/apps/details?id=com.heallo.skinexpert&hl=en_IN&showAllReviews=true

config

jquery #fcxH9b > div.WpDbMd > c-wiz > div > div.ZfcPIb > div > div.JNury.Ekdcne > div > div > div.W4P4ne > div:nth-child(2) > div > div

name ./div/div[2]/div[1]/div[1]/span

stars ./div/div[2]/div[1]/div[1]/div/span[1]/div/div/@aria-label

date ./div/div[2]/div[1]/div[1]/div/span[2]

body ./div/div[2]/div[2]/span[1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment