Google Play Movies Store API
Our Google Play Movies Store API allows you to scrape SERP results from Google Play Movies & TV Store. The API is accessed through the following endpoint: /search?engine=google_play_movies
. A user may query the following: https://serpapi.com/search?engine=google_play_movies
utilizing a GET request. Head to the playground for a live and interactive demo.
Three types of searches you can do are:
- Query Search: by using q parameter
- Category Search: by using movies_category parameter
- Plain Search: without using q or movies_category parameters
API Parameters
Localization
gl
Optional
Parameter defines the country to use for the Google Play search. It's a two-letter country code. (e.g., us
(default) for the United States, uk
for United Kingdom, or fr
for France). You can find the full list of Google Play country availability here: Google Play Countries. Afterwards, head to the Google countries page for a two-letter country code.
hl
Optional
Parameter defines the language to use for the Google Play search. It's a two-letter language code. (e.g., en
(default) for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.
Google Play Categories
movies_category
Optional
Parameter defines the movies store category. Head to the Google Play store Movies Categories for a full list of supported Google Play Books store categories.
Pagination
next_page_token
Optional
Parameter defines the next page token. It is used for retrieving the next page results. It shouldn't be used with the section_page_token, see_more_token, and chart parameters.
section_page_token
Optional
Parameter defines the section page token used for retrieving the pagination results from individual sections. This parameter is a safer version of see_more_token, and is found in every row you can paginate into. It shouldn't be used with the next_page_token, see_more_token, and chart parameters
chart
Optional
Parameter is used for showing top charts. It can return up to 50
results. Each store contains different charts which require different values for retrieving results. To get the value of a specific chart you can use our Google Play Movies Store API JSON output: chart_options[index].value
(e.g. chart=topselling_free
). It shouldn't be used with the section_page_token, see_more_token, and next_page_token parameters
Serpapi Parameters
no_cache
Optional
Parameter will force SerpApi to fetch the Google Play Movies results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false
(default) to allow results from the cache, or true
to disallow results from the cache. no_cache and async parameters should not be used together.
async
Optional
Parameter defines the way you want to submit your search to SerpApi. It can be set to false
(default) to open an HTTP connection and keep it open until you got your search results, or true
to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.
zero_trace
Optional
Enterprise only. Parameter enables ZeroTrace mode. It can be set to false
(default) or true
. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.
API Results
JSON Results
JSON output includes structured data for Movies Store Organic Results, Chart Options, and Top Charts results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
Four types of result structures you can encounter are:
- Rows Results type Organic Results
- List Results type Organic Results
- Top Charts Results
- Chart Options Results
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi. HTML output gives you the raw HTML results from Google.
This API does not have html response when using pagination, retrieving top charts, or retrieveing some movies_category results. It is just a text. search_metadata.prettify_html_file
contains prettified version of the result. It is displayed in the playground.
API Examples
JSON structure overview for Rows Type Organic Results and Chart Options
{
...
"chart_options": [
{
"text": "String - Chart Option text (Ex: 'Deals')",
"value": "String - Chart Option value (Ex: 'top_deals')"
}
],
"organic_results": [
{
"title": "String - Organic Result Row title (Ex: 'New York Times® bestsellers')",
"subtitle": "String - Organic Result Row subtitle (Ex: 'Most popular on Google TV')",
"serpapi_section_pagination": {
"next": "String - SerpApi link for paginating into individual row sections",
"section_page_token": "String - Section Page Token for paginating into individual row sections"
},
"see_more_link": "String - Google Play link for paginating into individual row sections. This pagination is not always available.",
"see_more_token": "String - See More Token for paginating into individual row sections. This pagination is not always available.",
"serpapi_link": "String - SerpApi link for paginating into individual row sections. This pagination is not always available.",
"items": [
{
"title": "String - Organic Result title (Ex: 'The Whale')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/movies/details/The_Whale?id=Hw9JNjyNk9U.P')",
"product_id": "String - Organic Result product id (Ex: 'Hw9JNjyNk9U.P)",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id.",
"rating": "Float - Organic Result rating (Ex: 4.5)",
"maturity_rating": "String - Organic Resultmaturity rating (Ex: 'R')",
"category": "String - Organic Result category (Ex: 'Drama')",
"old_price": "String - Organic Result old price (Ex: '$16.99')",
"extracted_old_price": "Float - Organic Result extracted old price (Ex: 16.99)",
"price": "String - Organic Result price (Ex: '$14.99')",
"extracted_price": "Float - Organic Result extracted price (Ex: 14.99)",
"video": "String - Organic Result video (Ex: 'https://play.google.com/video/lava/web/player/yt:movie:Cf8b2KdLWVM.P?autoplay=1&embed=play')",
"thumbnail": "String - Organic Result thumbnail",
"description": "String - Organic Result description",
},
...
]
},
...
],
"serpapi_pagination": {
"next": "String - SerpApi link for paginating to next page of rows results",
"next_page_token": "String - Next Page Token for paginating to next page of rows results"
},
...
}
JSON structure overview for List Type Organic Results
{
...
"organic_results": [
{
"title": "String - Organic Result Row title (Ex: 'New York Times® bestsellers')",
"items": [
{
"title": "String - Organic Result title (Ex: 'The Whale')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/movies/details/The_Whale?id=Hw9JNjyNk9U.P')",
"product_id": "String - Organic Result product id (Ex: 'Hw9JNjyNk9U.P)",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id.",
"rating": "Float - Organic Result rating (Ex: 4.5)",
"maturity_rating": "String - Organic Resultmaturity rating (Ex: 'R')",
"category": "String - Organic Result category (Ex: 'Drama')",
"old_price": "String - Organic Result old price (Ex: '$16.99')",
"extracted_old_price": "Float - Organic Result extracted old price (Ex: 16.99)",
"price": "String - Organic Result price (Ex: '$14.99')",
"extracted_price": "Float - Organic Result extracted price (Ex: 14.99)",
"video": "String - Organic Result video (Ex: 'https://play.google.com/video/lava/web/player/yt:movie:Cf8b2KdLWVM.P?autoplay=1&embed=play')",
"thumbnail": "String - Organic Result thumbnail",
"description": "String - Organic Result description",
},
...
]
},
...
],
"serpapi_pagination": {
"next": "String - SerpApi link for paginating to next page of list results",
"next_page_token": "String - Next Page Token for paginating to next page of list results"
},
...
}
JSON structure overview for Top Charts Results
{
...
"top_charts": [
{
"title": "String - Organic Result title (Ex: 'The Whale')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/movies/details/The_Whale?id=Hw9JNjyNk9U.P')",
"product_id": "String - Organic Result product id (Ex: 'Hw9JNjyNk9U.P)",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id.",
"rating": "Float - Organic Result rating (Ex: 4.5)",
"maturity_rating": "String - Organic Resultmaturity rating (Ex: 'R')",
"category": "String - Organic Result category (Ex: 'Drama')",
"old_price": "String - Organic Result old price (Ex: '$16.99')",
"extracted_old_price": "Float - Organic Result extracted old price (Ex: 16.99)",
"price": "String - Organic Result price (Ex: '$14.99')",
"extracted_price": "Float - Organic Result extracted price (Ex: 14.99)",
"video": "String - Organic Result video (Ex: 'https://play.google.com/video/lava/web/player/yt:movie:Cf8b2KdLWVM.P?autoplay=1&embed=play')",
"thumbnail": "String - Organic Result thumbnail",
"description": "String - Organic Result description",
},
...
],
...
}
API Examples
Rows Type Organic results overview for Google Play Movies (Plain Search)
{
"search_metadata": {
"id": "641db42d40c4a9f286a4ef26",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4ef22c42126f884c/641db42d40c4a9f286a4ef26.json",
"created_at": "2023-03-24 14:31:09 UTC",
"processed_at": "2023-03-24 14:31:10 UTC",
"google_play_movies_url": "https://play.google.com/store/movies?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4ef22c42126f884c/641db42d40c4a9f286a4ef26.html",
"total_time_taken": 1.44
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us"
},
"chart_options": [
{
"text": "Top movies",
"value": "topselling_paid"
}
],
"organic_results": [
{
"title": "New to buy or rent",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en§ion_page_token=Cgj6noGdAwIIFBAUGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfcmVsZWFzZRA_GAQ",
"section_page_token": "Cgj6noGdAwIIFBAUGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfcmVsZWFzZRA_GAQ"
},
"items": [
{
"title": "Cocaine Bear",
"link": "https://play.google.com/store/movies/details/Cocaine_Bear?id=zmwGgJjAlLs.P",
"product_id": "zmwGgJjAlLs.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=zmwGgJjAlLs.P",
"rating": 4.3,
"maturity_rating": "R",
"category": "Action & adventure",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/dfItVOG8g_BPDGjd5Uk2DtDZqeN_dPEBmIy7Ec4DH4bL7M6DitrGb3CN_FX6_b5ysejs5_ek_3vgAgApRPQ=s256-rw",
"description": "Inspired by the 1985 true story of a drug runner's plane crash, missing cocaine, and the black bear that ate it, this wild dark comedy finds an oddball group of cops, criminals, tourists and teens converging in a Georgia forest where a 500- pound apex predator has ingested a staggering amount of cocaine and gone on a coke-fueled rampage for more blow ... and blood. Cocaine Bear stars Keri Russell (The Americans), O'Shea Jackson, Jr. (Straight Outta Compton), Christian Convery-Jennings (Sweet Tooth), Alden Ehrenreich (Solo: A Star Wars Story), Jesse Tyler Ferguson (Modern Family), Brooklynn Prince (The Florida Project), Isiah Whitlock Jr. (BlacKkKlansman), Kristofer Hivju (Game of Thrones), Hannah Hoekstra (2019's Charlie's Angels) and Aaron Holliday (Sharp Objects), with Emmy winner Margo Martindale (The Americans) and Emmy winner Ray Liotta (The Many Saints of Newark). Directed by Elizabeth Banks (Charlie's Angels, Pitch Perfect 2) from a screenplay by Jimmy Warden (The Babysitter: Killer Queen), Cocaine Bear is produced by Oscar® winners Phil Lord and Christopher Miller (Spider-Man: Into The Spider-Verse, The Mitchells vs. The Machines) for Lord Miller, Elizabeth Banks (Pitch Perfect franchise) and Max Handelman (Pitch Perfect franchise) for Brownstone Productions, Brian Duffield (Spontaneous) for Jurassic Party Productions and Aditya Sood (The Martian) for Lord Miller. The film is executive produced by Robin Mulcahy Fisichella, Alison Small and Nikki Baida."
},
{
"title": "Maybe I Do",
"link": "https://play.google.com/store/movies/details/Maybe_I_Do?id=_wKyTroKwk0.P",
"product_id": "_wKyTroKwk0.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=_wKyTroKwk0.P",
"rating": 5,
"maturity_rating": "PG-13",
"video": "https://play.google.com/video/lava/web/player/yt:movie:9-1aIxf5tic.P?autoplay=1&embed=play",
"category": "Comedy",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/7ihUgxE_9e8oyuvVUgYQrSz-saQ5A5_rX-VQiarqbI2CJuac_jrw3l5s-AcVRP2L5BDWVn8hqEv4FIcMTg=s256-rw",
"description": "In New York City's splendor, Michelle and Allen's romance is at the point where it is time for the parents to finally meet. But now face-to-face, the dinner quickly spirals out of control as the parents realize each spouse is sleeping with the other. Trying to hide the affairs from the kids, their antics turn the night into comedic chaos."
},
{
"title": "Operation Fortune: Ruse de guerre",
"link": "https://play.google.com/store/movies/details/Operation_Fortune_Ruse_de_guerre?id=blVZuZSuL4E.P",
"product_id": "blVZuZSuL4E.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=blVZuZSuL4E.P",
"rating": 3.3,
"maturity_rating": "R",
"category": "Action & adventure",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/tQUUrsiD_9oaT0k3esq0RZ40ijKBMYWZYXaUDHFuHzoQKeDg8byWbEvEvI73t6N9eR_onLdY4Cps97Os9vg=s256-rw",
"description": "Super spy Orson Fortune (Jason Statham) must track down and stop the sale of a deadly new weapons technology wielded by billionaire arms broker Greg Simmonds (Hugh Grant). Reluctantly teamed with some of the world's best operatives (Aubrey Plaza, Cary Elwes, Bugzy Malone), Fortune and his crew recruit Hollywood's biggest movie star Danny Francesco (Josh Hartnett) to help them on their globe-trotting undercover mission to save the world."
},
...
],
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&next_page_token=Ciaq5rbCAyAIBRDUzOrbBBCN6LftCxCitbicBBDx2J2cBhCJ5tKdBxAF",
"next_page_token": "Ciaq5rbCAyAIBRDUzOrbBBCN6LftCxCitbicBBDx2J2cBhCJ5tKdBxAF"
}
}
}
List Type Organic results overview for Google Play Movies with section_page_token(Plain Search)
{
"search_metadata": {
"id": "64bfdd7d914a8155cf572670",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4ef22c42126f884c/64bfdd7d914a8155cf572670.json",
"created_at": "2023-07-25 14:34:37 UTC",
"processed_at": "2023-07-25 14:34:37 UTC",
"google_play_movies_url": "https://play.google.com/store/movies?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4ef22c42126f884c/64bfdd7d914a8155cf572670.html",
"prettify_html_file": "https://serpapi.com/searches/4ef22c42126f884c/64bfdd7d914a8155cf572670.prettify",
"total_time_taken": 0.77
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us",
"section_page_token": "Cgj6noGdAwIIFBAUGibqAiMiIQobcHJvbW90aW9uX21vdmllc190b3BzZWxsaW5nED8YBA"
},
"organic_results": [
{
"title": "Top selling",
"items": [
{
"title": "The Machine",
"link": "https://play.google.com/store/movies/details/The_Machine?id=d_UuiPnQ7yQ.P",
"product_id": "d_UuiPnQ7yQ.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=d_UuiPnQ7yQ.P&sort_by=1",
"description": "Bert Kreischer rose to fame as a stand-up comedian known as The Machine, and in his signature set he recounts his true experience with Russian mobsters while on a booze-soaked college trip. Now, 23 years later, that trip has come back to haunt him as he and his estranged father (Mark Hamill) are kidnapped back to Russia by the mob to atone for something they say he did. Together, Bert and his father must retrace the steps of his younger self (Jimmy Tatro) in the midst of a war within a sociopathic crime family, all while attempting to find common ground in their often fraught relationship.",
"rating": 4.0,
"category": "Action & adventure",
"original_price": "$24.99",
"extracted_original_price": 24.99,
"price": "$14.99",
"extracted_price": 14.99,
"thumbnail": "https://play-lh.googleusercontent.com/QXLZ03X-p_CQzEHGJaxghg9vl14jYYMcUYPb3TDwI6assRr4NWuU9adIycrXgoGEhTkw00h9_Ntn8fJZz38"
},
{
"title": "Everything Everywhere All At Once",
"link": "https://play.google.com/store/movies/details/Everything_Everywhere_All_At_Once?id=W0kO0gqFbBM.P",
"product_id": "W0kO0gqFbBM.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=W0kO0gqFbBM.P&sort_by=1",
"description": "When an interdimensional rupture threatens to unravel reality, the fate of the world is suddenly in the hands of a most unlikely hero: Evelyn (Michelle Yeoh), an overwhelmed immigrant mother. As bizarre and bewildering dangers emerge from the many possible universes, she must learn to channel her newfound powers and fight to save her home, her family, and herself, in this big-hearted and hilarious adventure through the multiverse.",
"rating": 4.5,
"category": "Sci-fi & fantasy",
"video": "https://play.google.com/video/lava/web/player/yt:movie:3m4TZbb0z9E.P?autoplay=1&embed=play",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/TcSZz0mjvaAVqQDZXACMCb_JUNXPvDVhrh-THmwNJg-6Li6itvRgG-a-2zeclGf11mqS2bWSlALZMIoT_QdN"
},
{
"title": "Evil Dead Rise",
"link": "https://play.google.com/store/movies/details/Evil_Dead_Rise?id=4uCec2LSAyI.P",
"product_id": "4uCec2LSAyI.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=4uCec2LSAyI.P&sort_by=1",
"description": "Moving the action out of the woods and into the city, “Evil Dead Rise” tells a twisted tale of two estranged sisters, played by Sutherland and Sullivan, whose reunion is cut short by the rise of flesh‐possessing demons, thrusting them into a primal battle for survival as they face the most nightmarish version of family imaginable.",
"rating": 4.1,
"category": "Horror",
"video": "https://play.google.com/video/lava/web/player/yt:movie:y4RqiQBnH7w.P?autoplay=1&embed=play",
"price": "$5.99",
"extracted_price": 5.99,
"thumbnail": "https://play-lh.googleusercontent.com/Sa_HsTrsJZbCypRRBv-iiLb4QsR-h4B8q0W77lKeJeZcCq6QQ7PK2xubQ7qZExf9vOFZ1x9_EXk_ERDXEg"
},
...
],
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&next_page_token=SECT_Cgj6noGdAwIIRhBGGibqAiMiIQobcHJvbW90aW9uX21vdmllc190b3BzZWxsaW5nED8YBA§ion_page_token=Cgj6noGdAwIIFBAUGibqAiMiIQobcHJvbW90aW9uX21vdmllc190b3BzZWxsaW5nED8YBA",
"next_page_token": "SECT_Cgj6noGdAwIIRhBGGibqAiMiIQobcHJvbW90aW9uX21vdmllc190b3BzZWxsaW5nED8YBA"
}
}
}
Rows Type Organic results overview for Google Play Movies with next_page_token(Plain Search)
{
"search_metadata": {
"id": "641db97b914a81279e45b713",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4ef22c42126f884c/641db97b914a81279e45b713.json",
"created_at": "2023-03-24 14:53:47 UTC",
"processed_at": "2023-03-24 14:53:47 UTC",
"google_play_movies_url": "https://play.google.com/store/movies?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4ef22c42126f884c/641db97b914a81279e45b713.html",
"prettify_html_file": "https://serpapi.com/searches/4ef22c42126f884c/641db97b914a81279e45b713.prettify",
"total_time_taken": 0.64
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us",
"next_page_token": "Ciaq5rbCAyAIBRDUzOrbBBCN6LftCxCitbicBBDx2J2cBhCJ5tKdBxAF"
},
"organic_results": [
{
"title": "New to Rent",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en§ion_page_token=Cgj6noGdAwIIChAKGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ",
"section_page_token": "Cgj6noGdAwIIChAKGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ"
},
"see_more_link": "https://play.google.com/store/movies/collection/cluster?&gsr=CifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ%3D:S:ANO1ljL5ha8",
"see_more_token": "CifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ%3D:S:ANO1ljL5ha8",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&see_more_token=CifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ%253D%3AS%3AANO1ljL5ha8",
"items": [
{
"title": "Man Called Otto, A",
"link": "https://play.google.com/store/movies/details/Man_Called_Otto_A?id=2Mu1xkT0004.P",
"product_id": "2Mu1xkT0004.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=2Mu1xkT0004.P",
"description": "Based on the # 1 New York Times bestseller “A Man Called Ove,” A Man Called Otto tells the story of Otto Anderson (Tom Hanks), a grump who no longer sees purpose in his life following the loss of his wife. Otto is ready to end it all, but his plans are interrupted when a lively young family moves in next door, and he meets his match in quick-witted Marisol. She challenges him to see life differently, leading to an unlikely friendship that turns his world around. A heartwarming and funny story about love, loss, and life, A Man Called Otto shows that family can sometimes be found in the most unexpected places.",
"rating": 4.7,
"category": "Drama",
"maturity_rating": "PG-13",
"video": "https://play.google.com/video/lava/web/player/yt:movie:QEaJ7PmyCio.P?autoplay=1&embed=play",
"price": "$5.99",
"extracted_price": 5.99,
"thumbnail": "https://play-lh.googleusercontent.com/ewBmxg_VmoEQCEOpO9jCe9-HnwGLrRO4mL-r1xyJihvh0Us8rmdd9InELj8e9xFKbMP-EZjbyq5pSlv0qqQ"
},
{
"title": "Cocaine Bear",
"link": "https://play.google.com/store/movies/details/Cocaine_Bear?id=zmwGgJjAlLs.P",
"product_id": "zmwGgJjAlLs.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=zmwGgJjAlLs.P",
"description": "Inspired by the 1985 true story of a drug runner's plane crash, missing cocaine, and the black bear that ate it, this wild dark comedy finds an oddball group of cops, criminals, tourists and teens converging in a Georgia forest where a 500- pound apex predator has ingested a staggering amount of cocaine and gone on a coke-fueled rampage for more blow ... and blood. Cocaine Bear stars Keri Russell (The Americans), O'Shea Jackson, Jr. (Straight Outta Compton), Christian Convery-Jennings (Sweet Tooth), Alden Ehrenreich (Solo: A Star Wars Story), Jesse Tyler Ferguson (Modern Family), Brooklynn Prince (The Florida Project), Isiah Whitlock Jr. (BlacKkKlansman), Kristofer Hivju (Game of Thrones), Hannah Hoekstra (2019's Charlie's Angels) and Aaron Holliday (Sharp Objects), with Emmy winner Margo Martindale (The Americans) and Emmy winner Ray Liotta (The Many Saints of Newark). Directed by Elizabeth Banks (Charlie's Angels, Pitch Perfect 2) from a screenplay by Jimmy Warden (The Babysitter: Killer Queen), Cocaine Bear is produced by Oscar® winners Phil Lord and Christopher Miller (Spider-Man: Into The Spider-Verse, The Mitchells vs. The Machines) for Lord Miller, Elizabeth Banks (Pitch Perfect franchise) and Max Handelman (Pitch Perfect franchise) for Brownstone Productions, Brian Duffield (Spontaneous) for Jurassic Party Productions and Aditya Sood (The Martian) for Lord Miller. The film is executive produced by Robin Mulcahy Fisichella, Alison Small and Nikki Baida.",
"rating": 4.3,
"category": "Action & adventure",
"maturity_rating": "R",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/dfItVOG8g_BPDGjd5Uk2DtDZqeN_dPEBmIy7Ec4DH4bL7M6DitrGb3CN_FX6_b5ysejs5_ek_3vgAgApRPQ"
},
{
"title": "Maybe I Do",
"link": "https://play.google.com/store/movies/details/Maybe_I_Do?id=_wKyTroKwk0.P",
"product_id": "_wKyTroKwk0.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=_wKyTroKwk0.P",
"description": "In New York City's splendor, Michelle and Allen's romance is at the point where it is time for the parents to finally meet. But now face-to-face, the dinner quickly spirals out of control as the parents realize each spouse is sleeping with the other. Trying to hide the affairs from the kids, their antics turn the night into comedic chaos.",
"rating": 5,
"category": "Comedy",
"maturity_rating": "PG-13",
"video": "https://play.google.com/video/lava/web/player/yt:movie:9-1aIxf5tic.P?autoplay=1&embed=play",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/7ihUgxE_9e8oyuvVUgYQrSz-saQ5A5_rX-VQiarqbI2CJuac_jrw3l5s-AcVRP2L5BDWVn8hqEv4FIcMTg"
},
...
],
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&next_page_token=Ciaq5rbCAyAIDxDNqLbLDxDXgPi0BBDBwPOwCxCWp57sCxChw87WDxAO",
"next_page_token": "Ciaq5rbCAyAIDxDNqLbLDxDXgPi0BBDBwPOwCxCWp57sCxChw87WDxAO"
}
}
}
List Type Organic results overview for Google Play Movies with see_more_token(Plain Search)
{
"search_metadata": {
"id": "641db9c0914a81279d9efb50",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/e651afe350b143c7/641db9c0914a81279d9efb50.json",
"created_at": "2023-03-24 14:54:56 UTC",
"processed_at": "2023-03-24 14:54:56 UTC",
"google_play_movies_url": "https://play.google.com/store/movies/collection/cluster?hl=en&gl=us&gsr=CifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ%3D:S:ANO1ljL5ha8",
"raw_html_file": "https://serpapi.com/searches/e651afe350b143c7/641db9c0914a81279d9efb50.html",
"total_time_taken": 0.59
},
"search_parameters": {
"engine": "google_play_movies",
"see_more_token": "CifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ%3D:S:ANO1ljL5ha8",
"hl": "en",
"gl": "us"
},
"organic_results": [
{
"title": "New to Rent",
"subtitle": "Watch within 30 days of rental",
"items": [
{
"title": "Man Called Otto, A",
"link": "https://play.google.com/store/movies/details/Man_Called_Otto_A?id=2Mu1xkT0004.P",
"product_id": "2Mu1xkT0004.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=2Mu1xkT0004.P",
"rating": 4.7,
"maturity_rating": "PG-13",
"video": "https://play.google.com/video/lava/web/player/yt:movie:QEaJ7PmyCio.P?autoplay=1&embed=play",
"category": "Drama",
"price": "$5.99",
"extracted_price": 5.99,
"thumbnail": "https://play-lh.googleusercontent.com/ewBmxg_VmoEQCEOpO9jCe9-HnwGLrRO4mL-r1xyJihvh0Us8rmdd9InELj8e9xFKbMP-EZjbyq5pSlv0qqQ=s256",
"description": "Based on the # 1 New York Times bestseller “A Man Called Ove,” A Man Called Otto tells the story of Otto Anderson (Tom Hanks), a grump who no longer sees purpose in his life following the loss of his wife. Otto is ready to end it all, but his plans are interrupted when a lively young family moves in next door, and he meets his match in quick-witted Marisol. She challenges him to see life differently, leading to an unlikely friendship that turns his world around. A heartwarming and funny story about love, loss, and life, A Man Called Otto shows that family can sometimes be found in the most unexpected places."
},
{
"title": "Cocaine Bear",
"link": "https://play.google.com/store/movies/details/Cocaine_Bear?id=zmwGgJjAlLs.P",
"product_id": "zmwGgJjAlLs.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=zmwGgJjAlLs.P",
"rating": 4.3,
"maturity_rating": "R",
"category": "Action & adventure",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/dfItVOG8g_BPDGjd5Uk2DtDZqeN_dPEBmIy7Ec4DH4bL7M6DitrGb3CN_FX6_b5ysejs5_ek_3vgAgApRPQ=s256",
"description": "Inspired by the 1985 true story of a drug runner's plane crash, missing cocaine, and the black bear that ate it, this wild dark comedy finds an oddball group of cops, criminals, tourists and teens converging in a Georgia forest where a 500- pound apex predator has ingested a staggering amount of cocaine and gone on a coke-fueled rampage for more blow ... and blood. Cocaine Bear stars Keri Russell (The Americans), O'Shea Jackson, Jr. (Straight Outta Compton), Christian Convery-Jennings (Sweet Tooth), Alden Ehrenreich (Solo: A Star Wars Story), Jesse Tyler Ferguson (Modern Family), Brooklynn Prince (The Florida Project), Isiah Whitlock Jr. (BlacKkKlansman), Kristofer Hivju (Game of Thrones), Hannah Hoekstra (2019's Charlie's Angels) and Aaron Holliday (Sharp Objects), with Emmy winner Margo Martindale (The Americans) and Emmy winner Ray Liotta (The Many Saints of Newark). Directed by Elizabeth Banks (Charlie's Angels, Pitch Perfect 2) from a screenplay by Jimmy Warden (The Babysitter: Killer Queen), Cocaine Bear is produced by Oscar® winners Phil Lord and Christopher Miller (Spider-Man: Into The Spider-Verse, The Mitchells vs. The Machines) for Lord Miller, Elizabeth Banks (Pitch Perfect franchise) and Max Handelman (Pitch Perfect franchise) for Brownstone Productions, Brian Duffield (Spontaneous) for Jurassic Party Productions and Aditya Sood (The Martian) for Lord Miller. The film is executive produced by Robin Mulcahy Fisichella, Alison Small and Nikki Baida."
},
{
"title": "Maybe I Do",
"link": "https://play.google.com/store/movies/details/Maybe_I_Do?id=_wKyTroKwk0.P",
"product_id": "_wKyTroKwk0.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=_wKyTroKwk0.P",
"rating": 5,
"maturity_rating": "PG-13",
"video": "https://play.google.com/video/lava/web/player/yt:movie:9-1aIxf5tic.P?autoplay=1&embed=play",
"category": "Comedy",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/7ihUgxE_9e8oyuvVUgYQrSz-saQ5A5_rX-VQiarqbI2CJuac_jrw3l5s-AcVRP2L5BDWVn8hqEv4FIcMTg=s256",
"description": "In New York City's splendor, Michelle and Allen's romance is at the point where it is time for the parents to finally meet. But now face-to-face, the dinner quickly spirals out of control as the parents realize each spouse is sleeping with the other. Trying to hide the affairs from the kids, their antics turn the night into comedic chaos."
},
...
],
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&next_page_token=Cgj6noGdAwIIFBAUGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ&see_more_token=CifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ%253D%3AS%3AANO1ljL5ha8",
"next_page_token": "Cgj6noGdAwIIFBAUGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfdG9fcmVudBA_GAQ"
}
}
}
Top Charts results overview for Google Play Movies with chart(Plain Search)
{
"search_metadata": {
"id": "64bfde79914a8155d02054a0",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4ef22c42126f884c/64bfde79914a8155d02054a0.json",
"created_at": "2023-07-25 14:38:49 UTC",
"processed_at": "2023-07-25 14:38:49 UTC",
"google_play_movies_url": "https://play.google.com/store/movies?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4ef22c42126f884c/64bfde79914a8155d02054a0.html",
"prettify_html_file": "https://serpapi.com/searches/4ef22c42126f884c/64bfde79914a8155d02054a0.prettify",
"total_time_taken": 0.69
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us",
"chart": "topselling_paid"
},
"top_charts": [
{
"title": "The Flash",
"maturity_rating": "PG-13",
"link": "https://play.google.com/store/movies/details/The_Flash?id=zdLQXEKjKSA.P",
"product_id": "zdLQXEKjKSA.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=zdLQXEKjKSA.P&sort_by=1",
"description": "Worlds collide in “The Flash” when Barry uses his superpowers to travel back in time in order to change the events of the past. But when his attempt to save his family inadvertently alters the future, Barry becomes trapped in a reality in which General Zod has returned, threatening annihilation, and there are no Super Heroes to turn to. That is, unless Barry can coax a very different Batman out of retirement and rescue an imprisoned Kryptonian… albeit not the one he’s looking for. Ultimately, to save the world that he is in and return to the future that he knows, Barry’s only hope is to race for his life. But will making the ultimate sacrifice be enough to reset the universe?",
"rating": 4.1,
"category": "Action & adventure",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/zhK4JWCF9AYv_kzMQMQNZCLtKiQDP4HT78XrMZQI14glTZtd6pmapIRUS2aVqjR_lB0jp2y67bKOx-i-isU"
},
{
"title": "The Super Mario Bros. Movie",
"maturity_rating": "PG",
"link": "https://play.google.com/store/movies/details/The_Super_Mario_Bros_Movie?id=4RC9kFYNFKY.P",
"product_id": "4RC9kFYNFKY.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=4RC9kFYNFKY.P&sort_by=1",
"description": "Directed by Aaron Horvath and Michael Jelenic (collaborators on Teen Titans Go!, Teen Titans Go! To the Movies) from a screenplay by Matthew Fogel (The LEGO Movie 2: The Second Part, Illumination's Minions: The Rise of Gru), the film stars Chris Pratt as Mario, Anya Taylor-Joy as Princess Peach, Charlie Day as Luigi, Jack Black as Bowser, Keegan-Michael Key as Toad, Seth Rogen as Donkey Kong, Fred Armisen as Cranky Kong, Kevin Michael Richardson as Kamek and Sebastian Maniscalco as Spike. The film is produced by Illumination founder and CEO Chris Meledandri and by Shigeru Miyamoto for Nintendo.",
"rating": 4.4,
"category": "Family",
"price": "$5.99",
"extracted_price": 5.99,
"thumbnail": "https://play-lh.googleusercontent.com/N5MUJfFcUpp1xeU7yhvrO2LKthFHUfQEN_Yzgsef1YfZrv8168ASmnuo2lMlWO2lzmQuEJ1VldUUqy1MfG0"
},
{
"title": "Transformers: Rise of the Beasts",
"maturity_rating": "PG-13",
"link": "https://play.google.com/store/movies/details/Transformers_Rise_of_the_Beasts?id=6_9dwRJJbps.P",
"product_id": "6_9dwRJJbps.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=6_9dwRJJbps.P&sort_by=1",
"description": "In this adrenaline-fueled adventure, Optimus Prime and the Autobots take on their biggest challenge yet. When a new threat capable of destroying the entire planet emerges, they must team up with a powerful faction known as the Maximals. With the fate of humanity hanging in the balance, Noah (Anthony Ramos) and Elena (Dominique Fishback) will do whatever it takes to help the Transformers as they engage in the ultimate battle to save Earth.",
"rating": 4.6,
"category": "Action & adventure",
"original_price": "$24.99",
"extracted_original_price": 24.99,
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/0WrOMLzIjY1TugAWV4UHHcwcHKOCaFkfRz5ExLjwFt2X1RCAmhVEHZvGBg15Rv9_30S9LwXuV-XUAUqJxJg"
},
...
]
}
Rows Type Organic results overview for Google Play Movies with movies_category(Category Search)
{
"search_metadata": {
"id": "641dba72914a8127a0c2edc7",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4735ce8454b388f8/641dba72914a8127a0c2edc7.json",
"created_at": "2023-03-24 14:57:54 UTC",
"processed_at": "2023-03-24 14:57:54 UTC",
"google_play_movies_url": "https://play.google.com/store/movies/category/MOVIE?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4735ce8454b388f8/641dba72914a8127a0c2edc7.html",
"total_time_taken": 0.82
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us",
"movies_category": "MOVIE"
},
"chart_options": [
{
"text": "Top movies",
"value": "topselling_paid"
}
],
"organic_results": [
{
"title": "New to buy or rent",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&movies_category=MOVIE§ion_page_token=Cgj6noGdAwIIFBAUGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfcmVsZWFzZRA_GAQ",
"section_page_token": "Cgj6noGdAwIIFBAUGifqAiQiIgoccHJvbW90aW9uX21vdmllc19uZXdfcmVsZWFzZRA_GAQ"
},
"items": [
{
"title": "Cocaine Bear",
"link": "https://play.google.com/store/movies/details/Cocaine_Bear?id=zmwGgJjAlLs.P",
"product_id": "zmwGgJjAlLs.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=zmwGgJjAlLs.P",
"rating": 4.3,
"maturity_rating": "R",
"category": "Action & adventure",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/dfItVOG8g_BPDGjd5Uk2DtDZqeN_dPEBmIy7Ec4DH4bL7M6DitrGb3CN_FX6_b5ysejs5_ek_3vgAgApRPQ=s256-rw",
"description": "Inspired by the 1985 true story of a drug runner's plane crash, missing cocaine, and the black bear that ate it, this wild dark comedy finds an oddball group of cops, criminals, tourists and teens converging in a Georgia forest where a 500- pound apex predator has ingested a staggering amount of cocaine and gone on a coke-fueled rampage for more blow ... and blood. Cocaine Bear stars Keri Russell (The Americans), O'Shea Jackson, Jr. (Straight Outta Compton), Christian Convery-Jennings (Sweet Tooth), Alden Ehrenreich (Solo: A Star Wars Story), Jesse Tyler Ferguson (Modern Family), Brooklynn Prince (The Florida Project), Isiah Whitlock Jr. (BlacKkKlansman), Kristofer Hivju (Game of Thrones), Hannah Hoekstra (2019's Charlie's Angels) and Aaron Holliday (Sharp Objects), with Emmy winner Margo Martindale (The Americans) and Emmy winner Ray Liotta (The Many Saints of Newark). Directed by Elizabeth Banks (Charlie's Angels, Pitch Perfect 2) from a screenplay by Jimmy Warden (The Babysitter: Killer Queen), Cocaine Bear is produced by Oscar® winners Phil Lord and Christopher Miller (Spider-Man: Into The Spider-Verse, The Mitchells vs. The Machines) for Lord Miller, Elizabeth Banks (Pitch Perfect franchise) and Max Handelman (Pitch Perfect franchise) for Brownstone Productions, Brian Duffield (Spontaneous) for Jurassic Party Productions and Aditya Sood (The Martian) for Lord Miller. The film is executive produced by Robin Mulcahy Fisichella, Alison Small and Nikki Baida."
},
{
"title": "Maybe I Do",
"link": "https://play.google.com/store/movies/details/Maybe_I_Do?id=_wKyTroKwk0.P",
"product_id": "_wKyTroKwk0.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=_wKyTroKwk0.P",
"rating": 5,
"maturity_rating": "PG-13",
"video": "https://play.google.com/video/lava/web/player/yt:movie:9-1aIxf5tic.P?autoplay=1&embed=play",
"category": "Comedy",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/7ihUgxE_9e8oyuvVUgYQrSz-saQ5A5_rX-VQiarqbI2CJuac_jrw3l5s-AcVRP2L5BDWVn8hqEv4FIcMTg=s256-rw",
"description": "In New York City's splendor, Michelle and Allen's romance is at the point where it is time for the parents to finally meet. But now face-to-face, the dinner quickly spirals out of control as the parents realize each spouse is sleeping with the other. Trying to hide the affairs from the kids, their antics turn the night into comedic chaos."
},
{
"title": "Operation Fortune: Ruse de guerre",
"link": "https://play.google.com/store/movies/details/Operation_Fortune_Ruse_de_guerre?id=blVZuZSuL4E.P",
"product_id": "blVZuZSuL4E.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=blVZuZSuL4E.P",
"rating": 3.3,
"maturity_rating": "R",
"category": "Action & adventure",
"price": "$19.99",
"extracted_price": 19.99,
"thumbnail": "https://play-lh.googleusercontent.com/tQUUrsiD_9oaT0k3esq0RZ40ijKBMYWZYXaUDHFuHzoQKeDg8byWbEvEvI73t6N9eR_onLdY4Cps97Os9vg=s256-rw",
"description": "Super spy Orson Fortune (Jason Statham) must track down and stop the sale of a deadly new weapons technology wielded by billionaire arms broker Greg Simmonds (Hugh Grant). Reluctantly teamed with some of the world's best operatives (Aubrey Plaza, Cary Elwes, Bugzy Malone), Fortune and his crew recruit Hollywood's biggest movie star Danny Francesco (Josh Hartnett) to help them on their globe-trotting undercover mission to save the world."
},
...
],
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&movies_category=MOVIE&next_page_token=Ciaq5rbCAyAIBRDUzOrbBBCN6LftCxCitbicBBDx2J2cBhCJ5tKdBxAF",
"next_page_token": "Ciaq5rbCAyAIBRDUzOrbBBCN6LftCxCitbicBBDx2J2cBhCJ5tKdBxAF"
}
}
}
Top Charts results overview for Google Play Movies with movies_category(Category Search)
{
"search_metadata": {
"id": "64204b6840c4a964e68ac32f",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/30d0af0158ba0234/64204b6840c4a964e68ac32f.json",
"created_at": "2023-03-26 13:40:56 UTC",
"processed_at": "2023-03-26 13:40:56 UTC",
"google_play_movies_url": "https://play.google.com/store/movies/category/3?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/30d0af0158ba0234/64204b6840c4a964e68ac32f.html",
"prettify_html_file": "https://serpapi.com/searches/30d0af0158ba0234/64204b6840c4a964e68ac32f.prettify",
"total_time_taken": 0.85
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us",
"movies_category": "3"
},
"top_charts": [
{
"title": "Monty Python And The Holy Grail",
"link": "https://play.google.com/store/movies/details/Monty_Python_And_The_Holy_Grail?id=rXQbLxHZs4Q.P",
"product_id": "rXQbLxHZs4Q.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=rXQbLxHZs4Q.P",
"description": "This \"cult classic\" comedy from the Monty Python team loosely follows the legend of King Arthur (Graham Chapman), along with his squire (Terry Gilliam) and his Knights of the Round Table (John Cleese, Eric Idle, Terry Jones and Michael Palin), as they embark on a fearless quest in search of the elusive Holy Grail. A hysterical, historical tour-de-force from Terry Gilliam and Terry Jones.",
"rating": 0,
"category": "Comedy",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/ZJZo6-35Z2JRdG2rMa4n8OGsiY_5MHSy3BuMu_a_nfJNCxvIWM4DIexAYjtglEMKwa3uwUVARpR-Q5pHQ98"
},
{
"title": "Fargo (1996)",
"maturity_rating": "R",
"link": "https://play.google.com/store/movies/details/Fargo_1996?id=fr2Q2PbiWe4.P",
"product_id": "fr2Q2PbiWe4.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=fr2Q2PbiWe4.P",
"description": "Things go awry when car salesman Jerry Lundegaard (William H. Macy) hires two thugs to kidnap his wife. Soon, the very pregnant and chipper Police Chief Marge Gunderson (Frances McDormand) takes the case. Is she up for the challenge? You betcha.",
"rating": 4.9,
"category": "Comedy",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/xEM-pU8jBfEMQNDP8zb0ReVJFV6OyVyz005TuVUaqVZkj8URem53A2l5ECoDiuMb9ShzIk9l_mTQiQUXOI4"
},
{
"title": "The Silence Of The Lambs",
"maturity_rating": "R",
"link": "https://play.google.com/store/movies/details/The_Silence_Of_The_Lambs?id=dlPziyAvIbM.P",
"product_id": "dlPziyAvIbM.P",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=dlPziyAvIbM.P",
"description": "Jodie Foster and Anthony Hopkins are delectable is this diabolical thriller that became a modern classic and took home five 1992 Academy Awards®, including Best Actress (Foster), Best Actor (Hopkins), Best Director (Jonathan Demme) and Best Picture.",
"rating": 4.7,
"category": "Mystery & suspense",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/g9SpxaNv6E4kk3vaHvvhzEVDbkAB0TYxuA2i1MQqBDqUmOIRdWaJbGRR2VnKLTNDwB9IEbVKmVJgl4tLD3c"
},
...
]
}
Rows Type Organic results overview for Google Play Movies with movies_category, and age(Category Search)
{
"search_metadata": {
"id": "64205b5140c4a964e7b15d23",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/793c90ba2bcaa202/64205b5140c4a964e7b15d23.json",
"created_at": "2023-03-26 14:48:49 UTC",
"processed_at": "2023-03-26 14:48:50 UTC",
"google_play_movies_url": "https://play.google.com/store/movies/category/FAMILY?hl=en&gl=us&age=AGE_RANGE1",
"raw_html_file": "https://serpapi.com/searches/793c90ba2bcaa202/64205b5140c4a964e7b15d23.html",
"total_time_taken": 1.45
},
"search_parameters": {
"engine": "google_play_movies",
"hl": "en",
"gl": "us",
"movies_category": "FAMILY",
"age": "AGE_RANGE1"
},
"chart_options": [
{
"text": "Top movies",
"value": "topselling_paid"
}
],
"organic_results": [
{
"title": "Top family movies",
"subtitle": "Most popular flix",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?age=AGE_RANGE1&engine=google_play_movies&gl=us&hl=en&movies_category=FAMILY§ion_page_token=Cgj6noGdAwIIHBAUGpgB6gKUARJhCltmYW1pbHlfYWdlX3JhbmdlMV9kZXZpY2VfZmVhdHVyZWRfRkFNSUxZX3Byb21vdGlvbl80MDAwZWRhX2ZhbWlseV9tb3N0X3BvcHVsYXJfMF81XzQtNy00LTYzEAwYBCIvCilwcm9tb3Rpb25fNDAwMGVkYV9mYW1pbHlfbW9zdF9wb3B1bGFyXzBfNRA_GAQ",
"section_page_token": "Cgj6noGdAwIIHBAUGpgB6gKUARJhCltmYW1pbHlfYWdlX3JhbmdlMV9kZXZpY2VfZmVhdHVyZWRfRkFNSUxZX3Byb21vdGlvbl80MDAwZWRhX2ZhbWlseV9tb3N0X3BvcHVsYXJfMF81XzQtNy00LTYzEAwYBCIvCilwcm9tb3Rpb25fNDAwMGVkYV9mYW1pbHlfbW9zdF9wb3B1bGFyXzBfNRA_GAQ"
},
"items": [
{
"title": "Thomas & Friends: The Adventure Begins",
"link": "https://play.google.com/store/movies/details/Thomas_Friends_The_Adventure_Begins?id=ZbNbLO1nJ_w",
"product_id": "ZbNbLO1nJ_w",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=ZbNbLO1nJ_w",
"rating": 4.4,
"video": "https://play.google.com/video/lava/web/player/yt:movie:bPRgcqh5PnI?autoplay=1&embed=play",
"category": "Animation",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/uoO6YPzZryf4fyLdFZ4qHPjx6p3eFbMSglLXtkNnXnrmBxO0sptes50SE_ZKnOBKOMF2Wg=s256-rw",
"description": "All aboard for Thomas' very first adventure! A little tank engine discovers a big new world when he arrives on the Island of Sodor. Escapades abound as Thomas explores his new home and meets some Really Useful new friends. Finding the true blue meaning of hard work and friendship, Thomas transforms into the Number 1 engine! (Original Title - Thomas & Friends: The Adventure Begins) - 2015 Gullane (Thomas) Limited. All Rights Reserved."
},
{
"title": "The Polar Bears",
"link": "https://play.google.com/store/movies/details/The_Polar_Bears?id=GBZ0KC2sG5Y",
"product_id": "GBZ0KC2sG5Y",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=GBZ0KC2sG5Y",
"rating": 4,
"category": "Animation",
"price": "Free",
"extracted_price": 0,
"thumbnail": "https://play-lh.googleusercontent.com/twKRv12Qtqxc7ko4fIQ9c3s_PYY3mRTYJC_sNk9a41rPN1F15SqzXLTOf5BODcG5Zv19=s256-rw",
"description": "Take a heartwarming journey to the Arctic and see the Coca-Cola® Polar Bears as you've never seen them before in this short family film produced by Ridley Scott. Join Jak, Zook, Kaia, Kaskae, Sakari and some dancing puffin friends for a fun-filled adventure sure to bring the family together this holiday season."
},
{
"title": "Frozen Fever",
"link": "https://play.google.com/store/movies/details/Frozen_Fever?id=j2JOgXq2ANc",
"product_id": "j2JOgXq2ANc",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=j2JOgXq2ANc",
"rating": 4.4,
"maturity_rating": "G",
"video": "https://play.google.com/video/lava/web/player/yt:movie:5-ZH-pt8c40?autoplay=1&embed=play",
"category": "Music",
"original_price": "$2.99",
"extracted_original_price": 2.99,
"price": "$1.99",
"extracted_price": 1.99,
"thumbnail": "https://play-lh.googleusercontent.com/8dfTF5mRG8jSmKUbjVPnm6bR4bnQUTkX0muZG31p55y9EZfBbTMXHqRAatfuiaimhVyZ=s256-rw",
"description": "It's Anna's birthday and Elsa and Kristoff are determined to give her the best celebration ever, but Elsa's icy powers may put more than just the party at risk."
},
...
],
},
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?age=AGE_RANGE1&engine=google_play_movies&gl=us&hl=en&movies_category=FAMILY&next_page_token=Ch-q5rbCAxkIBRC_1qvQDRCKkPUUEObQ2oYBEJv8p-UDEAQ",
"next_page_token": "Ch-q5rbCAxkIBRC_1qvQDRCKkPUUEObQ2oYBEJv8p-UDEAQ"
}
}
}
Rows Type Organic results overview for Google Play Movies with q(Query Search)
{
"search_metadata": {
"id": "641dbb22914a81279e45b716",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/3f8bf070fa5444a7/641dbb22914a81279e45b716.json",
"created_at": "2023-03-24 15:00:50 UTC",
"processed_at": "2023-03-24 15:00:50 UTC",
"google_play_movies_url": "https://play.google.com/store/search?q=Coffee&c=movies&hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/3f8bf070fa5444a7/641dbb22914a81279e45b716.html",
"total_time_taken": 1.37
},
"search_parameters": {
"engine": "google_play_movies",
"q": "Coffee",
"hl": "en",
"gl": "us"
},
"organic_results": [
{
"title": "Movies",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_movies&gl=us&hl=en&q=Coffee§ion_page_token=Cgj6noGdAwIIFBAUGhGKAg4KBkNvZmZlZRAGGAEgAToQCggKBkNvZmZlZRAAGAEgBA",
"section_page_token": "Cgj6noGdAwIIFBAUGhGKAg4KBkNvZmZlZRAGGAEgAToQCggKBkNvZmZlZRAAGAEgBA"
},
"items": [
{
"title": "Hot Coffee",
"link": "https://play.google.com/store/movies/details/Hot_Coffee?id=KmEYWCg0J7Q",
"product_id": "KmEYWCg0J7Q",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=KmEYWCg0J7Q",
"rating": 4.1,
"video": "https://play.google.com/video/lava/web/player/yt:movie:qOs4GOON6G0?autoplay=1&embed=play",
"category": "Documentary",
"price": "$2.99",
"extracted_price": 2.99,
"thumbnail": "https://play-lh.googleusercontent.com/KKtvOxoFEi-kwkAK9V9PRvAHnf-7qG76QXU7FnJHMvoIw58_x7qC7YqoEmuhUqoVs1uI2A=s256-rw",
"description": "Everyone knows the case of the woman who sued McDonald's over spilled coffee. Or do they? More than 15 years after making international news, the case continues to be cited as an example of citizens who use 'frivolous' lawsuits to take unfair advantage of the American legal system. But is that an accurate portrayal of the facts? An eye-opening documentary with jaw-dropping revelations, Hot Coffee exposes how corporations spend millions on propaganda campaigns to distort Americans' view of lawsuits-forever changing the civil justice system. By examining the impact of tort reform on the lives of ordinary citizens, the film shows how Americans give up their Constitutional rights in all sorts of ways without knowing it-for example, by voting for caps on damages or signing away your rights in contracts. Through interviews with politicians, judges, lawyers and ordinary citizens, first-time filmmaker and former public-interest lawyer Susan Saladoff delves into the facts of four cases to tear apart the conventional wisdom about 'jackpot justice.\""
},
{
"title": "A Coffee in Berlin",
"link": "https://play.google.com/store/movies/details/A_Coffee_in_Berlin?id=GYhYHefdsn4",
"product_id": "GYhYHefdsn4",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=GYhYHefdsn4",
"rating": 3.9,
"video": "https://play.google.com/video/lava/web/player/yt:movie:DQZlPFOD7HM?autoplay=1&embed=play",
"category": "World cinema",
"price": "$1.99",
"extracted_price": 1.99,
"thumbnail": "https://play-lh.googleusercontent.com/6ahPmMmGOa3b1QxXuR9A5TUTnh9HR5QfSSMaOvE782ZGlvkFTYH0oLT31GtJsyoy-sjo=s256-rw",
"description": "Niko is having a tough morning. He’s broken up with his girlfriend, been cut off from his monthly allowance, and was just declared “emotionally unstable” by a court-appointed psychologist. If only he could find a decent cup of coffee. Painting an eventful day-in-the-life of a twenty-something law school dropout, A Coffee In Berlin follows Niko as he drifts through a series of absurd, funny and, ultimately, life-changing encounters with the people and city around him. Photographed in timeless black and white and enriched by a snappy jazz soundtrack, Jan Ole Gerster’s vibrant and charming debut, which swept the German Film Awards in 2013, is a slacker comedy with a poignant center, and a love-letter to the city of Berlin and Generation Y."
},
{
"title": "Coffee",
"link": "https://play.google.com/store/movies/details/Coffee?id=DXL8rFhvNuY",
"product_id": "DXL8rFhvNuY",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=DXL8rFhvNuY",
"rating": 0,
"video": "https://play.google.com/video/lava/web/player/yt:movie:sDQgt-xCdnk?autoplay=1&embed=play",
"category": "Drama",
"price": "$3.99",
"extracted_price": 3.99,
"thumbnail": "https://play-lh.googleusercontent.com/TAUvNdw9nQ4xRSFosubg5gmJ8lJRXkPfLywQhImJ4UfAzqgkLI6K4cfdPzPjuLtgiJvt=s256-rw",
"description": "Belgium: A pawnshop owner has his precious coffee pot stolen during a violent street riot. He decides to seek revenge, only to become a victim. Italy: A passionate coffee sommelier is trying to make this a proper profession but his past is fighting him. China: A successful young manager marries the boss’s daughter and all seems perfect until his job requires him to move back to his birthplace."
},
...
],
],
}
}