{"info":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","description":"<html><head></head><body><h1 id=\"welcome-to-the-keywordcom-api-documentation\">Welcome to the Keyword.com API Documentation!</h1>\n<p>The <strong>Keyword.com API</strong> empowers developers to programmatically access and manage keyword ranking data, giving you the same core functionality available in the Keyword.com interface. Whether you’re building an SEO tool, a content marketing platform, or a performance dashboard, our API delivers the data and insights needed to grow search visibility and drive traffic.</p>\n<p>This documentation covers everything you need to get started:</p>\n<ul>\n<li><p>Authentication using secure headers</p>\n</li>\n<li><p>RESTful endpoints for managing projects and keywords</p>\n</li>\n<li><p>Practical examples of requests and responses</p>\n</li>\n<li><p>Tips for efficient, scalable integration</p>\n</li>\n</ul>\n<h2 id=\"getting-started\"><strong>Getting Started</strong></h2>\n<p>To use the API, you’ll need an API token. If you don’t have one yet, create an account on <a href=\"https://keyword.com\">Keyword.com</a> and retrieve your token under <strong>Settings &gt;</strong> <a href=\"https://app.keyword.com/settings/account\">Account tab</a>.</p>\n<p>Once authenticated, you can:</p>\n<ul>\n<li><p>Retrieve project and keyword ranking data</p>\n</li>\n<li><p>Add and delete keywords</p>\n</li>\n<li><p>Trigger on-demand keyword refreshes</p>\n</li>\n<li><p>Access custom shareable view links for reporting</p>\n</li>\n<li><p>And more...</p>\n</li>\n</ul>\n<p>With this API, you can integrate Keyword.com into your internal tools, automate SEO workflows, and scale your keyword tracking operations.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The Keyword.com API uses <strong>token-based authentication via HTTP headers</strong> for secure access.</p>\n<h3 id=\"required-header\"><strong>Required Header</strong></h3>\n<p>Include the following header in all your API requests:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: [api_token]\n\n</code></pre><p>Exampe:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'https://app.keyword.com/api/v2/groups/Apple/keywords/272678916' \\\n--header 'Authorization: Bearer [API_TOKEN]'\n\n</code></pre>\n<h3 id=\"api-token-types\"><strong>API Token Types</strong></h3>\n<p>There are two types of tokens:</p>\n<ul>\n<li><p><strong>Master API Token</strong></p>\n<p>  Grants full access to your account, including all projects and administrative actions (e.g., add/remove keywords, manage users).</p>\n</li>\n<li><p><strong>Project Auth Token + ViewKey</strong></p>\n<p>  Provides access to a specific project. Useful when sharing data with third-party tools or restricting access.</p>\n</li>\n</ul>\n<p>Keep your API key and tokens secure, and do not share them with unauthorized users.</p>\n<h3 id=\"making-api-requests\">Making API Requests</h3>\n<p>The Keyword.com API follows a RESTful design, using standard HTTP methods:</p>\n<ul>\n<li><p>GET to retrieve data</p>\n</li>\n<li><p>POST to create resources</p>\n</li>\n<li><p>PATCH to update data</p>\n</li>\n<li><p>DELETE to remove resources</p>\n</li>\n</ul>\n<p>All responses are returned in JSON format for easy integration.</p>\n<p>By following this guide, you’ll be able to seamlessly embed Keyword.com’s capabilities into your product or workflow. Let’s get started!</p>\n<hr>\n<h1 id=\"keyword-update-schedule\"><strong>Keyword Update Schedule</strong></h1>\n<p>One of the core benefits of using <strong>Keyword.com</strong> is that <strong>you don’t need to manually run API requests to keep your keyword data fresh</strong>—we handle that for you.</p>\n<p>When you add keywords to a project, they’re automatically queued for updates according to your plan. Our system continuously tracks and refreshes keyword rankings in the background, so you can focus on analysis and insights rather than data collection.</p>\n<h4 id=\"automatic-update-frequency\">Automatic Update Frequency</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Plan Type</strong></th>\n<th><strong>Update Frequency</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Daily</td>\n<td>Every 24 hours</td>\n</tr>\n<tr>\n<td>Weekly</td>\n<td>Every 7 days</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Example</strong>: If you’re on a weekly plan and added keywords on a Wednesday, your keywords will automatically refresh every Wednesday between 00:00 and 12:00 UTC </p>\n</blockquote>\n<p>Just keep in mind:</p>\n<ul>\n<li><p>On-demand refreshes are limited based on your plan.</p>\n</li>\n<li><p>They count separately from the automatic updates.</p>\n</li>\n</ul>\n<p>This hybrid approach gives you both the <strong>convenience of automation</strong> and the <strong>control of real-time updates</strong> when you need them.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Welcome to the Keyword.com API Documentation!","slug":"welcome-to-the-keywordcom-api-documentation"},{"content":"Keyword Update Schedule","slug":"keyword-update-schedule"}],"owner":"26915172","collectionId":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","publishedId":"2s93eSabYB","public":true,"customColor":{"top-bar":"EDEEF0","right-sidebar":"303030","highlight":"0074D9"},"publishDate":"2026-01-13T10:10:49.000Z"},"item":[{"name":"Projects, Groups & Tags","item":[{"name":"Fetch all project, group & tag details","id":"d3a75e2e-d357-482c-97f5-fd9decd8c13d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/active","description":"<p>This call will get you a summary of all your projects with their respective groups, tags and number of keywords. It will also provide you with the PROJECT AUTH KEY which is required to collect detailed project and keyword data.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","groups","active"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"a72ae07c-895e-4f72-8551-c13286df247b","name":"Fetch all project, group & tag details","originalRequest":{"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 08:07:34 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b82b219daf48f1d-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"group\", // By default this is always ‘group’\n            \"id\": \"Disney\", //This is the project or group name. Groups are identified by the text [sub] and include the main project name. for example, Project: Disney  or Group: Disney [sub] Disney Classics\n            \"attributes\": {\n                \"project_id\": 3057417, // Unique identifier of the project or group\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\", //The project or group auth key\n                \"name\": \"Disney\", // Project or group name\n                \"keywords_count\": { // Number of acive keywords in the project or group\n                    \"ACTIVE\": 11\n                },\n                \"tags_count\": 2, // Number of tags in the project or group\n                \"tags\": [\n                    {\n                        \"id\": 27727, // Unique identifier for the tag\n                        \"project_id\": 3057417, // The project or group’s unique id\n                        \"name\": \"Disney\", // Project or group name\n                        \"created_at\": \"2021-09-30 05:11:38\", // Date and time the tag was created\n                        \"updated_at\": \"2021-09-30 05:11:38\", // Date and time of the last keyword ranking update ran\n                        \"keywords_count\": 6 // The total number of active keywords in the tag\n                    },\n                    {\n                        \"id\": 27728,\n                        \"project_id\": 3057417,\n                        \"name\": \"Walt Disney\",\n                        \"created_at\": \"2021-09-30 05:12:02\",\n                        \"updated_at\": \"2021-09-30 05:12:02\",\n                        \"keywords_count\": 4\n                    }\n                ],\n                \"keywords_last_updated_at\": \"2023-04-14T07:17:52-04:00\", // Last date and time the keyword ranking data in the main project and tags were updated\n                \"notes_count\": 0, // Number of notes present in the historical charts\n                \"updated_at\": \"2021-05-11T09:49:33-04:00\", // Dae and time of last note updae\n                \"password\": null, // Project or group’s password to access shared ViewKey links\n                \"company_name\": null, // Company name for the project or group’s branded reports\n                \"company_desc\": null, // Company description for the project or group’s branded reports\n                \"company_link\": null, // Company website URL for the project or group’s branded reports\n                \"company_logo\": null, // Company logo for the project or group’s branded reports\n                \"sov_view_key\": false, // Indicated if Share of Voice is visible in shared ViewKeys\n            }\n        },\n        {\n            \"type\": \"group\",\n            \"id\": \"Disney[sub]Disney Classics\", // Example of a group. Identifier is the [sub] text\n            \"attributes\": {\n                \"project_id\": 3144454,\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"name\": \"Disney[sub]Disney Classics\",\n                \"keywords_count\": {\n                    \"ACTIVE\": 4\n                },\n                \"keywords_last_updated_at\": \"2023-04-14T06:18:57-04:00\",\n                \"shortkey\": \"rDSNGGf\",\n                \"notes_count\": 0,\n                \"updated_at\": \"2021-08-19T09:21:37-04:00\",\n                \"crawled_at\": 1681467537,\n                \"password\": null,\n                \"company_name\": null,\n                \"company_desc\": null,\n                \"company_link\": null,\n                \"company_logo\": null,\n                \"sov_view_key\": false,\n                \"url\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"d3a75e2e-d357-482c-97f5-fd9decd8c13d"},{"name":"Fetch single project or group details","id":"33404937-2b02-488f-9da0-792d461b2c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.keyword.com/api/v2/groups/{{project_name}}","description":"<p>This call is used to retrieve a single project’s summary of groups, tags and number of keywords. It will also provide you with the PROJECT AUTH KEY which is required to collect detailed project and keyword data.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"ac3b0be6-d572-4a4b-ad62-9683da721ca0","name":"Fetch single project or group details","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.keyword.com/api/v2/groups/disney"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 11:48:53 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b83f6481be29c85-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"group\", // By default this is always ‘group’\n        \"id\": \"Disney\", // This is the project or group name. Groups are identified by the text [sub] and include the main project name. for example, Project: Disney  or Group: Disney [sub] Disney Classics\n        \"attributes\": {\n            \"project_id\": 3057417, // Unique identifier of the project or group\n            \"auth\": \"9d8by579d8by579d8by5769d8by574\", // The project or group auth key. \n            \"name\": \"Disney\", // Project name\n            \"keywords_count\": { \n                \"ACTIVE\": 11 // Indicates the number of active keywords in the project or group\n            },\n            \"tags_count\": 2, // Indicated the number of tags in the project or group\n            \"tags\": [\n                {\n                    \"id\": 27727, // Unique identifier for the tag\n                    \"project_id\": 3057417, // The project or group’s unique id\n                    \"name\": \"Disney\", // Tag name\n                    \"created_at\": \"2021-09-30 05:11:38\", // Date and time the tag was created   \n                    \"updated_at\": \"2021-09-30 05:11:38\" // Date and time of the last keyword ranking update ran\n                },\n                {\n                    \"id\": 26502,\n                    \"project_id\": 3057417,\n                    \"name\": \"Donald Duck\",\n                    \"created_at\": \"2021-08-27 05:34:55\",\n                    \"updated_at\": \"2021-08-27 05:34:55\"\n                }\n            ],\n            \"keywords_last_updated_at\": \"2023-04-15T06:13:22-04:00\", // Last date and time the keyword ranking data in the main project and tags were updated\n            \"notes_count\": 0, // Number of notes present in the historical charts\n            \"updated_at\": \"2021-05-11T09:49:33-04:00\", // Date and time notes were last updated\n            \"password\": null, // Project or group’s password to access shared ViewKey links\n            \"company_name\": null, // Company name for the project or group’s branded reports\n            \"company_desc\": null, // Company description for the project or group’s branded reports\n            \"company_link\": null, // Company website URL for the project or group’s branded reports\n            \"company_logo\": null, // Company logo for the project or group’s branded reports\n            \"sov_view_key\": false, // Indicated if Share of Voice is visible in shared ViewKeys\n        }\n    }\n}"}],"_postman_id":"33404937-2b02-488f-9da0-792d461b2c1f"},{"name":"Delete single project or group","id":"916a24fc-324c-438b-9ab8-036aaa7763bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}","description":"<p>This call will delete a single project or group.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"03d78a63-7585-4288-905e-98d8d1ba74ea","name":"Delete single project or group","originalRequest":{"method":"DELETE","header":[],"url":"https://app.keyword.com/api/v2/groups/Disney"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 12:03:16 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b840b5cfac13ae1-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"title\": \"Group has been deleted\",\n        \"code\": \"1002\",\n        \"extra_data\": []\n    }\n}"}],"_postman_id":"916a24fc-324c-438b-9ab8-036aaa7763bc"},{"name":"On demand refresh of keywords by project","id":"0f49b007-ce97-43ea-823f-7d5e3bcaf446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"include_sub_groups\": true, // Mark as true if you want to refresh all the keywords in the project and groups\n    \"project_ids\": [{{project_id_list}}] // List of project ids that need to be refreshed \n}\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/refresh","description":"<p>Use this call to run an on demand update for all the keywords in a project or group.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","keywords","refresh"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"b97022fd-21a0-4016-91c4-c29cdea3a7dc","name":"On demand refresh of keywords in a single project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"includeSubProject\": true, \n    \"projectName\": \"Disney\" \n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 12:12:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b841948ca4807d1-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have 3934 keyword refreshes left.\" // Indicates how many on demand refreshes you have left for the day\n}"}],"_postman_id":"0f49b007-ce97-43ea-823f-7d5e3bcaf446"},{"name":"On demand refresh of all keywords in multiple projects","id":"bf9be10a-3bb4-411f-9c09-69495e6a3346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"project_ids\": [\n            \"id-1\", // Project ID\n            \"id-2\" // Project ID\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/refresh","description":"<p>Use this call to run an on demand update for all the keywords in a project or group.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","keywords","refresh"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"b9a72639-19f8-4bc4-bc55-c1fc1a7bfaca","name":"On demand refresh of keywords in a single project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"includeSubProject\": true, \n    \"projectName\": \"Disney\" \n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 12:12:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b841948ca4807d1-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have 3934 keyword refreshes left.\" // Indicates how many on demand refreshes you have left for the day\n}"}],"_postman_id":"bf9be10a-3bb4-411f-9c09-69495e6a3346"},{"name":"List tracked regions for project or group","id":"89ae8807-6d6b-4c3d-8182-b9af70ba8296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/regions","description":"<p>Use this call to get a list of all the regions your are tracking in this project with the count of number of keywords per region.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","regions"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"e8ad4a53-6a42-44d9-9ca1-7c23c362fddb","name":"List tracked regions for project or group","originalRequest":{"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/regions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 13:31:14 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b848c3a0e0b20ba-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"region\": \"google.com\", // Tracked Google region\n            \"lang\": \"en\", // Language\n            \"type\": \"se\", // Search Engine\n            \"total\": 6 // Number of keywords tracked in this region\n        },\n        {\n            \"region\": \"google.com.au\",\n            \"lang\": \"en-au\",\n            \"type\": \"se\",\n            \"total\": 1\n        },\n        {\n            \"region\": \"google.es\",\n            \"lang\": \"es\",\n            \"type\": \"se\",\n            \"total\": 1\n        }\n    ]\n}"}],"_postman_id":"89ae8807-6d6b-4c3d-8182-b9af70ba8296"},{"name":"Create project","id":"5c001bca-63e7-46e6-a21d-e6e94c77da63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"data\":\n    {\"type\":\"project\",\n        \"attributes\":\n            {\"category\":\"{{project_name}}\", // Project name\n            \"currency_code\":\"{{reporting_currency}}\" // Reporting currency 3-letter code\n            }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups","description":"<p>Use this endpoint to create a single project in your Keyword.com account</p>\n","urlObject":{"protocol":"https","path":["api","v2","groups"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"2fb30e79-34ff-403e-b477-991b57bcc8eb","name":"Create project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"data\":\n    {\"type\":\"project\",\n        \"attributes\":\n            {\"category\":\"audi\", // Project name\n            \"currency_code\":\"GBP\" // Reporting currency 3-letter code\n            }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2024 13:22:36 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"88e83b8e2a335944-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"group\",\n        \"id\": \"audi\", // Project name\n        \"attributes\": {\n            \"project_id\": 3698242, // Project_id\n            \"auth\": \"4857y4iurbfwekjfrbkebrq\", \n            \"name\": \"audi\", // Project name\n            \"keywords_count\": [], // Number of keywords in project\n            \"tags_count\": 0, // Number of tags in the project\n            \"tags\": [], // List of tags\n            \"keywords_last_updated_at\": null,\n            \"shortkey\": \"RfVyHsg\",\n            \"notes_count\": 0,\n            \"updated_at\": \"2024-06-04T13:22:35+00:00\",\n            \"crawled_at\": null,\n            \"password\": null,\n            \"company_name\": null,\n            \"company_desc\": null,\n            \"company_link\": null,\n            \"company_logo\": null,\n            \"sov_view_key\": false,\n            \"url\": null,\n            \"currency_code\": \"GBP\", // Reporting currency\n            \"project_overview_settings\": {\n                \"project_metrics\": {\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                \"keywords_in_top\": {\n                    \"visible\": true,\n                    \"order\": 1\n                },\n                \"sov\": {\n                    \"visible\": true,\n                    \"order\": 2\n                },\n                \"visibility\": {\n                    \"visible\": true,\n                    \"order\": 3\n                },\n                \"estimated_traffic\": {\n                    \"visible\": true,\n                    \"order\": 4\n                },\n                \"top_pages\": {\n                    \"visible\": true,\n                    \"order\": 5\n                },\n                \"organic_traffic_acquisition\": {\n                    \"visible\": true,\n                    \"order\": 6\n                },\n                \"serp_feature_performance\": {\n                    \"visible\": true,\n                    \"order\": 7\n                },\n                \"keywords_by_intent\": {\n                    \"visible\": true,\n                    \"order\": 8\n                },\n                \"average_rank\": {\n                    \"visible\": true,\n                    \"order\": 9\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"5c001bca-63e7-46e6-a21d-e6e94c77da63"},{"name":"Create group in project","id":"b5ef6c92-83c0-4e59-92a7-3f8ab9420e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"data\":\n    {\"type\":\"project\",\"attributes\":\n        {\"category\":\"{{group_name}}\", // Format = \"project_name[sub]group_name\" e.g \"Disney[sub]Theme Parks\" - Theme Parks being the group of Disney Project\n        \"currency_code\":\"{{reporting_currency}}\"} // Reporting currency\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups","description":"<p>This endpoint allows you to create a group within an existing project.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","groups"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"c609eedc-3fe6-4eff-89bd-691e2cf69a92","name":"Create group in project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"data\":\n    {\"type\":\"project\",\"attributes\":\n        {\"category\":\"Disney[sub]Snow White\", // Format = \"project_name[sub]group_name\" e.g \"Disney[sub]Theme Parks\" - Theme Parks being the group of Disney Project\n        \"currency_code\":\"USD\"} // Reporting currency\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2024 13:39:56 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"88e854f3bbc23b8f-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"group\",\n        \"id\": \"Disney[sub]Snow White\", // Group name\n        \"attributes\": {\n            \"project_id\": 3698246, // Group ID\n            \"auth\": \"b040dfe74errererewrereeeec52\",\n            \"name\": \"Disney[sub]Snow White\", // Group name\n            \"keywords_count\": [],\n            \"tags_count\": 0,\n            \"tags\": [],\n            \"keywords_last_updated_at\": null,\n            \"shortkey\": \"I676jGj\",\n            \"notes_count\": 0,\n            \"updated_at\": \"2024-06-04T13:39:56+00:00\",\n            \"crawled_at\": null,\n            \"password\": null,\n            \"company_name\": null,\n            \"company_desc\": null,\n            \"company_link\": null,\n            \"company_logo\": null,\n            \"sov_view_key\": false,\n            \"url\": null,\n            \"currency_code\": \"USD\", // Reporting currency\n            \"project_overview_settings\": {\n                \"project_metrics\": {\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                \"keywords_in_top\": {\n                    \"visible\": true,\n                    \"order\": 1\n                },\n                \"sov\": {\n                    \"visible\": true,\n                    \"order\": 2\n                },\n                \"visibility\": {\n                    \"visible\": true,\n                    \"order\": 3\n                },\n                \"estimated_traffic\": {\n                    \"visible\": true,\n                    \"order\": 4\n                },\n                \"top_pages\": {\n                    \"visible\": true,\n                    \"order\": 5\n                },\n                \"organic_traffic_acquisition\": {\n                    \"visible\": true,\n                    \"order\": 6\n                },\n                \"serp_feature_performance\": {\n                    \"visible\": true,\n                    \"order\": 7\n                },\n                \"keywords_by_intent\": {\n                    \"visible\": true,\n                    \"order\": 8\n                },\n                \"average_rank\": {\n                    \"visible\": true,\n                    \"order\": 9\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"b5ef6c92-83c0-4e59-92a7-3f8ab9420e08"},{"name":"Archive single project or group","id":"5c9c6441-3b56-4de6-9eaa-a0103ed2e00a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"group\", // Do not change - for backlend use\n        \"attributes\": {\n            \"status\": 2 // Sets project or group to Archive state\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups/{{project_name}}","description":"<p>Sets the project status to “Archived.” The project will remain in the “Archived” state until it is either restored or permanently deleted.</p>\n<p><strong>Important Notes:</strong></p>\n<ol>\n<li><p>The group name must follow the required naming convention and include [sub] when submitting the request.</p>\n</li>\n<li><p>Ensure the parent project is created <strong>before</strong> adding groups to it.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c9c6441-3b56-4de6-9eaa-a0103ed2e00a"},{"name":"Restore project or group from the archive","id":"390761da-aab1-4042-8361-78229739e14b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/undo/archive","description":"<p>This endpoint allows users to restore archived projects or groups. Once restored, the associated keywords will automatically update during the next scheduled automatic cycle. If an immediate update is needed, users can trigger an on-demand request for the restored project.</p>\n<p>Important Notes:</p>\n<ul>\n<li>The group name must follow the required naming convention and include [sub] when submitting the request.</li>\n<li>Ensure the parent project is created before adding groups to it.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","undo","archive"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"390761da-aab1-4042-8361-78229739e14b"},{"name":"Get keyword movement metrics for project, group or tag","id":"0e9b2d5d-e359-4686-b50e-8def51186112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/metrics?tagId={{tag_id}}&timeframe={{metric_time_frame}}","description":"<h3 id=\"get-apiv2groupsproject_namemetrics\">GET /api/v2/groups/{{project_name}}/metrics</h3>\n<p>This endpoint retrieves metrics for a specific group within a project.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Path Parameters<ul>\n<li><code>project_name</code> (string, required): The name of the project.</li>\n</ul>\n</li>\n<li>Query Parameters<ul>\n<li><code>tagId</code> (string, required): The ID of the tag.</li>\n<li><code>timeframe</code> (string, required): The time frame for the metrics.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request follows the JSON schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"type\": \"\",\n    \"id\": \"\",\n    \"attributes\": {\n      \"ranges\": [\n        {\n          \"daily\": {\n            \"count\": 0,\n            \"change\": 0,\n            \"status\": \"\"\n          },\n          \"weekly\": {\n            \"count\": 0,\n            \"change\": 0,\n            \"status\": \"\"\n          },\n          \"monthly\": {\n            \"count\": 0,\n            \"change\": 0,\n            \"status\": \"\"\n          },\n          \"semester\": {\n            \"count\": 0,\n            \"change\": 0,\n            \"status\": \"\"\n          },\n          \"yearly\": {\n            \"count\": 0,\n            \"change\": 0,\n            \"status\": \"\"\n          },\n          \"life\": {\n            \"count\": 0,\n            \"change\": 0,\n            \"status\": \"\"\n          },\n          \"count\": 0,\n          \"title\": \"\"\n        }\n      ],\n      \"movements\": {\n        \"daily\": {\n          \"up\": 0,\n          \"down\": 0,\n          \"tie\": 0\n        },\n        \"weekly\": {\n          \"up\": 0,\n          \"down\": 0,\n          \"tie\": 0\n        },\n        \"monthly\": {\n          \"up\": 0,\n          \"down\": 0,\n          \"tie\": 0\n        },\n        \"semester\": {\n          \"up\": 0,\n          \"down\": 0,\n          \"tie\": 0\n        },\n        \"yearly\": {\n          \"up\": 0,\n          \"down\": 0,\n          \"tie\": 0\n        },\n        \"life\": {\n          \"up\": 0,\n          \"down\": 0,\n          \"tie\": 0\n        }\n      },\n      \"chart\": null,\n      \"total\": 0\n    }\n  }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","metrics"],"host":["app","keyword","com"],"query":[{"key":"tagId","value":"{{tag_id}}"},{"description":{"content":"<p>Options: daily, weekly, monthly, semester (6m), yearly, life</p>\n","type":"text/plain"},"key":"timeframe","value":"{{metric_time_frame}}"}],"variable":[]}},"response":[{"id":"726052e9-3978-47c4-8621-ddc436ee93ac","name":"Get keyword movement metrics for project, group or tag","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.keyword.com/api/v2/groups/00-keyword.com/metrics?tagId=34486&timeframe=daily","protocol":"https","host":["app","keyword","com"],"path":["api","v2","groups","00-keyword.com","metrics"],"query":[{"key":"tagId","value":"34486"},{"key":"timeframe","value":"daily","description":"Options: daily, weekly, monthly, semester (6m), yearly, life"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 11:54:10 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"937e9a648f908f28-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"cf-apo-via","value":"origin,host"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"metrics\",\n        \"id\": \"00-Keyword.com\",\n        \"attributes\": {\n            \"ranges\": [\n                {\n                    \"daily\": {\n                        \"count\": 5,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"weekly\": {\n                        \"count\": 5,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"monthly\": {\n                        \"count\": 5,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"semester\": {\n                        \"count\": 5,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"yearly\": {\n                        \"count\": 5,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"life\": {\n                        \"count\": 7,\n                        \"change\": -2,\n                        \"status\": \"down\"\n                    },\n                    \"count\": 5,\n                    \"title\": \"Top 3\"\n                },\n                {\n                    \"daily\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"weekly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"monthly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"semester\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"yearly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"life\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"count\": 7,\n                    \"title\": \"Top 5\"\n                },\n                {\n                    \"daily\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"weekly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"monthly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"semester\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"yearly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"life\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"count\": 7,\n                    \"title\": \"Top 10\"\n                },\n                {\n                    \"daily\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"weekly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"monthly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"semester\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"yearly\": {\n                        \"count\": 7,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"life\": {\n                        \"count\": 8,\n                        \"change\": -1,\n                        \"status\": \"down\"\n                    },\n                    \"count\": 7,\n                    \"title\": \"Top 20\"\n                },\n                {\n                    \"daily\": {\n                        \"count\": 9,\n                        \"change\": 1,\n                        \"status\": \"up\"\n                    },\n                    \"weekly\": {\n                        \"count\": 10,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"monthly\": {\n                        \"count\": 10,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"semester\": {\n                        \"count\": 10,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"yearly\": {\n                        \"count\": 10,\n                        \"change\": 0,\n                        \"status\": \"tie\"\n                    },\n                    \"life\": {\n                        \"count\": 9,\n                        \"change\": 1,\n                        \"status\": \"up\"\n                    },\n                    \"count\": 10,\n                    \"title\": \"Top 100\"\n                }\n            ],\n            \"movements\": {\n                \"daily\": {\n                    \"up\": 2,\n                    \"down\": 0,\n                    \"tie\": 9\n                },\n                \"weekly\": {\n                    \"up\": 0,\n                    \"down\": 0,\n                    \"tie\": 11\n                },\n                \"monthly\": {\n                    \"up\": 0,\n                    \"down\": 0,\n                    \"tie\": 11\n                },\n                \"semester\": {\n                    \"up\": 0,\n                    \"down\": 0,\n                    \"tie\": 11\n                },\n                \"yearly\": {\n                    \"up\": 0,\n                    \"down\": 0,\n                    \"tie\": 11\n                },\n                \"life\": {\n                    \"up\": 3,\n                    \"down\": 7,\n                    \"tie\": 1\n                }\n            },\n            \"chart\": null,\n            \"total\": 11\n        }\n    }\n}"}],"_postman_id":"0e9b2d5d-e359-4686-b50e-8def51186112"}],"id":"5fcdfe2b-4711-4665-86cd-336c5cfc5f7f","description":"<p>Projects are how we keep your keywords organized in Keyword.com. These API operations will allow you to fetch project details, delete projects and their related keywords, and to perform on demand refreshes to the project and all their related keywords.</p>\n","_postman_id":"5fcdfe2b-4711-4665-86cd-336c5cfc5f7f","auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":true,"source":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","type":"collection"}}},{"name":"Keywords","item":[{"name":"Add keywords to project or group","id":"fabbac5f-4346-4d12-b827-d9fe475a24e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"data\":[\n{\n\"type\":\"keyword\", // Always set to 'keyword'\n\"attributes\":{\n\"category\":\"Disney\", // Project name\n\"ignore_local\":true, // Set if you want to ignore local listings or include in the rank results\n\"near\":\"\", // Location\n\"source\":1, // Set to 1 to indicate that keyword was added with the API\n\"gmb\":\"\", // Google My Business name (must be exact)\n\"url\":\"disney.com\", // Tracked URL - if you enter user as keyword.com without a / at the end, it will track the broad domain. If there is a / in the url it will track that exact domain\n\"region\":\"google.com\", // Google region\n\"language\":\"en\", // Language\n\"tags\":[], // Add tags\n\"type\":\"se\", // Set the device type se=desktop, sem=mobile\n\"url_tracking_method\": \"broad\", // set to \"broad\" or \"Exact\"  \n\"ignore_sub_domains\": false, // set if you want to ignore the sub-domains while tracking\n\"kw\":\"Jungle Book\" // Keyword - 150 character limit\n}\n}\n]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords","description":"<p>Add keywords to project or group. The response will include details of the keywords, but will not include tracking data and keyword metrics. Those are being updated in the background.</p>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"a9e32d4f-f2cb-4ebb-9361-7b61ea265ddb","name":"Add keywords to project or group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"data\":[\n{\n\"type\":\"keyword\",\n\"attributes\":{\n\"category\":\"Disney\",\n\"ignore_local\":true,\n\"near\":\"\",\n\"gmb\":\"\",\n\"url\":\"disney.com\",\n\"region\":\"google.com\",\n\"language\":\"en\",\n\"tags\":[],\n\"type\":\"se\",\n\"kw\":\"Jungle Book\"\n}\n}\n]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups/Disney/keywords"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 12:27:55 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Content-Length","value":"901"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b842f78bd64821e-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\", \n            \"id\": \"246481552\", // Unique keyword id\n            \"attributes\": {\n                \"project_id\": 3141213, // Project unique id\n                \"category\": \"Intirol\", // Project name\n                \"url\": \"disney.com\", // Tracked domain  - if you enter user as keyword.com without a / at the end, it will track the broad domain. If there is a / in the url it will track that exact domain\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\", // Unique PROJECT AUTHKEY used to retrieve project data\n                \"kw\": \"jungle book\", // Keyword\n                \"start\": null, // Starting rank - will populae afer keyword has been racked\n                \"notes\": null, // Keyword notes\n                \"tags_count\": 0, // Number of tags linked to keyword\n                \"tags\": [],\n                \"tag\": null,//Tag name\n                \"region\": \"google.com\", // Google region\n                \"language\": \"en\", // Tracked language\n                \"in_featured\": false, // Indicates if domain is rannking in featured snippets\n                \"has_featured\": false, // Indicates if keyword has any featured snippets\n                \"has_featured_url\": null, // Indicates if domain is featured\n                \"ignore_local\": true, // Indicates is local listings are ignored or tracked\n                \"ignore_featured\": true, // Indicates if keyword tracking is set to ignore featured snippet\n                \"url_tracking_method\": \"broad\", // Indicated if we track the Exact or Broad url\n                \"exact\": false, // Indicates if you are tracking 'exac' or 'broad' domain for keyword\n                \"type\": \"se\", // Set to 'se' \n                \"gmb\": null, // Google My Business\n                \"near\": null, // Locaion\n                \"isfav\": false, // Indicates if keyword is set to favorite\n                \"status\": \"ACTIVE\", // Keyword state\n                \"clicks\": 14, // Average number of clicks (Google Search Console) - If Google Console account not linked results will be displayed as \"-1\"\n                \"impressions\": -1,  // Impressions metri=c (Google Search Console) - If Google Console account not linked results will be displayed as \"-1\"\n                \"ctr\": 0.53, // Click Through Rae (Google Search Console) - If Google Console account not linked results will be displayed as \"-1\"\n                \"ms\": 53422, // (Monthly search volume)\n                \"competition\": \"Low\", // Competition metric (GoogleAds)\n                \"cpc\": 4.21, // Average cos per click in US Dollars (GoogleAds)\n                \"gpage\": null, // Google page\n                \"features\": [], \n                \"grank\": null, // Current Google rank\n                \"grank_int\": 5, // The numeric value of rank - If OTR it will show 0\n                \"best\": null, // Bes ranking posiion since sart\n                \"seocomp\": null,\n                \"in_local_pack\": false, // Indicates if ranking in local pack\n                \"rankingurl\": \"NOT FOUND\", // URL that is ranking\n                \"grankhistory\": null, // Historic ranking\n                \"trends\": {\n                    \"day\": 0, // Daily keyword movement\n                    \"week\": 0, // Weekly keyword movement\n                    \"month\": 0, // Monthly keyword movement\n                    \"life\": 0 // Lifetime movement\n                },\n                \"updated_at\": \"2023-04-15T08:27:55-04:00\", // Last changes made to keyword\n                \"crawled_at\": null // Date and time keyword rank weas updated\n            }\n        }\n    ],\n    \"meta\": {\n        \"title\": \"1 keyword has been added\", // Indicated how many keywords were added\n        \"counts\": {\n            \"duplicates\": 0, // Indicates if there is a duplicate\n            \"added\": 1 // Succesfully added keyword count\n        }\n    }\n}"}],"_postman_id":"fabbac5f-4346-4d12-b827-d9fe475a24e4"},{"name":"Add bulk keywords to project or group","id":"5f281ce0-073e-48e6-867f-03021932e66c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\", // Set to 'keyword'\n            \"attributes\": {\n                \"category\": \"Disney\", // Project name\n                \"ignore_local\": true, // Set if you want to ignore local listings\n                \"near\": \"\", // Location\n                \"source\": 1, // Set to 1\n                \"gmb\": \"\", // Google My Business name (must be exact)\n                \"url\": \"disney.com\", // Tracked URL\n                \"region\": \"google.com\", // Google region\n                \"language\": \"en\", // Language\n                \"tags\": [ // List of tags you want to link to the keyword\n                    \"Walt Disney\", \n                    \"Fantasy Land\"\n                ],\n                \"type\":\"se\", // Set the device type se=desktop, sem=mobile\n                \"url_tracking_method\": \"exact\", // set to \"broad\" or \"Exact\" \n                \"ignore_sub_domains\": false, // set if you want to ignore the sub-domains while tracking\n                \"kw\": \"Olaf\" // keyword - 150 character limit\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Disney\",\n                \"ignore_local\": true,\n                \"near\": \"\",\n                \"source\": 3,\n                \"gmb\": \"\",\n                \"url\": \"disney.com\",\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"tags\": [\n                    \"Donald Duck\"\n                ],\n                \"type\": \"se\",\n                \"kw\": \"Tinkerbell\"\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Disney\",\n                \"ignore_local\": true,\n                \"near\": \"\",\n                \"source\": 3,\n                \"gmb\": \"\",\n                \"url\": \"disney.com\",\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"tags\": [],\n                \"type\": \"se\",\n                \"kw\": \"Pocahantas\"\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Disney\",\n                \"ignore_local\": true,\n                \"near\": \"\",\n                \"source\": 3,\n                \"gmb\": \"\",\n                \"url\": \"disney.com\",\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"tags\": [],\n                \"type\": \"se\",\n                \"kw\": \"Baloo\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords","description":"<p>Add many keywords with different domains and settings in one request.</p>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"f2134845-332a-4ee1-84f7-61597d18954e","name":"Add bulk keywords to project or group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\",  \n            \"attributes\": {\n                \"category\": \"Disney\",  \n                \"ignore_local\": true,  \n                \"near\": \"\",  \n                \"source\": 3, \n                \"gmb\": \"\",  \n                \"url\": \"disney.com\", \n                \"region\": \"google.com\",  \n                \"language\": \"en\",  \n                \"tags\": [ \n                    \"Walt Disney\", \n                    \"Fantasy Land\"\n                ],\n                \"type\": \"se\",  \n                \"kw\": \"Olaf\"  \n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Disney\",\n                \"ignore_local\": true,\n                \"near\": \"\",\n                \"source\": 3,\n                \"gmb\": \"\",\n                \"url\": \"disney.com\",\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"tags\": [\n                    \"Donald Duck\"\n                ],\n                \"type\": \"se\",\n                \"kw\": \"Tinkerbell\"\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Disney\",\n                \"ignore_local\": true,\n                \"near\": \"\",\n                \"source\": 3,\n                \"gmb\": \"\",\n                \"url\": \"disney.com\",\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"tags\": [],\n                \"type\": \"se\",\n                \"kw\": \"Pocahantas\"\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Disney\",\n                \"ignore_local\": true,\n                \"near\": \"\",\n                \"source\": 3,\n                \"gmb\": \"\",\n                \"url\": \"disney.com\",\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"tags\": [],\n                \"type\": \"se\",\n                \"kw\": \"Baloo\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups/Disney/keywords"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 13:48:48 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b84a5f13de2059c-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [ // Refer to add new keyword call to get definitions\n        {\n            \"type\": \"keyword\",\n            \"id\": \"246483001\", \n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"olaf\",\n                \"source\": 1,\n                \"start\": null,\n                \"notes\": null,\n                \"tags_count\": 2,\n                \"tags\": [\n                    {\n                        \"id\": 27728,\n                        \"project_id\": 3057417,\n                        \"name\": \"Walt Disney\",\n                        \"created_at\": \"2021-09-30 05:12:02\",\n                        \"updated_at\": \"2021-09-30 05:12:02\",\n                        \"keywords_count\": 6,\n                        \"pivot\": {\n                            \"keyword_id\": 246483001,\n                            \"tag_id\": 27728\n                        }\n                    },\n                    {\n                        \"id\": 27729,\n                        \"project_id\": 3057417,\n                        \"name\": \"Fantasy Land\",\n                        \"created_at\": \"2021-09-30 05:21:02\",\n                        \"updated_at\": \"2021-09-30 05:21:02\",\n                        \"keywords_count\": 3,\n                        \"pivot\": {\n                            \"keyword_id\": 246483001,\n                            \"tag_id\": 27729\n                        }\n                    }\n                ],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": null,\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": null,\n                \"competition\": null,\n                \"cpc\": null,\n                \"gpage\": null,\n                \"features\": [],\n                \"grank\": null,\n                \"brank\": 0,\n                \"best\": null,\n                \"yrank\": 0,\n                \"seocomp\": null,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": null,\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2023-04-15T09:48:48-04:00\",\n                \"crawled_at\": null\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"246483002\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"tinkerbell\",\n                \"source\": 3,\n                \"start\": null,\n                \"notes\": null,\n                \"tags_count\": 1,\n                \"tags\": [\n                    {\n                        \"id\": 26502,\n                        \"project_id\": 3057417,\n                        \"name\": \"Donald Duck\",\n                        \"created_at\": \"2021-08-27 05:34:55\",\n                        \"updated_at\": \"2021-08-27 05:34:55\",\n                        \"keywords_count\": 3,\n                        \"pivot\": {\n                            \"keyword_id\": 246483002,\n                            \"tag_id\": 26502\n                        }\n                    }\n                ],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": null,\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": null,\n                \"competition\": null,\n                \"cpc\": null,\n                \"gpage\": null,\n                \"features\": [],\n                \"grank\": null,\n                \"brank\": 0,\n                \"best\": null,\n                \"yrank\": 0,\n                \"seocomp\": null,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": null,\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2023-04-15T09:48:48-04:00\",\n                \"crawled_at\": null\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"246483003\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"pocahantas\",\n                \"source\": 3,\n                \"start\": null,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": null,\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": null,\n                \"competition\": null,\n                \"cpc\": null,\n                \"gpage\": null,\n                \"features\": [],\n                \"grank\": null,\n                \"brank\": 0,\n                \"best\": null,\n                \"yrank\": 0,\n                \"seocomp\": null,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": null,\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2023-04-15T09:48:48-04:00\",\n                \"crawled_at\": null\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"246483004\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"baloo\",\n                \"source\": 3,\n                \"start\": null,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": null,\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": null,\n                \"competition\": null,\n                \"cpc\": null,\n                \"gpage\": null,\n                \"features\": [],\n                \"grank\": null,\n                \"brank\": 0,\n                \"best\": null,\n                \"yrank\": 0,\n                \"seocomp\": null,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": null,\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2023-04-15T09:48:48-04:00\",\n                \"crawled_at\": null\n            }\n        }\n    ],\n    \"meta\": {\n        \"title\": \"4 keywords have been added\",\n        \"counts\": {\n            \"duplicates\": 0,\n            \"added\": 4\n        }\n    }\n}"}],"_postman_id":"5f281ce0-073e-48e6-867f-03021932e66c"},{"name":"Retrieve single keyword data","id":"5291ec20-50a2-4655-a179-dbe210caddae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords/{{keyword_id}}&date={{single_date}}","description":"<p>Use this call to retrieve all the keyword settings and ranking metrics for a single keyword. The keyword_id is the unique identifier of the keyword, which is obtained after you add the keyword.</p>\n<p><strong>You can add the 'date' parameter to retrieve the ranking data for a specific date.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords","{{keyword_id}}&date={{single_date}}"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"761eda7a-55b1-4005-9f69-6a073c7797e0","name":"Retrieve single keyword data","originalRequest":{"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/Disney/keywords/187181871"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 13:02:46 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b846282c81a5848-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"keyword\",\n        \"id\": \"187181871\", // Unique keyword id\n        \"attributes\": {\n            \"project_id\": 3057417, // Unique project id\n            \"category\": \"Disney\", // Project name\n            \"url\": \"disney.com\", // Tracked url\n            \"auth\": \"9d8by579d8by579d8by5769d8by574\", // Project Auth key for ViewKey\n            \"kw\": \"disneyland\", // Keyword\n            \"source\": 3, // Indicates how keyword was added to your project or group (1=API, 2=Keyword suggestions, 3=Manual, 4=Bulk import)\n            \"start\": 76, // Rank when keyword was added\n            \"notes\": null, // Notes added to keyword\n            \"tags_count\": 2, // Number of tags linked to keyword\n            \"tags\": [ \n                {\n                    \"id\": 27727, // Tag is\n                    \"project_id\": 3057417, \n                    \"name\": \"Disney\",\n                    \"created_at\": \"2021-09-30 05:11:38\", // Date tag was created\n                    \"updated_at\": \"2021-09-30 05:11:38\", // Date tag was updated\n                    \"pivot\": {\n                        \"keyword_id\": 187181871, // Keyword id\n                        \"tag_id\": 27727\n                    }\n                },\n                }\n            ],\n            \"tag\": null,\n            \"region\": \"google.com\", // Tracked Google region\n            \"language\": \"en\", // tracked language\n            \"in_featured\": false, // Is url found in features snippet\n            \"has_featured\": false, // Indicates if Featured Snippets were found\n            \"has_featured_url\": \"\", // Show the featured url\n            \"ignore_local\": true, // Indicates if you are are tracking local packs as organic results\n            \"included_in_sov\": true, // Indicates if the keyword is included in share of voice calculations\n            \"ignore_featured\": true,\n            \"exact\": false, // Indicates if you are tracking the exact url \n            \"type\": \"se\", // Keyword type (se=desktop, sem=mobile, maps=maps)\n            \"gmb\": null, // Tracked Google Business name\n            \"near\": null, // Tracked location\n            \"isfav\": true, // Indicates if this is a favorite\n            \"status\": \"ACTIVE\", // Keyword status\n            \"clicks\": -1, // Google Search Console metric - Average clicks - If Google Console account not linked results will be displayed as \"-1\"\n            \"impressions\": -1, // Google Search Console metric - Impressions - If Google Console account not linked results will be displayed as \"-1\"\n            \"ctr\": -1, // Google Search Console metric - CTR - If Google Console account not linked results will be displayed as \"-1\"\n            \"ms\": 1830000, // Monthly search volume\n            \"cpc\": 0.44279999999999997, // Cost per click in predefined currency (see currency symbol attribute)\n            \"competition\": 0.34, // Keyword competition metric\n            \"gpage\": 1, // Google page number\n            \"serp_features\": { // Indiucates the found SERP features on the page. and if you are featured it shows a 1\n                \"knowledge_panel\": false,\n                \"reviews\": 1,\n                \"site_links\": 0,\n                \"ppl_also_ask\": 1,\n                \"top_stories\": 0,\n                \"ads\": 0\n            },\n            \"grank\": 10, // Current Google rank position\n            \"grank_int\": 5, // The numeric value of rank - If OTR it will show 0\n            \"brank\": 0, // NOT USED\n            \"best\": 3, // Best rank of all time\n            \"yrank\": 0, // NOT USED\n            \"seocomp\": 270000000, // Indicated the number of search results for that keyword\n            \"in_local_pack\": false, // Indicates if ranking in local pack\n            \"rankingurl\": \"https://www.disney.com/\", // Ranking url\n            \"grankhistory\": [ // Rank history\n                10, \n                9,\n                10,\n                10,\n                6,\n                8,\n                11,\n                12,\n                6,\n                8,\n                9,\n                7,\n                10,\n                6,\n                10,\n                8,\n                9,\n                8,\n                17,\n                13,\n                23,\n                18,\n                14,\n                18,\n                6,\n                8,\n                7,\n                11,\n                10,\n                8,\n                10\n            ],\n            \"trends\": {\n                \"day\": -1, // 1 day keyword movement\n                \"week\": 2, // 1 week keyword movement\n                \"month\": 0, // 30 days keyword movement\n                \"life\": 66 // Lifetime keyword movement\n            },\n            \"crawled_at\": 1716770343, // Timestamp of last update\n            \"updated_at\": \"2021-05-11T09:49:48+00:00\", // Date and time of last update\n            \"is_paginated\": 2,\n            \"currency_symbol\": \"€\", // CPC currency\n            \"search_intents\": { // Search intent % match to intent\n                \"commercial\": 0.53532242, \n                \"informational\": 0.847743,\n                \"navigational\": null,\n                \"transactional\": null\n            }\n        }\n    }\n}"}],"_postman_id":"5291ec20-50a2-4655-a179-dbe210caddae"},{"name":"Retrieve all keywords and their data in project or group","id":"51b4d84b-9683-4444-9b6c-0300a7d1276e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords/?per_page=250&page&date={{single_date}}","description":"<p>Use this endpoint to fetch all keyword settings and ranking metrics for a specific <strong>group</strong> or <strong>project</strong>. This includes each keyword’s configuration, rank history, and associated metrics.</p>\n<p>By default, the API returns <strong>20 results per page</strong>. However, for best performance—especially when dealing with large datasets—we recommend setting the per_page parameter to <strong>250</strong> and paginating through results using the page parameter.</p>\n<h4 id=\"example-for-a-group-or-project-with-500-keywords\"><strong>Example for a group or project with 500 keywords:</strong></h4>\n<ul>\n<li><p><strong>Request 1:</strong></p>\n<p>  <code>https://app.keyword.com/api/v2/groups/[project_name]/keywords/?per_page=250&amp;page=1</code></p>\n</li>\n<li><p><strong>Request 2:</strong></p>\n<p>  <code>https://app.keyword.com/api/v2/groups/[project_name]/keywords/?per_page=250&amp;page=2</code></p>\n</li>\n</ul>\n<p>This method ensures faster responses and minimizes server load while retrieving bulk keyword data.</p>\n<blockquote>\n<p>⚠️ Note: If per_page is not specified, the default is 20 results per page. </p>\n</blockquote>\n<p>You can obtain each keyword_id after you’ve added a keyword to a group or project. This ID is used for other actions like updating or refreshing a specific keyword.</p>\n<p><strong>You can also collect the data for a single date by using the 'date' parameter.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords",""],"host":["app","keyword","com"],"query":[{"description":{"content":"<p>250</p>\n","type":"text/plain"},"key":"per_page","value":"250"},{"key":"page","value":null},{"key":"date","value":"{{single_date}}"}],"variable":[]}},"response":[{"id":"3893e334-437a-4a73-9163-90399a53f223","name":"Retrieve all keywords and their data in project or group","originalRequest":{"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/Disney/keywords/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 13:23:06 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b84804a8c437fb8-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\",\n            \"id\": \"187181871\", // Unique keyword id\n            \"attributes\": {\n                \"project_id\": 3057417, // Project or group id\n                \"category\": \"Disney\", // Project name\n                \"url\": \"disney.com\", // Tracked URL\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\", // Project Auth key for ViewKey\n                \"kw\": \"disneyland\", // Keyword\n                \"source\": 3,  // Indicates how keyword was added to your project or group (1=API, 2=Keyword suggestions, 3=Manual, 4=Bulk import)\n                \"start\": 76, // Keyword rank when keyword was added\n                \"notes\": null, // Keyword notes\n                \"tags_count\": 0, // Number of tags linked to keyword\n                \"tags\": [], \n                \"tag\": null, // Tag linked to keyword\n                \"region\": \"google.com\", // Google region\n                \"language\": \"en\", // Language\n                \"in_featured\": false, // Indicates if domain is rannking in featured snippets\n                \"has_featured\": false, // Indicates if keyword has any featured snippets\n                \"has_featured_url\": \"\", // Indicates if domain is featured\n                \"ignore_local\": true, // Indicates is local listings are ignored or tracked\n                \"ignore_featured\": true, // Indicates if keyword tracking is set to ignore featured snippet\n                \"exact\": false, // Indicates if you are tracking 'exac' or 'broad' domain for keyword\n                \"type\": \"se\", // Set to 'se' \n                \"gmb\": null, // Google My Bysiness\n                \"near\": null, // Location\n                \"isfav\": true, // Indicates if keyword is set to favorite\n                \"status\": \"ACTIVE\", // Keyword state\n                \"clicks\": 22, // Average number of clicks (Google Search Console) - If Google Console account not linked results will be displayed as \"-1\"\n                \"impressions\": -1, // Impressions metri=c (Google Search Console) - If Google Console account not linked results will be displayed as \"-1\"\n                \"ctr\": 1.34, // Click Through Rate (Google Searxh Console)\n                \"ms\": 1500000, // Monthly search volume\n                \"competition\": 0.073667314, // Competition metric (GoogleAds)\n                \"cpc\": 0.83, // Average cos per click in US Dollars (GoogleAds)\n                \"gpage\": 1, // Google Page\n                \"features\": [],\n                \"grank\": 10, // Current Google Rank position\n                \"grank_int\": 5, // The numeric value of rank - If OTR it will show 0\n                \"brank\": 0, // Not used\n                \"best\": 5, // Best ranking position since start\n                \"yrank\": 0, // Not used\n                \"seocomp\": 193000000, // Indicated the number of search results for that keyword \n                \"in_local_pack\": false, // Indicates if ranking in local pack\n                \"rankingurl\": \"https://www.disney.com/\", // URL that is ranking\n                \"grankhistory\": [ // Ranking history\n                    10,\n                    14,\n                    13,\n                    14,\n                    10,\n                    10,\n                    12,\n                    11,\n                    10,\n                    11,\n                    11,\n                    12,\n                    7,\n                    11,\n                    9,\n                    9,\n                    11,\n                    12,\n                    11,\n                    7,\n                    10,\n                    8,\n                    7,\n                    10,\n                    9,\n                    10,\n                    10,\n                    8,\n                    8\n                ],\n                \"trends\": { // Keyword movement\n                    \"day\": 4,\n                    \"week\": 2,\n                    \"month\": -2,\n                    \"life\": 66\n                },\n                \"updated_at\": \"2021-05-11T09:49:48-04:00\", // Last date and time keyword was edited\n                \"crawled_at\": 1681575247 // Last time keyword rank was updated\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"196460452\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"escape to fantasy land where magical dreams are made to come true\",\n                \"source\": 3,\n                \"start\": 58,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 0,\n                \"competition\": 0,\n                \"cpc\": 0,\n                \"gpage\": 10,\n                \"features\": [],\n                \"grank\": 98,\n                \"brank\": 0,\n                \"best\": 84,\n                \"yrank\": 0,\n                \"seocomp\": 26600000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://www.disney.com/\",\n                \"grankhistory\": [\n                    98,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"trends\": {\n                    \"day\": 2,\n                    \"week\": 2,\n                    \"month\": 2,\n                    \"life\": -40\n                },\n                \"updated_at\": \"2021-08-27T04:25:25-04:00\",\n                \"crawled_at\": 1681575233\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"196465020\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"plutos best friend\",\n                \"source\": 3,\n                \"start\": 14,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 0,\n                \"competition\": 0,\n                \"cpc\": 0,\n                \"gpage\": 2,\n                \"features\": [],\n                \"grank\": 17,\n                \"brank\": 0,\n                \"best\": 2,\n                \"yrank\": 0,\n                \"seocomp\": 19500000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://mickey.disney.com/pluto\",\n                \"grankhistory\": [\n                    17,\n                    16,\n                    17,\n                    23,\n                    24,\n                    23,\n                    24,\n                    24,\n                    24,\n                    24,\n                    26,\n                    27,\n                    20,\n                    21,\n                    20,\n                    20,\n                    22,\n                    21,\n                    18,\n                    15,\n                    38,\n                    18,\n                    19,\n                    25,\n                    21,\n                    21,\n                    21,\n                    25,\n                    21,\n                    23,\n                    29\n                ],\n                \"trends\": {\n                    \"day\": -1,\n                    \"week\": 7,\n                    \"month\": 12,\n                    \"life\": -3\n                },\n                \"updated_at\": \"2021-08-27T05:24:28-04:00\",\n                \"crawled_at\": 1681575252\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"196465030\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"donald duck\",\n                \"source\": 3,\n                \"start\": 3,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 246000,\n                \"competition\": 0.876595551,\n                \"cpc\": 0.19,\n                \"gpage\": 1,\n                \"features\": [],\n                \"grank\": 3,\n                \"brank\": 0,\n                \"best\": 2,\n                \"yrank\": 0,\n                \"seocomp\": 46400000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://mickey.disney.com/donald\",\n                \"grankhistory\": [\n                    3,\n                    4,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    4,\n                    4,\n                    4,\n                    4,\n                    4,\n                    4,\n                    4,\n                    4,\n                    3\n                ],\n                \"trends\": {\n                    \"day\": 1,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2021-08-27T05:34:55-04:00\",\n                \"crawled_at\": 1681575230\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"199270519\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"daisy duck\",\n                \"source\": 3,\n                \"start\": 3,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 60500,\n                \"competition\": 0.946417061,\n                \"cpc\": 0.2,\n                \"gpage\": 1,\n                \"features\": [],\n                \"grank\": 3,\n                \"brank\": 0,\n                \"best\": 3,\n                \"yrank\": 0,\n                \"seocomp\": 35100000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://mickey.disney.com/daisy\",\n                \"grankhistory\": [\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    9,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    16,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3,\n                    3\n                ],\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2021-09-27T10:21:21-04:00\",\n                \"crawled_at\": 1681575224\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"200137814\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"www.waltdisneystudios.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"disney studios\",\n                \"source\": 3,\n                \"start\": 1,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 6600,\n                \"competition\": 0.026849792,\n                \"cpc\": 0.71,\n                \"gpage\": 0,\n                \"features\": [\n                    \"local_pack\",\n                    \"video\"\n                ],\n                \"grank\": 0,\n                \"brank\": 0,\n                \"best\": 0,\n                \"yrank\": 0,\n                \"seocomp\": 307000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": -99\n                },\n                \"updated_at\": \"2021-10-07T08:58:28-04:00\",\n                \"crawled_at\": 1681575192\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"200482118\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"www.disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"i love disney\",\n                \"source\": 3,\n                \"start\": 20,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 260,\n                \"competition\": 0.0681474,\n                \"cpc\": 0.95,\n                \"gpage\": 2,\n                \"features\": [],\n                \"grank\": 13,\n                \"brank\": 0,\n                \"best\": 11,\n                \"yrank\": 0,\n                \"seocomp\": 902000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://www.disney.com/\",\n                \"grankhistory\": [\n                    13,\n                    11,\n                    20,\n                    19,\n                    12,\n                    23,\n                    27,\n                    26,\n                    26,\n                    32,\n                    30,\n                    28,\n                    28,\n                    22,\n                    21,\n                    19,\n                    23,\n                    22,\n                    17,\n                    14,\n                    22,\n                    20,\n                    16,\n                    14,\n                    15,\n                    14,\n                    18,\n                    22,\n                    26,\n                    22,\n                    20\n                ],\n                \"trends\": {\n                    \"day\": -2,\n                    \"week\": 13,\n                    \"month\": 7,\n                    \"life\": 7\n                },\n                \"updated_at\": \"2021-10-11T05:12:57-04:00\",\n                \"crawled_at\": 1681575212\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"200482121\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"www.disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"disney princesses\",\n                \"source\": 3,\n                \"start\": 1,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 673000,\n                \"competition\": 0.917035795,\n                \"cpc\": 0.22,\n                \"gpage\": 1,\n                \"features\": [],\n                \"grank\": 1,\n                \"brank\": 0,\n                \"best\": 1,\n                \"yrank\": 0,\n                \"seocomp\": 0,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://princess.disney.com/\",\n                \"grankhistory\": [\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1,\n                    1\n                ],\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2021-10-11T05:14:53-04:00\",\n                \"crawled_at\": 1681575201\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"200482127\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"pluto\",\n                \"source\": 3,\n                \"start\": 31,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 246000,\n                \"competition\": 0.046498433,\n                \"cpc\": 1.55,\n                \"gpage\": 6,\n                \"features\": [\n                    \"video\"\n                ],\n                \"grank\": 58,\n                \"brank\": 0,\n                \"best\": 53,\n                \"yrank\": 0,\n                \"seocomp\": 184000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://mickey.disney.com/pluto\",\n                \"grankhistory\": [\n                    58,\n                    54,\n                    54,\n                    54,\n                    54,\n                    54,\n                    54,\n                    54,\n                    54,\n                    67,\n                    67,\n                    65,\n                    64,\n                    64,\n                    60,\n                    60,\n                    63,\n                    63,\n                    71,\n                    65,\n                    65,\n                    65,\n                    59,\n                    59,\n                    61,\n                    57,\n                    57,\n                    57,\n                    53,\n                    58,\n                    66\n                ],\n                \"trends\": {\n                    \"day\": -4,\n                    \"week\": -4,\n                    \"month\": 8,\n                    \"life\": -27\n                },\n                \"updated_at\": \"2021-10-11T05:29:40-04:00\",\n                \"crawled_at\": 1681575219\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"203186024\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"simba\",\n                \"source\": 3,\n                \"start\": 0,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 90500,\n                \"competition\": 0.046986335,\n                \"cpc\": 0.54,\n                \"gpage\": 0,\n                \"features\": [\n                    \"local_pack\"\n                ],\n                \"grank\": 0,\n                \"brank\": 0,\n                \"best\": 0,\n                \"yrank\": 0,\n                \"seocomp\": 99400000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    83,\n                    83,\n                    83,\n                    83,\n                    83,\n                    81,\n                    0,\n                    86,\n                    86,\n                    80,\n                    83\n                ],\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": -17,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2021-11-05T06:54:39-04:00\",\n                \"crawled_at\": 1681575199\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"215745876\",\n            \"attributes\": {\n                \"project_id\": 3057417,\n                \"category\": \"Disney\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"disney orlando\",\n                \"source\": 3,\n                \"start\": 23,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": \"Orlando, FL, USA\",\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 49500,\n                \"competition\": 0.20008009,\n                \"cpc\": 1.67,\n                \"gpage\": 1,\n                \"features\": [\n                    \"adwords_top\"\n                ],\n                \"grank\": 6,\n                \"brank\": 0,\n                \"best\": 5,\n                \"yrank\": 0,\n                \"seocomp\": 116000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://www.disney.com/\",\n                \"grankhistory\": [\n                    6,\n                    13,\n                    13,\n                    7,\n                    8,\n                    6,\n                    8,\n                    11,\n                    9,\n                    7,\n                    8,\n                    9,\n                    8,\n                    8,\n                    7,\n                    45,\n                    14,\n                    12,\n                    14,\n                    7,\n                    18,\n                    7,\n                    15,\n                    15,\n                    28,\n                    33,\n                    30,\n                    37,\n                    29,\n                    22\n                ],\n                \"trends\": {\n                    \"day\": 7,\n                    \"week\": 5,\n                    \"month\": 16,\n                    \"life\": 17\n                },\n                \"updated_at\": \"2022-03-01T04:32:36-05:00\",\n                \"crawled_at\": 1681575202\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"192051806\",\n            \"attributes\": {\n                \"project_id\": 3144454,\n                \"category\": \"Disney[sub]Disney Classics\",\n                \"url\": \"thewaltdisneycompany.com/about/\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"mickey mouse\",\n                \"source\": 3,\n                \"start\": 0,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": true,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 2740000,\n                \"competition\": 0.999405739,\n                \"cpc\": 0.2,\n                \"gpage\": 0,\n                \"features\": [\n                    \"video\"\n                ],\n                \"grank\": 0,\n                \"brank\": 0,\n                \"best\": 0,\n                \"yrank\": 0,\n                \"seocomp\": 189000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2021-07-09T08:08:23-04:00\",\n                \"crawled_at\": 1681575202\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"192051807\",\n            \"attributes\": {\n                \"project_id\": 3144454,\n                \"category\": \"Disney[sub]Disney Classics\",\n                \"url\": \"thewaltdisneycompany.com/about/\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"minnie mouse\",\n                \"source\": 3,\n                \"start\": 0,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": true,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 1000000,\n                \"competition\": 0.999558252,\n                \"cpc\": 0.25,\n                \"gpage\": 0,\n                \"features\": [],\n                \"grank\": 0,\n                \"brank\": 0,\n                \"best\": 0,\n                \"yrank\": 0,\n                \"seocomp\": 60500000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2021-07-09T08:08:23-04:00\",\n                \"crawled_at\": 1681575196\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"200482128\",\n            \"attributes\": {\n                \"project_id\": 3144454,\n                \"category\": \"Disney[sub]Disney Classics\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"pluto\",\n                \"source\": 3,\n                \"start\": 33,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 246000,\n                \"competition\": 0.046498433,\n                \"cpc\": 1.55,\n                \"gpage\": 7,\n                \"features\": [\n                    \"video\"\n                ],\n                \"grank\": 62,\n                \"brank\": 0,\n                \"best\": 53,\n                \"yrank\": 0,\n                \"seocomp\": 208000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://mickey.disney.com/pluto\",\n                \"grankhistory\": [\n                    62,\n                    59,\n                    59,\n                    59,\n                    59,\n                    58,\n                    58,\n                    58,\n                    61,\n                    61,\n                    65,\n                    66,\n                    66,\n                    66,\n                    66,\n                    66,\n                    66,\n                    66,\n                    66,\n                    66,\n                    68,\n                    68,\n                    65,\n                    65,\n                    59,\n                    55,\n                    55,\n                    53,\n                    55,\n                    59,\n                    62\n                ],\n                \"trends\": {\n                    \"day\": -3,\n                    \"week\": -4,\n                    \"month\": 0,\n                    \"life\": -29\n                },\n                \"updated_at\": \"2021-10-11T05:29:58-04:00\",\n                \"crawled_at\": 1681575245\n            }\n        },\n        {\n            \"type\": \"keyword\",\n            \"id\": \"218891218\",\n            \"attributes\": {\n                \"project_id\": 3144454,\n                \"category\": \"Disney[sub]Disney Classics\",\n                \"url\": \"disney.com\",\n                \"auth\": \"9d8by579d8by579d8by5769d8by574\",\n                \"kw\": \"little mermaid\",\n                \"source\": 3,\n                \"start\": 7,\n                \"notes\": null,\n                \"tags_count\": 0,\n                \"tags\": [],\n                \"tag\": null,\n                \"region\": \"google.com\",\n                \"language\": \"en\",\n                \"in_featured\": false,\n                \"has_featured\": false,\n                \"has_featured_url\": \"\",\n                \"ignore_local\": true,\n                \"ignore_featured\": true,\n                \"exact\": false,\n                \"type\": \"se\",\n                \"gmb\": null,\n                \"near\": null,\n                \"isfav\": false,\n                \"status\": \"ACTIVE\",\n                \"clicks\": -1,\n                \"impressions\": -1,\n                \"ctr\": -1,\n                \"ms\": 450000,\n                \"competition\": 0.486231894,\n                \"cpc\": 0.23,\n                \"gpage\": 1,\n                \"features\": [],\n                \"grank\": 4,\n                \"brank\": 0,\n                \"best\": 3,\n                \"yrank\": 0,\n                \"seocomp\": 192000000,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"https://movies.disney.com/the-little-mermaid-2023\",\n                \"grankhistory\": [\n                    4,\n                    3,\n                    6,\n                    7,\n                    6,\n                    5,\n                    6,\n                    5,\n                    4,\n                    4,\n                    4,\n                    4,\n                    3,\n                    4,\n                    4,\n                    4,\n                    5,\n                    3,\n                    6,\n                    5,\n                    4,\n                    5,\n                    3,\n                    3,\n                    7,\n                    3,\n                    7,\n                    4,\n                    7,\n                    9\n                ],\n                \"trends\": {\n                    \"day\": -1,\n                    \"week\": 1,\n                    \"month\": 5,\n                    \"life\": 3\n                },\n                \"updated_at\": \"2022-04-06T09:19:14-04:00\",\n                \"crawled_at\": 1681575193\n            }\n        }\n    ],\n    \"meta\": {\n        \"domains\": [ // List of doimains being tracked in project or group\n            \"disney.com\",\n            \"waltdisneystudios.com\",\n            \"thewaltdisneycompany.com\"\n        ],\n        \"types\": [\n            \"se\"\n        ],\n        \"pagination\": { // Used for UI only\n            \"total\": 15,\n            \"count\": 15,\n            \"per_page\": 20,\n            \"current_page\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"links\": { // Project ViewKey links\n        \"self\": \"http://app.keyword.com/api/v2/groups/Disney/keywords?q=%2Fapi%2Fv2%2Fgroups%2FDisney%2Fkeywords%2F&api_token=9d8by579d8by579d8by5769d8by574&page=1\",\n        \"first\": \"http://app.keyword.com/api/v2/groups/Disney/keywords?q=%2Fapi%2Fv2%2Fgroups%2FDisney%2Fkeywords%2F&api_token=9d8by579d8by579d8by5769d8by574&page=1\",\n        \"last\": \"http://app.keyword.com/api/v2/groups/Disney/keywords?q=%2Fapi%2Fv2%2Fgroups%2FDisney%2Fkeywords%2F&api_token=9d8by579d8by579d8by5769d8by574&page=1\"\n    }\n}"}],"_postman_id":"51b4d84b-9683-4444-9b6c-0300a7d1276e"},{"name":"Delete single keyword","id":"14a403fe-d12c-4533-b936-cd07d48ed8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords/{{keyword_id}}","description":"<ul>\n<li>Use this call todelete keywords from a project or group. Note that this cannot be undone and when deleted you lose all historic ranking data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords","{{keyword_id}}"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"4f9e1ecf-8db2-46ee-9bb4-a0c9f2f5545a","name":"Delete single keyword","originalRequest":{"method":"DELETE","header":[],"url":"https://app.keyword.com/api/v2/groups/Intirol/keywords/246481552"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 13:27:54 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (waiting for pending WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b848757ca5957ea-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"title\": \"1 keyword has been deleted\",\n        \"code\": \"1012\",\n        \"extra_data\": []\n    }\n}"}],"_postman_id":"14a403fe-d12c-4533-b936-cd07d48ed8fd"},{"name":"Retrieve Google ranking history for the last 180 days","id":"859c7e77-ddca-4519-b2d3-e6e38f9fd3ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"kwid\":[{{keyword_id}}]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/chart?action=bulkChart&limit=180","description":"<p>Returns the daily ranking position for each specified keyword for the number of days prior to today.  </p>\n<p>You can specify up to <strong>180 days</strong> of history using the limit query parameter. Rankings are grouped by keyword ID and domain and include both chart-compatible date formats (Date.UTC) and raw rank history with URLs.</p>\n","urlObject":{"protocol":"https","path":["api","v2","keywords","chart"],"host":["app","keyword","com"],"query":[{"key":"action","value":"bulkChart"},{"key":"limit","value":"180"}],"variable":[]}},"response":[{"id":"2541e1d8-de42-48bd-8834-499a5e11ab74","name":"Retrieve Ranking history for set number of days","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"kwid\":[{{keyword_id}}]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.keyword.com/api/v2/keywords/chart?action=bulkChart&limit=180","protocol":"https","host":["app","keyword","com"],"path":["api","v2","keywords","chart"],"query":[{"key":"action","value":"bulkChart"},{"key":"limit","value":"180"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 May 2023 09:15:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c27e1905c177fc4-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"kwid\": 196465030,\n            \"data\": [\n                [\n                    {\n                        \"name\": \"disney.com\", // Project name\n                        \"data\": [\n                            [\n                                \"Date.UTC(2022,10,7)\",\n                                null // Date and ranking position\n                            ],\n                            [\n                                \"Date.UTC(2022,10,8)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,9)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,10)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,11)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,12)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,13)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,14)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,15)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,16)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,17)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,18)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,19)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,20)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,21)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,22)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,23)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,24)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,25)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,26)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,27)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,28)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,29)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,10,30)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,1)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,2)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,3)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,4)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,5)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,6)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,7)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,8)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,9)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,10)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,11)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,12)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,13)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,14)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,15)\",\n                                null\n                            ],\n                            [\n                                \"Date.UTC(2022,11,16)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,17)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,18)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,19)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,20)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,21)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,22)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,23)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,24)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,25)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,26)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,27)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,28)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,29)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,30)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2022,11,31)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,1)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,2)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,3)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,4)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,5)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,6)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,7)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,8)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,9)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,10)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,11)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,12)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,13)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,14)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,15)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,16)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,17)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,18)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,0,19)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,20)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,21)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,22)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,23)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,24)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,25)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,26)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,27)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,28)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,29)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,30)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,0,31)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,1)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,2)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,3)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,4)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,5)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,6)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,7)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,8)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,9)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,10)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,11)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,12)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,13)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,14)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,15)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,16)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,17)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,18)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,19)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,20)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,21)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,22)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,23)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,24)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,1,25)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,26)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,27)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,1,28)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,1)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,2)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,3)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,4)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,5)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,6)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,7)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,8)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,9)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,10)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,11)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,12)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,13)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,14)\",\n                                2\n                            ],\n                            [\n                                \"Date.UTC(2023,2,15)\",\n                                2\n                            ],\n                            [\n                                \"Date.UTC(2023,2,16)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,17)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,18)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,19)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,20)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,21)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,22)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,23)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,24)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,2,25)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,26)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,27)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,28)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,29)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,30)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,2,31)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,1)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,2)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,3)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,4)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,5)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,6)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,7)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,8)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,9)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,10)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,11)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,12)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,13)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,14)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,3,15)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,16)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,17)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,18)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,19)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,3,20)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,3,21)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,3,22)\",\n                                2\n                            ],\n                            [\n                                \"Date.UTC(2023,3,23)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,24)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,25)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,26)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,27)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,28)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,29)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,3,30)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,4,1)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,4,2)\",\n                                3\n                            ],\n                            [\n                                \"Date.UTC(2023,4,3)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,4,4)\",\n                                4\n                            ],\n                            [\n                                \"Date.UTC(2023,4,5)\",\n                                4\n                            ]\n                        ],\n                        \"visible\": true,\n                        \"pointInterval\": 86400000,\n                        \"showInLegend\": true,\n                        \"zIndex\": 999,\n                        \"turboThreshold\": 0\n                    }\n                ],\n                [],\n                \"disney.com|donald duck|Disney|google.com|en\",\n                \"196465030|7ccd82a54ff044850915361df253670c\",\n                {\n                    \"days\": 616,\n                    \"rankingurls\": [\n                        {\n                            \"date\": \"2023-05-05\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-05-04\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-05-03\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-05-02\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-05-01\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-30\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-29\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-28\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-27\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-26\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-25\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-24\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-23\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-22\",\n                            \"rank\": 2,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-21\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-20\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-19\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-18\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-17\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-16\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-15\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-14\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-13\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-12\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-11\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-10\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-09\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-08\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-07\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-06\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-05\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-04\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-03\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-02\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-04-01\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-31\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-30\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-29\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-28\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-27\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-26\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-25\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-24\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-23\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-22\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-21\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-20\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-19\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-18\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-17\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-16\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-15\",\n                            \"rank\": 2,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-14\",\n                            \"rank\": 2,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-13\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-12\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-11\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-10\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-09\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-08\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-07\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-06\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-05\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-04\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-03\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-02\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-03-01\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-28\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-27\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-26\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-25\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-24\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-23\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-22\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-21\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-20\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-19\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-18\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-17\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-16\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-15\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-14\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-13\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-12\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-11\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-10\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-09\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-08\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-07\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-06\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-05\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-04\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-03\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-02\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-02-01\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-31\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-30\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-29\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-28\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-27\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-26\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-25\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-24\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-23\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-22\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-21\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-20\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-19\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-18\",\n                            \"rank\": 4,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-17\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-16\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-15\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-14\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-13\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-12\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-11\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-10\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-09\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-08\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-07\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-06\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-05\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-04\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-03\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-02\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2023-01-01\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-31\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-30\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-29\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-28\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-27\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-26\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-25\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-24\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-23\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-22\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-21\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-20\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-19\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-18\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-17\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-16\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-15\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-14\",\n                            \"rank\": 3,\n                            \"rankingurl\": \"https://mickey.disney.com/donald\"\n                        },\n                        {\n                            \"date\": \"2022-12-13\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-12\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-11\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-10\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-09\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-08\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-07\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-06\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-05\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-04\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-03\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-02\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-12-01\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-30\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-29\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-28\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-27\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-26\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-25\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-24\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-23\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-22\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-21\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-20\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-19\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-18\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-17\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-16\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-15\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-14\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-13\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-12\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-11\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-10\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-09\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-08\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        },\n                        {\n                            \"date\": \"2022-11-07\",\n                            \"rank\": null,\n                            \"rankingurl\": \"NOT FOUND\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"859c7e77-ddca-4519-b2d3-e6e38f9fd3ca"},{"name":"Add Google Maps tracking keyword","id":"550c5c2c-c3b7-4a99-8d5d-65825094d8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\", // This value is always set to \"Keyword\"\n            \"attributes\": {\n                \"category\": \"Bur-ger\", // Project name\n                \"ignore_local\": true, // Option to ignore local listings in organic serps (not relevant for Maps tracking. Leave as \"true\"\n                \"near\": \"New York, United States\", // Add location name city and country\n                \"source\": 1, // Leave as 1\n                \"gmb\": \"BUR-GER - (Greg's Burgers)\", // Google My Business Name (must be exact spelling)\n                \"url\": \"bur-ger.com/\", // Tracked url\n                \"region\": \"google.com\", // Google region\n                \"language\": \"en (English)\", // Language\n                \"tags\": [], // Add tags\n                \"type\": \"map\", // Type set to \"map\"\n                \"url_tracking_method\" : \"broad\" ,// This sets how we will checkfor the url if th GMB name is not found\n                \"kw\": \"burger chloraka\" // Tracked keyword\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords?","description":"<p>Add single keyword to track results in Google Maps listings.</p>\n<p>To view ranking results of Google Map keywords, run the same endpoint as retrieving a normal keyword.</p>\n","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords"],"host":["app","keyword","com"],"query":[{"key":"","value":null}],"variable":[]}},"response":[{"id":"b54704dd-96b8-45d8-9ff1-5c45c72437ec","name":"Add Google Maps tracking keyword","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\",\n            \"attributes\": {\n                \"category\": \"Bur-ger\",\n                \"ignore_local\": true,\n                \"near\": \"Paphos, Cyprus\",\n                \"source\": 3,\n                \"gmb\": \"BUR-GER - (Greg's Burgers)\",\n                \"url\": \"bur-ger.com/\",\n                \"region\": \"google.com.cy\",\n                \"language\": \"en (English)\",\n                \"tags\": [],\n                \"type\": \"map\",\n                \"kw\": \"burger delivery paphos\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.keyword.com/api/v2/groups/Bur-ger/keywords?","protocol":"https","host":["app","keyword","com"],"path":["api","v2","groups","Bur-ger","keywords"],"query":[{"key":"","value":null}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 May 2023 10:19:20 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Content-Length","value":"945"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c49341c2f5507db-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"keyword\", \n            \"id\": \"248085216\", // Unique keyword ID\n            \"attributes\": {\n                \"project_id\": 3156214, // Projust unique identifier\n                \"category\": \"Bur-ger\", // Project name\n                \"url\": \"bur-ger.com/\", // tracked url\n                \"auth\": \"54545454543545454543543534534\", // Your API key\n                \"kw\": \"burger delivery\", // Keyword\n                \"source\": 3, // Leave as 3\n                \"start\": null, // Rank at start - will be updated once scans are done\n                \"notes\": null, // Project notes\n                \"tags_count\": 0, // Number of tags in the project\n                \"tags\": [],\n                \"tag\": null, // Tag name\n                \"region\": \"google.com\", // Region\n                \"language\": \"en\", // Language\n                \"in_featured\": false, // Is featured snippet\n                \"has_featured\": false, \n                \"has_featured_url\": null,\n                \"ignore_local\": true, // Is keyword set to ignore local listings\n                \"ignore_featured\": true, \n                \"url_tracking_method\": \"broad\",\n                \"exact\": true,\n                \"type\": \"map\", // Map tracking\n                \"gmb\": \"BUR-GER - (Greg's Burgers)\", // Google My Business name (must be exact spelling)\n                \"near\": \"New York, United States\", // Location\n                \"isfav\": false, // Is favorite \n                \"status\": \"ACTIVE\", // Status\n                \"clicks\": -1, // Average number of clicks (from GSC)\n                \"impressions\": -1, // Impressions (From GSC)\n                \"ctr\": -1, // CTR (From GSC)\n                \"ms\": 0, // Monthly search volume\n                \"cpc\": 0, // Cost per Click in US$\n                \"competition\": 0, // Competition\n                \"gpage\": null, // Google search result page\n                \"features\": [],\n                \"grank\": null, // Current rank\n                \"brank\": 0, // Best rank\n                \"best\": null, \n                \"yrank\": 0,\n                \"seocomp\": null,\n                \"in_local_pack\": false,\n                \"rankingurl\": \"NOT FOUND\",\n                \"grankhistory\": null,\n                \"trends\": {\n                    \"day\": 0,\n                    \"week\": 0,\n                    \"month\": 0,\n                    \"life\": 0\n                },\n                \"updated_at\": \"2023-05-09T06:19:20-04:00\",\n                \"crawled_at\": null\n            }\n        }\n    ],\n    \"meta\": {\n        \"title\": \"1 keyword has been added\",\n        \"counts\": {\n            \"duplicates\": 0,\n            \"added\": 1\n        }\n    }\n}"}],"_postman_id":"550c5c2c-c3b7-4a99-8d5d-65825094d8a5"},{"name":"Retrieve top 100 list of competitors for single keyword","id":"b872210c-9c25-4b77-a4f2-1a1ecbde64c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"app.keyword.com/api/v2/metrics/{{project_name}}/competitors/{{keyword_id}}/history?dateRange={{date_range}}","urlObject":{"path":["api","v2","metrics","{{project_name}}","competitors","{{keyword_id}}","history"],"host":["app","keyword","com"],"query":[{"key":"dateRange","value":"{{date_range}}"}],"variable":[]}},"response":[{"id":"ea0247c3-3c3f-4e88-bfff-b83dc97a3b54","name":"Retrieve top 100 list of competitors for single keyword","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.keyword.com/api/v2/metrics/{{project_name}}/competitors/{{keyword_id}}/history?dateRange={{date_range}}","host":["app","keyword","com"],"path":["api","v2","metrics","{{project_name}}","competitors","{{keyword_id}}","history"],"query":[{"key":"dateRange","value":"{{date_range}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Jun 2023 09:23:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7ddca12e2dfa2082-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"rank\": 7, // Your current rank for specified keyword\n            \"results\": [\n                {\n                    \"resultType\": \"organic\", // Type of results\n                    \"url\": \"https://disneyland.disney.go.com/\", // Ranking URL\n                    \"title\": \"Disneyland&reg; Official Site\" // Title\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/woman-allegedly-hid-in-disneyland-ride-18164029.php\",\n                    \"title\": \"Woman allegedly hid in Disneyland ride to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/22/disneyland-to-begin-rolling-opening-of-san-fransokyo-square-in-july/\",\n                    \"title\": \"Disneyland to begin rolling opening of San Fransokyo ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/san-fransokyo-square-at-disneyland-resort-to-open-this-summer-new-menu-items-coming-in-july/\",\n                    \"title\": \"'San Fransokyo Square' at Disneyland Resort to open this ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-dysfunction-guest-report-jc1/\",\n                    \"title\": \"Guest Bemoans Disneyland \\\"Dysfunction,\\\" Reports ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359149-disneyland-miceshots-ariels-under-sea-adventures/\",\n                    \"title\": \"Disneyland MiceShots: Ariel's Under Sea Adventures\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discogs.com/label/35242-Disneyland\",\n                    \"title\": \"Disneyland Label | Releases\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thisfairytalelife.com/new-disneyland-2023/\",\n                    \"title\": \"What's New at Disneyland in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/discount-disneyland-tickets-summer-fall-2023-california-residents/\",\n                    \"title\": \"Summer & Fall 2023 California Resident Discount ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/web-stories/disneyland-on-a-budget/\",\n                    \"title\": \"6 Ways to Save Money at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://blog.trekaroo.com/disneyland-tips/\",\n                    \"title\": \"78 Great Disneyland Tips and Tricks for First Timers\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-in-april/\",\n                    \"title\": \"Disneyland in April 2023: Easter Fun, Food & Wine Festival ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/disneyland-restaurants-guide/\",\n                    \"title\": \"Disneyland Restaurants Guide | the disney food blog\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-orange-county-anaheim-disney/13266674/\",\n                    \"title\": \"Disneyland lays out long-term expansion proposal to OC ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/paris-l16/paris-disneyland-1-day-ticket-t395320/\",\n                    \"title\": \"Paris: Disneyland 1-Day Ticket\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tripswithtykes.com/special-events-at-disneyland-by-season/\",\n                    \"title\": \"Special Events at Disneyland: The Complete Guide for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Unofficial-Guide-Disneyland-2023-Guides/dp/1628091339\",\n                    \"title\": \"The Unofficial Guide to Disneyland 2023 ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneygiftcard.com/info\",\n                    \"title\": \"Info & FAQ | Disney Gift Card\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/tickets/disneyland-discount/\",\n                    \"title\": \"Buy Cheap Disneyland Tickets 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hianaheim.com/\",\n                    \"title\": \"Holiday Inn & Suites Anaheim: Disneyland Resort Hotel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disney-guests-stealing-disney-magic-bwb1/\",\n                    \"title\": \"Rude Disney Guests \\\"Stealing Disney Magic\\\"\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneydose.com/tips-for-visiting-the-disneyland-resort-this-holiday-season/\",\n                    \"title\": \"Best Disneyland Christmas 2023 Tips and Tricks Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/snajw-jw-marriott-anaheim-resort/overview/disneyland-resort/\",\n                    \"title\": \"Disneyland&reg; Park Resort - JW Marriott, Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.jetbluevacations.com/resorts/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.istockphoto.com/photos/disneyland-california\",\n                    \"title\": \"Disneyland California Pictures, Images and Stock Photos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-3-day-1-park-per-day-ticket-with-genie-service-435-ages-10/-/A-87870658\",\n                    \"title\": \"Disneyland Resort 3-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-map/\",\n                    \"title\": \"Disneyland / California Adventure Map\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/only-1-day-at-disneyland-how-to-fit-in-all-the-rides/\",\n                    \"title\": \"Only 1 Day at Disneyland how to fit in all the rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/lifestyle/story/2023-04-20/visiting-disneyland-alone-single-rider-tips\",\n                    \"title\": \"Single rider: The ultimate guide to visiting Disneyland alone\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/05/disneyland-splash-mountain-closes-today-racism-stereotypes-1235383033/\",\n                    \"title\": \"Disneyland's Splash Mountain Officially Closes For ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/05/disney-trip-care-and-feeding.html\",\n                    \"title\": \"Disneyland trip and leaving kids out\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kron4.com/news/national/woman-accused-of-trying-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman accused of trying to avoid arrest by hiding on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marcieinmommyland.com/how-many-days-see-disneyland/\",\n                    \"title\": \"How Many Days to See Disneyland: 3 Must-Read Tips (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"http://soundsofdisneyland.com/\",\n                    \"title\": \"Sounds of the Disneyland Resort\"\n                }\n            ],\n            \"date\": \"Jun 24, 2023\"\n        }\n    ]\n}"}],"_postman_id":"b872210c-9c25-4b77-a4f2-1a1ecbde64c8"},{"name":"Retrieve competitors for tracked keyword within a specified date range","id":"788b43ec-bb48-4412-b3e6-e9189cf785ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/metrics/{{project_name}}/competitors/{{keyword_id}}/history?dateRange={{date_range}}","urlObject":{"protocol":"https","path":["api","v2","metrics","{{project_name}}","competitors","{{keyword_id}}","history"],"host":["app","keyword","com"],"query":[{"key":"dateRange","value":"{{date_range}}"}],"variable":[]}},"response":[{"id":"81cee24e-53c3-4f41-ad1e-e790a19da770","name":"Retrieve competitors for tracked keyword within a specified date range","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.keyword.com/api/v2/metrics/Disney/competitors/187181871/history?dateRange=2023-06-20.2023-07-20","protocol":"https","host":["app","keyword","com"],"path":["api","v2","metrics","Disney","competitors","187181871","history"],"query":[{"key":"dateRange","value":"2023-06-20.2023-07-20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jul 2023 16:19:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e9c87498aae8197-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"rank\": 4, // Rank of your tracked keyword\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/entertainment/guest-arrested-disneyland-causing-popular-152527248.html\",\n                    \"title\": \"Guest Arrested At Disneyland Causing Popular Ride To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/hollywood-disneyland-tour/\",\n                    \"title\": \"Hollywood & Disneyland Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/358611-monday-update-summertime-sizzle-sass-surprise/\",\n                    \"title\": \"Disneyland Update: Summertime Sizzle, Sass & Surprise!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://metrolinktrains.com/explore/orange-county/disneyland/\",\n                    \"title\": \"Disneyland| Explore\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/new-limited-edition-and-limited-release-walt-disneys-enchanted-tiki-room-pins-at-disneyland-resort/\",\n                    \"title\": \"New Walt Disney's Enchanted Tiki Room 60th Anniversary ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/newly-closed-disneyland-attraction-finds-head-bwb1/\",\n                    \"title\": \"Head Found Inside Abandoned Disneyland Attraction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-hours/\",\n                    \"title\": \"Disneyland Hours 2023-2024 FAQ, Tips, & Expected Hours\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/category/theme-parks/disney-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lovetoknow.com/life/lifestyle/facts-about-disneyland\",\n                    \"title\": \"Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13368/Disneyland_Resort_Update_for_June_19_2023\",\n                    \"title\": \"Disneyland Resort Update for June 19, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/genie-plus-disneyland-california-adventure-guide/\",\n                    \"title\": \"Guide to Genie+ & Lightning Lanes at Disneyland & ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hotels.com/ho115093/disneyland-hotel-anaheim-united-states-of-america/\",\n                    \"title\": \"Disneyland Hotel in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/04/07/how-big-are-disney-world-and-disneyland/\",\n                    \"title\": \"How Big Are Disney World and Disneyland?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/02/25/the-big-problem-youll-run-into-at-disneyland-right-now/\",\n                    \"title\": \"The BIG Problem You'll Run Into at Disneyland Right Now\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelocity.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theanaheimhotel.com/disney-park\",\n                    \"title\": \"Across The Magic of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.southwestvacations.com/destinations/united-states/disneyland-resort-vacation-packages/\",\n                    \"title\": \"Disneyland Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allaccessdisneyland.com/purchase-disneyland-tickets/\",\n                    \"title\": \"Disneyland Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/snadt-courtyard-anaheim-theme-park-entrance/overview/buy-disneyland-tickets-here/\",\n                    \"title\": \"Buy Disneyland Tickets Here\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/paris-l16/paris-disneyland-1-day-ticket-t395320/\",\n                    \"title\": \"Paris: Disneyland 1-Day Ticket\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mwg.aaa.com/travel/disney/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort California Vacation Packages & Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/disneyland-play-areas-kids/\",\n                    \"title\": \"2023 Disneyland Playground Areas: A Parent's Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nerdwallet.com/article/travel/disneyland-vs-california-adventure\",\n                    \"title\": \"Disneyland vs. California Adventure\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/travel/disneyland-temporarily-shutting-down-3-fan-favorite-rides-this-summer/\",\n                    \"title\": \"Disneyland Is Temporarily Shutting Down 3 Fan-Favorite ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.surfcityusa.com/things-to-do/attractions/nearby-attractions/\",\n                    \"title\": \"Disneyland and Nearby Theme Parks | Huntington Beach CA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland - Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.istockphoto.com/photos/disneyland-california\",\n                    \"title\": \"Disneyland California Pictures, Images and Stock Photos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.orbitz.com/Disneyland-Resort-Anaheim-Resort.d6025613.Vacation-Attraction\",\n                    \"title\": \"Disneyland&reg; Resort Package Deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/go-away-green-the-color-disney-paints-things-it-doesnt-want-you-to-see-at-its-parks/\",\n                    \"title\": \"The color Disneyland paints things it doesn't want you to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/ultimate-guide-to-disneyland/\",\n                    \"title\": \"Everything you need to know about visiting Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/destination/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/cost-disneyland-17801824.php\",\n                    \"title\": \"Cost of Disneyland: How much a single park day will cost you\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.euronews.com/culture/2023/06/19/were-the-ones-who-make-the-magic-disneyland-paris-workers-stage-sixth-walkout\",\n                    \"title\": \"'We're the ones who make the magic.' Disneyland Paris ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/news/2023/05/31/splash-mountain-disneyland-closing/70272290007/\",\n                    \"title\": \"Why Splash Mountain closed at Disneyland, World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theguardian.com/world/2023/feb/25/california-disneyland-world-record-most-visits\",\n                    \"title\": \"California man sets world record after visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/05/disney-trip-care-and-feeding.html\",\n                    \"title\": \"Disneyland trip and leaving kids out\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mercurynews.com/2023/06/20/mickeys-toontown-troubles-plague-disneyland-3-months-after-land-reopens/\",\n                    \"title\": \"Mickey's Toontown troubles plague Disneyland 3 months ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/06/18/disneyland-paris-reveals-record-productivity-of-130000-per-worker/\",\n                    \"title\": \"Disneyland Paris Reveals Record Productivity Of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/hospitality-and-leisure-industry-walt-disney-co-bob-iger-california-a4e6e67d7f0b31072ff3882ff3c6b027\",\n                    \"title\": \"Disney is planning an Avatar experience at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"http://www.disneylandclub33.com/\",\n                    \"title\": \"Disneyland Club 33\"\n                }\n            ],\n            \"date\": \"Jun 21, 2023\"\n        },\n        {\n            \"rank\": 4,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/entertainment/guest-arrested-disneyland-causing-popular-152527248.html\",\n                    \"title\": \"Guest Arrested At Disneyland Causing Popular Ride To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/hollywood-disneyland-tour/\",\n                    \"title\": \"Hollywood & Disneyland Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/358611-monday-update-summertime-sizzle-sass-surprise/\",\n                    \"title\": \"Disneyland Update: Summertime Sizzle, Sass & Surprise!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://metrolinktrains.com/explore/orange-county/disneyland/\",\n                    \"title\": \"Disneyland| Explore\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/new-limited-edition-and-limited-release-walt-disneys-enchanted-tiki-room-pins-at-disneyland-resort/\",\n                    \"title\": \"New Walt Disney's Enchanted Tiki Room 60th Anniversary ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/newly-closed-disneyland-attraction-finds-head-bwb1/\",\n                    \"title\": \"Head Found Inside Abandoned Disneyland Attraction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-hours/\",\n                    \"title\": \"Disneyland Hours 2023-2024 FAQ, Tips, & Expected Hours\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/category/theme-parks/disney-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lovetoknow.com/life/lifestyle/facts-about-disneyland\",\n                    \"title\": \"Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13368/Disneyland_Resort_Update_for_June_19_2023\",\n                    \"title\": \"Disneyland Resort Update for June 19, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/genie-plus-disneyland-california-adventure-guide/\",\n                    \"title\": \"Guide to Genie+ & Lightning Lanes at Disneyland & ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hotels.com/ho115093/disneyland-hotel-anaheim-united-states-of-america/\",\n                    \"title\": \"Disneyland Hotel in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/04/07/how-big-are-disney-world-and-disneyland/\",\n                    \"title\": \"How Big Are Disney World and Disneyland?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/02/25/the-big-problem-youll-run-into-at-disneyland-right-now/\",\n                    \"title\": \"The BIG Problem You'll Run Into at Disneyland Right Now\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelocity.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theanaheimhotel.com/disney-park\",\n                    \"title\": \"Across The Magic of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.southwestvacations.com/destinations/united-states/disneyland-resort-vacation-packages/\",\n                    \"title\": \"Disneyland Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allaccessdisneyland.com/purchase-disneyland-tickets/\",\n                    \"title\": \"Disneyland Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/snadt-courtyard-anaheim-theme-park-entrance/overview/buy-disneyland-tickets-here/\",\n                    \"title\": \"Buy Disneyland Tickets Here\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/paris-l16/paris-disneyland-1-day-ticket-t395320/\",\n                    \"title\": \"Paris: Disneyland 1-Day Ticket\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mwg.aaa.com/travel/disney/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort California Vacation Packages & Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/disneyland-play-areas-kids/\",\n                    \"title\": \"2023 Disneyland Playground Areas: A Parent's Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nerdwallet.com/article/travel/disneyland-vs-california-adventure\",\n                    \"title\": \"Disneyland vs. California Adventure\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/travel/disneyland-temporarily-shutting-down-3-fan-favorite-rides-this-summer/\",\n                    \"title\": \"Disneyland Is Temporarily Shutting Down 3 Fan-Favorite ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.surfcityusa.com/things-to-do/attractions/nearby-attractions/\",\n                    \"title\": \"Disneyland and Nearby Theme Parks | Huntington Beach CA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland - Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.istockphoto.com/photos/disneyland-california\",\n                    \"title\": \"Disneyland California Pictures, Images and Stock Photos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.orbitz.com/Disneyland-Resort-Anaheim-Resort.d6025613.Vacation-Attraction\",\n                    \"title\": \"Disneyland&reg; Resort Package Deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/go-away-green-the-color-disney-paints-things-it-doesnt-want-you-to-see-at-its-parks/\",\n                    \"title\": \"The color Disneyland paints things it doesn't want you to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/ultimate-guide-to-disneyland/\",\n                    \"title\": \"Everything you need to know about visiting Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/destination/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/cost-disneyland-17801824.php\",\n                    \"title\": \"Cost of Disneyland: How much a single park day will cost you\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.euronews.com/culture/2023/06/19/were-the-ones-who-make-the-magic-disneyland-paris-workers-stage-sixth-walkout\",\n                    \"title\": \"'We're the ones who make the magic.' Disneyland Paris ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/news/2023/05/31/splash-mountain-disneyland-closing/70272290007/\",\n                    \"title\": \"Why Splash Mountain closed at Disneyland, World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theguardian.com/world/2023/feb/25/california-disneyland-world-record-most-visits\",\n                    \"title\": \"California man sets world record after visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/05/disney-trip-care-and-feeding.html\",\n                    \"title\": \"Disneyland trip and leaving kids out\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mercurynews.com/2023/06/20/mickeys-toontown-troubles-plague-disneyland-3-months-after-land-reopens/\",\n                    \"title\": \"Mickey's Toontown troubles plague Disneyland 3 months ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/06/18/disneyland-paris-reveals-record-productivity-of-130000-per-worker/\",\n                    \"title\": \"Disneyland Paris Reveals Record Productivity Of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/hospitality-and-leisure-industry-walt-disney-co-bob-iger-california-a4e6e67d7f0b31072ff3882ff3c6b027\",\n                    \"title\": \"Disney is planning an Avatar experience at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"http://www.disneylandclub33.com/\",\n                    \"title\": \"Disneyland Club 33\"\n                }\n            ],\n            \"date\": \"Jun 22, 2023\"\n        },\n        {\n            \"rank\": 8,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/nexstar-media-wire/woman-accused-of-trying-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman accused of trying to avoid arrest by hiding on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/destination/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-character-shows-undergarments-bwb1/\",\n                    \"title\": \"Disneyland Character Exposes Themselves in Front of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-dysfunction-guest-report-jc1/\",\n                    \"title\": \"Guest Bemoans Disneyland \\\"Dysfunction,\\\" Reports ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/woman-allegedly-hid-in-disneyland-ride-18164029.php\",\n                    \"title\": \"Woman allegedly hid in Disneyland ride to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Unofficial-Guide-Disneyland-2023-Guides/dp/1628091339\",\n                    \"title\": \"The Unofficial Guide to Disneyland 2023 ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-reopening/\",\n                    \"title\": \"What is Disneyland Like Right Now? Everything You Need ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themagicforless.com/disneyland/\",\n                    \"title\": \"Disneyland Resort - Book your 2023 Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/disneyland-reopening-everything-you-need-to-know/\",\n                    \"title\": \"Disneyland Reopening: Everything you need to KNOW!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/342798-disneyland-update-and-the-verdict-is/\",\n                    \"title\": \"Disneyland Update - And The Verdict Is...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43572 Photos & 10886 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/category/disneyland/\",\n                    \"title\": \"News & Updates for Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tripswithtykes.com/disneyland-park-reservations/\",\n                    \"title\": \"How to Make Disneyland Park Reservations in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/most-popular-disney-world-rides-include-ride-closed-forever-another-closed-at-disneyland\",\n                    \"title\": \"New Survey Says The Two Most Popular Disney World ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.indeed.com/q-disneyland-l-california-jobs.html\",\n                    \"title\": \"Disneyland Jobs, Employment in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/web-stories/disneyland-on-a-budget/\",\n                    \"title\": \"6 Ways to Save Money at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneycampus.com/programs/field-trips/dlr/youth-tickets-disneyland/\",\n                    \"title\": \"Disney Youth Tickets | Celebrations & Field Trips\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousesavers.com/disneyland-california-vacation-discounts-and-deals/disneyland-ticket-discounts/\",\n                    \"title\": \"Disneyland Tickets: Discounts, Deals & Coupons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-proposes-huge-expansion-to-theme-parks/\",\n                    \"title\": \"DisneylandForward Theme Park Expansion Plans\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-splash-mountain-closing-tianas-bayou-adventure-princess-and-the-frog/13117992/\",\n                    \"title\": \"Disneyland announces Splash Mountain closing date ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripster.com/travelguide/insiders-guide-to-disneyland/\",\n                    \"title\": \"Disneyland Tips and Tricks 2023 - An Insider's Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thehappiestblogonearth.com/disneyland-reservation-system/\",\n                    \"title\": \"All About Disneyland's Reservation System 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/22/disneyland-to-begin-rolling-opening-of-san-fransokyo-square-in-july/\",\n                    \"title\": \"Disneyland to begin rolling opening of San Fransokyo ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dictionary.com/browse/disneyland\",\n                    \"title\": \"Disneyland Definition & Meaning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disney-parks-travel-covid-19/index.html\",\n                    \"title\": \"Travel to Disney Parks during Covid-19: What you ... - CNN\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thedailybeast.com/like-disneyland-titanic-families-blast-disgusting-submersible-tours-of-wreckage\",\n                    \"title\": \"'Like Disneyland': Titanic Families Blast 'Disgusting ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kron4.com/news/national/woman-accused-of-trying-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman accused of trying to avoid arrest by hiding on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mixinsomemagic.com/disneyland-in-october/\",\n                    \"title\": \"Disneyland In October-2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/disneyland-just-revealed-new-ticket-offers-for-socal-residents/3045896/\",\n                    \"title\": \"Disneyland Just Revealed New Ticket Offers for SoCal ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theguardian.com/world/2023/feb/25/california-disneyland-world-record-most-visits\",\n                    \"title\": \"California man sets world record after visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/05/disneyland-splash-mountain-closes-today-racism-stereotypes-1235383033/\",\n                    \"title\": \"Disneyland's Splash Mountain Officially Closes For ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.starwars.com/news/disneyland-after-dark-star-wars-nite-2023\",\n                    \"title\": \"Star Wars Nite Returns to Disneyland After Dark in May\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.seattletimes.com/life/disneyland-crowds-return-to-90-of-2019-levels-report-says/\",\n                    \"title\": \"Disneyland crowds return to 90% of 2019 levels, report says\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://flyingoffthebookshelf.com/disneyland-vs-california-adventure/\",\n                    \"title\": \"Disneyland vs. California Adventure: Differences + Pros & ...\"\n                }\n            ],\n            \"date\": \"Jun 23, 2023\"\n        },\n        {\n            \"rank\": 7,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/woman-allegedly-hid-in-disneyland-ride-18164029.php\",\n                    \"title\": \"Woman allegedly hid in Disneyland ride to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/22/disneyland-to-begin-rolling-opening-of-san-fransokyo-square-in-july/\",\n                    \"title\": \"Disneyland to begin rolling opening of San Fransokyo ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/san-fransokyo-square-at-disneyland-resort-to-open-this-summer-new-menu-items-coming-in-july/\",\n                    \"title\": \"'San Fransokyo Square' at Disneyland Resort to open this ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-dysfunction-guest-report-jc1/\",\n                    \"title\": \"Guest Bemoans Disneyland \\\"Dysfunction,\\\" Reports ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359149-disneyland-miceshots-ariels-under-sea-adventures/\",\n                    \"title\": \"Disneyland MiceShots: Ariel's Under Sea Adventures\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discogs.com/label/35242-Disneyland\",\n                    \"title\": \"Disneyland Label | Releases\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thisfairytalelife.com/new-disneyland-2023/\",\n                    \"title\": \"What's New at Disneyland in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/discount-disneyland-tickets-summer-fall-2023-california-residents/\",\n                    \"title\": \"Summer & Fall 2023 California Resident Discount ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/web-stories/disneyland-on-a-budget/\",\n                    \"title\": \"6 Ways to Save Money at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://blog.trekaroo.com/disneyland-tips/\",\n                    \"title\": \"78 Great Disneyland Tips and Tricks for First Timers\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-in-april/\",\n                    \"title\": \"Disneyland in April 2023: Easter Fun, Food & Wine Festival ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/disneyland-restaurants-guide/\",\n                    \"title\": \"Disneyland Restaurants Guide | the disney food blog\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-orange-county-anaheim-disney/13266674/\",\n                    \"title\": \"Disneyland lays out long-term expansion proposal to OC ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/paris-l16/paris-disneyland-1-day-ticket-t395320/\",\n                    \"title\": \"Paris: Disneyland 1-Day Ticket\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tripswithtykes.com/special-events-at-disneyland-by-season/\",\n                    \"title\": \"Special Events at Disneyland: The Complete Guide for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Unofficial-Guide-Disneyland-2023-Guides/dp/1628091339\",\n                    \"title\": \"The Unofficial Guide to Disneyland 2023 ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneygiftcard.com/info\",\n                    \"title\": \"Info & FAQ | Disney Gift Card\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/tickets/disneyland-discount/\",\n                    \"title\": \"Buy Cheap Disneyland Tickets 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hianaheim.com/\",\n                    \"title\": \"Holiday Inn & Suites Anaheim: Disneyland Resort Hotel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disney-guests-stealing-disney-magic-bwb1/\",\n                    \"title\": \"Rude Disney Guests \\\"Stealing Disney Magic\\\"\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneydose.com/tips-for-visiting-the-disneyland-resort-this-holiday-season/\",\n                    \"title\": \"Best Disneyland Christmas 2023 Tips and Tricks Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/snajw-jw-marriott-anaheim-resort/overview/disneyland-resort/\",\n                    \"title\": \"Disneyland&reg; Park Resort - JW Marriott, Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.jetbluevacations.com/resorts/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.istockphoto.com/photos/disneyland-california\",\n                    \"title\": \"Disneyland California Pictures, Images and Stock Photos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-3-day-1-park-per-day-ticket-with-genie-service-435-ages-10/-/A-87870658\",\n                    \"title\": \"Disneyland Resort 3-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-map/\",\n                    \"title\": \"Disneyland / California Adventure Map\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/only-1-day-at-disneyland-how-to-fit-in-all-the-rides/\",\n                    \"title\": \"Only 1 Day at Disneyland how to fit in all the rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/lifestyle/story/2023-04-20/visiting-disneyland-alone-single-rider-tips\",\n                    \"title\": \"Single rider: The ultimate guide to visiting Disneyland alone\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/05/disneyland-splash-mountain-closes-today-racism-stereotypes-1235383033/\",\n                    \"title\": \"Disneyland's Splash Mountain Officially Closes For ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/05/disney-trip-care-and-feeding.html\",\n                    \"title\": \"Disneyland trip and leaving kids out\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kron4.com/news/national/woman-accused-of-trying-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman accused of trying to avoid arrest by hiding on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marcieinmommyland.com/how-many-days-see-disneyland/\",\n                    \"title\": \"How Many Days to See Disneyland: 3 Must-Read Tips (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"http://soundsofdisneyland.com/\",\n                    \"title\": \"Sounds of the Disneyland Resort\"\n                }\n            ],\n            \"date\": \"Jun 24, 2023\"\n        },\n        {\n            \"rank\": 5,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/woman-allegedly-attempted-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman tries to avoid arrest by hiding at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/22/disneyland-to-begin-rolling-opening-of-san-fransokyo-square-in-july/\",\n                    \"title\": \"Disneyland to begin rolling opening of San Fransokyo ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-icon-shutting-down-fall-ea1/\",\n                    \"title\": \"Disneyland Icon Shutting Its Doors in Late Summer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort | the disney food blog\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359149-disneyland-miceshots-ariels-under-sea-adventures/\",\n                    \"title\": \"Disneyland MiceShots: Ariel's Under Sea Adventures\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Webcam of Disneyland Live - Mattercam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/grand-opening-disneyland/\",\n                    \"title\": \"The Grand Opening of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/\",\n                    \"title\": \"Disneyland Tour Guide - Disneyland Resort tips and more\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.pinterest.com/savyday/disneyland/\",\n                    \"title\": \"900+ Best Disneyland ideas in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-disney-genie-guide/\",\n                    \"title\": \"Disneyland Genie+ 2023: Tested Tips to Experience the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-crowd-calendar/\",\n                    \"title\": \"Disneyland Crowd Calendar 2023 [UPDATED] ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://d23.com/a-to-z/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-refurbishment-calendar/\",\n                    \"title\": \"2023 Disneyland Refurbishment Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/p/disneyland-current-wait-times/\",\n                    \"title\": \"Disneyland Wait Times\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://gotravelcalifornia.com/how-many-days-do-you-need-at-disneyland/\",\n                    \"title\": \"How Many Days Do You Need At Disneyland?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43578 Photos & 10886 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.buildabettermousetrip.com/best-time-to-go-to-disneyland\",\n                    \"title\": \"Best Time to Go to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ihg.com/holidayinn/hotels/us/en/anaheim/laxaw/hoteldetail\",\n                    \"title\": \"Holiday Inn & Suites Anaheim (1 Blk/Disneyland&reg;)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/place/disneyland-park/\",\n                    \"title\": \"Disneyland Park &ndash; Is It Packed? &ndash; Real-Time Crowd Tracking\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia-aarp.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cbs8.com/article/news/local/contests/cbs-8-mornings-win-a-visit-to-the-disneyland-resort/509-3840b636-6c09-4d59-925a-972513a616d8\",\n                    \"title\": \"Watch CBS 8 Mornings to win a visit to the Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/disneyland-park-and-resort-maps/\",\n                    \"title\": \"Disneyland Park and Resort Maps\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.grunge.com/55068/untold-truth-disneyland/\",\n                    \"title\": \"The Untold Truth Of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cbsnews.com/news/splash-mountain-disneyland-closing-date-tianas-bayou-adventure/\",\n                    \"title\": \"Disneyland to officially close down Splash Mountain next ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wftv.com/news/trending/woman-hides-disneyland-ride-trying-avoid-arrest/YODLPZZLEBEZ5JPOQS2DMFVBXU/\",\n                    \"title\": \"Woman hides on Disneyland ride trying to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spectrumnews1.com/ca/la-west/tourism/2022/12/02/disney-offers-socal-residents-discounted-disneyland-tickets-next-year\",\n                    \"title\": \"Disneyland offers SoCal residents discounted tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/06/a-different-summer-at-disneyland-without-the-disneyland-resort-all-american-college-band/\",\n                    \"title\": \"A Different Summer at Disneyland Without the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.seattletimes.com/life/disneyland-crowds-return-to-90-of-2019-levels-report-says/\",\n                    \"title\": \"Disneyland crowds return to 90% of 2019 levels, report says\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneydose.com/discount-disneyland-tickets/\",\n                    \"title\": \"Discount Disneyland Tickets 2023 - 12 Best Ways to Save!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kget.com/news/state-news/woman-allegedly-attempted-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman allegedly attempted to avoid arrest by hiding on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disney-guests-stealing-disney-magic-bwb1/\",\n                    \"title\": \"Rude Disney Guests \\\"Stealing Disney Magic\\\"\"\n                }\n            ],\n            \"date\": \"Jun 25, 2023\"\n        },\n        {\n            \"rank\": 7,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/celeb-haunted-mansion-disneyland-cast-members-18169719.php\",\n                    \"title\": \"Three A-list celebs spotted in Disneyland dressed as cast ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/342798-disneyland-update-and-the-verdict-is/\",\n                    \"title\": \"Disneyland Update - And The Verdict Is...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-icon-shutting-down-fall-ea1/\",\n                    \"title\": \"Disneyland Icon Shutting Its Doors in Late Summer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://majesticgardenhotel.com/theme-parks/disneyland-resort-in-california/\",\n                    \"title\": \"Disneyland&reg; Resort & Disney's California Adventure&reg; Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://screamscape.com/html/disneyland.htm\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ayreshotels.com/ayres-hotel-anaheim/things-to-do/disneyland-resort\",\n                    \"title\": \"Disneyland Resort | Things to Do in Anaheim | Ayres Hotel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/kid-friendly-play-areas-to-explore-at-disneyland/\",\n                    \"title\": \"Kid friendly play areas to explore at Disneyland!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travelingswansons.com/how-many-days-do-you-need-at-disneyland/\",\n                    \"title\": \"How Many Days Do You Need at Disneyland California ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://rideart.org/destinations/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/travel/man-breaks-guinness-world-record-visiting-disneyland-almost-3000-times/\",\n                    \"title\": \"Man Breaks Guinness World Record Visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-offers-ticket-deal-for-california-residents/\",\n                    \"title\": \"Disneyland brings back ticket deal for California residents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43578 Photos & 10886 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyweddings.com/\",\n                    \"title\": \"Disney's Fairy Tale Weddings & Honeymoons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.candycaneinn.net/\",\n                    \"title\": \"Candy Cane Inn: DISNEYLAND&reg; Hotel in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nerdwallet.com/article/travel/is-disneyland-cheaper-than-disney-world\",\n                    \"title\": \"Which Is Cheaper, Disneyland or Disney World?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://m.kkday.com/en/product/4051-california-disneyland-resort-ticket\",\n                    \"title\": \"California Disneyland 1&ndash;3 Day Ticket with Optional Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.polkadotsandpixiedust.com/everything-new-coming-to-disneyland-2020-and-beyond/\",\n                    \"title\": \"What's New at Disneyland in 2023?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.karmel.com/disneyland\",\n                    \"title\": \"Disneyland Tours | LA Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/place/disneyland-park/\",\n                    \"title\": \"Disneyland Park &ndash; Is It Packed? &ndash; Real-Time Crowd Tracking\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13348/Disneyland_Resort_Update_for_May_1_2023\",\n                    \"title\": \"Disneyland Resort Update for May 1, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/popular-disney-attraction-breaks-down-bwb1/\",\n                    \"title\": \"Nearly Half of Disneyland Park Goes Out, Rides Left Offline\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/new-shimmering-disneyland-and-disney-california-adventure-starbucks-tumblers/\",\n                    \"title\": \"New Shimmering Disneyland and Disney California ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/star-wars-disneyland/\",\n                    \"title\": \"Star Wars Month at Disneyland: May the 4th ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tripswithtykes.com/special-events-at-disneyland-by-season/\",\n                    \"title\": \"Special Events at Disneyland: The Complete Guide for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia-aarp.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/100th-anniversary-celebration-disneyland/\",\n                    \"title\": \"Guide to Disney's 100th Anniversary Celebration at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/food/list/the-best-places-to-eat-at-disneyland-and-california-adventure-anaheim\",\n                    \"title\": \"Where to eat at Disneyland and California Adventure\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/news/2023/05/31/splash-mountain-disneyland-closing/70272290007/\",\n                    \"title\": \"Why Splash Mountain closed at Disneyland, World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://patch.com/california/orange-county/woman-arrested-disneyland-ride-while-trying-evade-police\",\n                    \"title\": \"Woman Arrested On Disneyland Ride While Trying To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disneyland-news-about-shuttered-attractions\",\n                    \"title\": \"Disneyland Bringing Back Classic Rides Fans Love\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wftv.com/news/trending/woman-hides-disneyland-ride-trying-avoid-arrest/YODLPZZLEBEZ5JPOQS2DMFVBXU/\",\n                    \"title\": \"Woman hides on Disneyland ride trying to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/big-changes-coming-to-disneyland-resort-and-walt-disney-world-park-reservations/\",\n                    \"title\": \"Changes Coming to Disneyland and Walt Disney World ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wsbtv.com/news/trending/woman-hides-disneyland-ride-trying-avoid-arrest/YODLPZZLEBEZ5JPOQS2DMFVBXU/\",\n                    \"title\": \"Woman hides on Disneyland ride trying to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themagicforless.com/tmflblog/10-disneyland-attractions-not-at-walt-disney-world/\",\n                    \"title\": \"Disneyland Attractions that don't exist at Disney World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.whio.com/news/trending/woman-hides-disneyland-ride-trying-avoid-arrest/YODLPZZLEBEZ5JPOQS2DMFVBXU/\",\n                    \"title\": \"Woman hides on Disneyland ride trying to avoid arrest\"\n                }\n            ],\n            \"date\": \"Jun 26, 2023\"\n        },\n        {\n            \"rank\": 11,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.momfessionals.com/2023/06/california-trip-part-2-disneyland.html\",\n                    \"title\": \"California Trip Part 2 - Disneyland!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-guests-tapped-for-hours-bwb1/\",\n                    \"title\": \"Hundreds of Disney Guests Trapped, Suspended High in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359397-disneyland-update-marvel-invasion-milestones-new-characters-more/\",\n                    \"title\": \"Disneyland Update: Marvel Invasion, Milestones, New ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-rules-line-cutting-cast-members-jc1/\",\n                    \"title\": \"Disneyland Cast Members Confront Man Over Repeated ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyweddings.com/\",\n                    \"title\": \"Disney's Fairy Tale Weddings & Honeymoons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/disneyland/dlr-planning/overview-disneyland/\",\n                    \"title\": \"Disneyland Overview\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/haunted-mansion-stars-visit-attraction/\",\n                    \"title\": \"Jamie Lee Curtis, Owen Wilson, & LaKeith Stanfield Work ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Walt-Disneys-Disneyland-Chris-Nichols/dp/3836563487\",\n                    \"title\": \"Walt Disney's Disneyland: Nichols, Chris\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mickeyspark.com/product/2-day-disneyland-park-hopper-tickets/\",\n                    \"title\": \"2-Day Disneyland Park Hopper Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/disneyland-in-summer/\",\n                    \"title\": \"Tips For Disneyland In Summer 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/using-time-wisely-at-disneyland/\",\n                    \"title\": \"10 Tips to Experience More at Disneyland: Use Your Time ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/discount-disneyland-tickets/\",\n                    \"title\": \"Discount Disneyland Tickets Buying Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/disneyland-crowd-forecast-predictor-calendar/\",\n                    \"title\": \"Disneyland Crowd Forecast Calendar &ndash; Is It Packed?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/06/disneyland-resort-announces-return-of-california-resident-ticket-offer-available-for-a-limited-time-this-summer/\",\n                    \"title\": \"Disneyland Resort Announces Return of California ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/laxah-anaheim-marriott/overview/\",\n                    \"title\": \"Anaheim, CA, Hotel near Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripster.com/detail/disneyland-tickets-anaheim-california\",\n                    \"title\": \"Disneyland Ticket Prices - Best Deals 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://cabel.com/2023/06/26/backstage-disneyland/\",\n                    \"title\": \"Backstage Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/disney-genie-tips-at-disneyland-everything-you-need-to-know/\",\n                    \"title\": \"Disney Genie+ tips at Disneyland, everything you need to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13348/Disneyland_Resort_Update_for_May_1_2023\",\n                    \"title\": \"Disneyland Resort Update for May 1, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.booking.com/region/us/disneyland-california.html\",\n                    \"title\": \"The 10 Best Disneyland California Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@finallyjordan/video/7243951781447945518\",\n                    \"title\": \"Disneyland Annual Passes #inspiremagickey ... - TikTok\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/travel/disneyland-temporarily-shutting-down-3-fan-favorite-rides-this-summer/\",\n                    \"title\": \"Disneyland Is Temporarily Shutting Down 3 Fan-Favorite ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/disney-genie-at-disneyland-everything-you-need-to-know/\",\n                    \"title\": \"Disney Genie+ at Disneyland: Everything You Need To Know\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/woman-allegedly-attempted-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman tries to avoid arrest by hiding at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/cost-disneyland-17801824.php\",\n                    \"title\": \"Cost of Disneyland: How much a single park day ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.alaskaair.com/content/travel-info/on-board/fly-to-disneyland\",\n                    \"title\": \"Fly to Disneyland&reg; Resort on Alaska Airlines\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/entertainment/guest-arrested-disneyland-causing-popular-152527248.html\",\n                    \"title\": \"Guest Arrested At Disneyland Causing Popular Ride To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/news/2023/05/31/splash-mountain-disneyland-closing/70272290007/\",\n                    \"title\": \"Why Splash Mountain closed at Disneyland, World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://bakersfieldnow.com/news/local/disneyland-resort-offering-limited-time-ticket-deal-for-california-residents-california-adventure-mickey-mouse-summer-deal\",\n                    \"title\": \"Disneyland Resort offering limited-time ticket deal for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/business/story/2023-05-18/disneylandforward-pitches-redevelopment-plans-anaheim\",\n                    \"title\": \"Disneyland says renovation plans could bring $253 million ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wftv.com/news/trending/woman-hides-disneyland-ride-trying-avoid-arrest/YODLPZZLEBEZ5JPOQS2DMFVBXU/\",\n                    \"title\": \"Woman hides on Disneyland ride trying to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.whio.com/news/trending/woman-hides-disneyland-ride-trying-avoid-arrest/YODLPZZLEBEZ5JPOQS2DMFVBXU/\",\n                    \"title\": \"Woman hides on Disneyland ride trying to avoid arrest\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneynews.us/disneyland-history/\",\n                    \"title\": \"Important Dates in Disneyland History (1954-2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://hiddenca.com/secrets-disneyland-anaheim/\",\n                    \"title\": \"84 Secrets of Disneyland- Hidden CA\"\n                }\n            ],\n            \"date\": \"Jun 27, 2023\"\n        },\n        {\n            \"rank\": 8,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/destination/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/celeb-haunted-mansion-disneyland-cast-members-18169719.php\",\n                    \"title\": \"Three A-list celebs spotted in Disneyland dressed as cast ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disney-world-versus-disneyland/\",\n                    \"title\": \"Walt Disney World vs. Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-california-residents-special-ticket-offer\",\n                    \"title\": \"Disneyland announces California resident ticket offer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-guests-tapped-for-hours-bwb1/\",\n                    \"title\": \"Hundreds of Disney Guests Trapped, Suspended High in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thewaltdisneycompany.com/\",\n                    \"title\": \"The Walt Disney Company\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-icon-shutting-down-fall-ea1/\",\n                    \"title\": \"Disneyland Icon Shutting Its Doors in Late Summer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/haunted-mansion-stars-visit-attraction/\",\n                    \"title\": \"Jamie Lee Curtis, Owen Wilson, & LaKeith Stanfield Work ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359397-disneyland-update-marvel-invasion-milestones-new-characters-more/\",\n                    \"title\": \"Disneyland Update: Marvel Invasion, Milestones, New ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/how-to-plan-disneyland-trip/\",\n                    \"title\": \"Disneyland Planning Guide 2023: Start Here For Your Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/woman-allegedly-attempted-to-avoid-arrest-by-hiding-on-disneyland-ride/\",\n                    \"title\": \"Woman tries to avoid arrest by hiding at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dreamsunlimitedtravel.com/disneyland/disneyland-map.htm\",\n                    \"title\": \"Disneyland Park Map in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwprepschool.com/disneyland/\",\n                    \"title\": \"Complete guide to Disneyland (with comparisons to Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/disneyland-paris-l2603/\",\n                    \"title\": \"Disneyland Paris, Paris - Book Tickets & Tours\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Disneyland-Story-Unofficial-Evolution-Disneys/dp/162809012X\",\n                    \"title\": \"Disneyland Story: The Unofficial Guide to the Evolution of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cbsnews.com/losangeles/news/disneyland-talks-future-of-rides-in-disneyforward-plan-with-anaheim/\",\n                    \"title\": \"Disneyland talks future of rides in DisneyForward plan with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mwg.aaa.com/travel/disney/disneyland/tickets-prices\",\n                    \"title\": \"Discounted Disneyland&reg; Tickets & Prices | AAA Travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.frommers.com/slideshows/848400-secret-historic-artifacts-in-disneyland-that-most-people-don-t-know-are-there\",\n                    \"title\": \"Secret Historic Artifacts in Disneyland That Most People ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneydose.com/disneyland-must-do-experiences/\",\n                    \"title\": \"10 Disneyland Must-Do Experiences\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/cheapest-time-disneyland/\",\n                    \"title\": \"What is The Cheapest Time to go to Disneyland 2023?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13354/Disneyland_Resort_Update_for_May_15_2023\",\n                    \"title\": \"Disneyland Resort Update for May 15, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://gofargrowclose.com/best-amusement-park-older-children/\",\n                    \"title\": \"Disneyland versus Universal Studios: Which USA Park Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spectrumnews1.com/ca/la-west/attractions/2023/02/09/an--avatar--experience-is-coming-to-disneyland-but-where-\",\n                    \"title\": \"An 'Avatar' experience is coming to Disneyland but where?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://cabel.com/2023/06/26/backstage-disneyland/\",\n                    \"title\": \"Backstage Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/p/disneyland-current-wait-times/\",\n                    \"title\": \"Disneyland Wait Times\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/entertainment-arts/story/2023-06-26/jamie-lee-curtis-and-owen-wilson-worked-disneylands-haunted-mansion-ahead-of-movie\",\n                    \"title\": \"'Haunted Mansion' stars surprise Disney visitors, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"http://babesindisneylandblog.com/\",\n                    \"title\": \"Babes in Disneyland - The Disneyland Resort for families\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latlong.net/place/disneyland-park-anaheim-ca-usa-3893.html\",\n                    \"title\": \"Disneyland Park, Anaheim, CA, USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@finallyjordan/video/7243951781447945518\",\n                    \"title\": \"Disneyland Annual Passes #inspiremagickey ... - TikTok\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disneyland-disney-theme-park-evening-dark-party-star-wars-princess-special\",\n                    \"title\": \"Disneyland Follows Disney World's Lead But With a Star ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/disneyland-after-dark-pride-nite\",\n                    \"title\": \"Disneyland After Dark: Pride Nite - Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/news/snow-in-orange-county-disneyland-california/3105800/\",\n                    \"title\": \"Snow at Disneyland? Videos Show White Stuff Falling ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kron4.com/news/disneyland-announces-changes-to-park-hopping-rule-plans-to-give-thank-you-gift-to-visitors/\",\n                    \"title\": \"Disneyland park hopping rule to change, park announces\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://enjoyorangecounty.com/disneyland/\",\n                    \"title\": \"Disneyland\"\n                }\n            ],\n            \"date\": \"Jun 28, 2023\"\n        },\n        {\n            \"rank\": 5,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/28/disneyland-closing-3-popular-rides-during-peak-of-summer/\",\n                    \"title\": \"Disneyland closing 3 popular rides during peak of summer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyweddings.com/california/\",\n                    \"title\": \"California Wedding | Disney's Fairy Tale ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Attraction_Review-g29092-d103346-Reviews-Disneyland_Park-Anaheim_California.html\",\n                    \"title\": \"Disneyland Park (Anaheim) - What to Know BEFORE You ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/06/disneyland-california-adventure-to-temporarily-close-two-attractions-monorail-1235426929/\",\n                    \"title\": \"Disneyland To Temporarily Close Two Attractions In July\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://la.eater.com/maps/best-food-dishes-disneyland-eats-anaheim-los-angeles\",\n                    \"title\": \"The 38 Best Things to Eat at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.socalthemeparks.com/disneyland\",\n                    \"title\": \"Disneyland | SocalThemeParks.com\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kcra.com/article/california-residents-disneyland-summer-discount-package/44119927\",\n                    \"title\": \"Disneyland offer offers summer deal for California residents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/haunted-mansion-stars-visit-attraction/\",\n                    \"title\": \"Jamie Lee Curtis, Owen Wilson, & LaKeith Stanfield Work ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-rules-line-cutting-cast-members-jc1/\",\n                    \"title\": \"Disneyland Cast Members Confront Man Over Repeated ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359397-disneyland-update-marvel-invasion-milestones-new-characters-more/\",\n                    \"title\": \"Disneyland Update: Marvel Invasion, Milestones, New ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.southwestvacations.com/suppliers/disneyland/\",\n                    \"title\": \"Disneyland | SouthwestVacations\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelchannel.com/interests/amusement-parks/articles/guide-to-visiting-disneyland\",\n                    \"title\": \"Your Complete Guide to Visiting Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/grand-opening-disneyland/\",\n                    \"title\": \"The Grand Opening of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43466 Photos & 10892 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-guests-tapped-for-hours-bwb1/\",\n                    \"title\": \"Hundreds of Disney Guests Trapped, Suspended High in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/\",\n                    \"title\": \"Disneyland Resort Theme Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-2-day-1-park-per-day-ticket-with-genie-service-335-ages-10/-/A-87870652\",\n                    \"title\": \"Disneyland Resort 2-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.grandlegacyhotel.com/\",\n                    \"title\": \"Grand Legacy at the Park: Anaheim Hotel Near Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripster.com/detail/disneyland-tickets-anaheim-california\",\n                    \"title\": \"Disneyland Ticket Prices - Best Deals 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hotels.com/de1531643/hotels-near-disneyland-anaheim-united-states-of-america/\",\n                    \"title\": \"Top Hotels Closest to Disneyland&reg; Resort in Anaheim Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousesavers.com/disneyland-california-vacation-discounts-and-deals/disneyland-ticket-discounts/\",\n                    \"title\": \"Disneyland Tickets: Discounts, Deals & Coupons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mwg.aaa.com/travel/disney/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort California Vacation Packages & Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ticketlens.com/en/p608566/los-angeles/disneyland\",\n                    \"title\": \"Disneyland, California - Compare Ticket Prices from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.seattleschild.com/seattle-to-disneyland-tips/\",\n                    \"title\": \"Seattle to Disneyland and back: 15 tips to navigate by\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicintheplanning.com/visiting-disneyland-in-march/\",\n                    \"title\": \"Visiting Disneyland in March 2024\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-continues-sharing-theme-park-expansion-plans-with-anaheim-neighbors/\",\n                    \"title\": \"Disneyland pitches theme park expansion plans to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travel.usnews.com/Anaheim_Disneyland_CA/Things_To_Do/Disneyland_62335/\",\n                    \"title\": \"Disneyland Resort Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/disneyland-just-revealed-new-ticket-offers-for-socal-residents/3045896/\",\n                    \"title\": \"Disneyland Just Revealed New Ticket Offers for SoCal ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/disneyland-in-may/\",\n                    \"title\": \"Disneyland in May 2023: What You Need To Know\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-splash-mountain-ride-final-day\",\n                    \"title\": \"Disneyland says goodbye to iconic Splash Mountain ride\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/06/video-photos-work-continues-on-tianas-bayou-adventure-at-disneyland/\",\n                    \"title\": \"Work Continues on Tiana's Bayou Adventure at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                }\n            ],\n            \"date\": \"Jun 29, 2023\"\n        },\n        {\n            \"rank\": 7,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\",\n                    \"title\": \"Disneyland Resort (@Disneyland) &middot; Twitter\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/28/disneyland-closing-3-popular-rides-during-peak-of-summer/\",\n                    \"title\": \"Disneyland closing 3 popular rides during peak of summer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/06/disneyland-california-adventure-to-temporarily-close-two-attractions-monorail-1235426929/\",\n                    \"title\": \"Disneyland To Temporarily Close Two Attractions In July\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://metrolinktrains.com/explore/orange-county/disneyland/\",\n                    \"title\": \"Disneyland| Explore\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/nick-cannon-bre-tiesi-son-legendary-1st-birthday-disneyland-photos-7555161\",\n                    \"title\": \"Nick Cannon, Bre Tiesi Celebrate Son Legendary's 1st ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyweddings.com/california/venues/\",\n                    \"title\": \"California Wedding Venue | Disney's Fairy Tale ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/06/29/huge-problem-with-oogie-boogie-bash-ticket-sales/\",\n                    \"title\": \"NEWS: Huge PROBLEM With Oogie Boogie Bash Ticket ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://la.eater.com/maps/best-food-dishes-disneyland-eats-anaheim-los-angeles\",\n                    \"title\": \"The 38 Best Things to Eat at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/\",\n                    \"title\": \"Disneyland Resort Theme Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discogs.com/label/35242-Disneyland\",\n                    \"title\": \"Disneyland Label | Releases\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/tag/2/disneyland_resort_update/\",\n                    \"title\": \"Disneyland Resort Update Category\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-ride-altered-permanently-indiana-jones-adventure-jc1/\",\n                    \"title\": \"Disneyland Ride Changed Forever Following Guest Rule- ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://m.kkday.com/en-us/product/4051-california-disneyland-resort-ticket\",\n                    \"title\": \"California Disneyland 1&ndash;3 Day Ticket with Optional Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://majesticgardenhotel.com/\",\n                    \"title\": \"Anaheim Majestic Garden Hotel Near Disneyland&reg; Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-2-day-1-park-per-day-ticket-with-genie-service-335-ages-10/-/A-87870652\",\n                    \"title\": \"Disneyland Resort 2-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.booking.com/landmark/us/disneyland.html\",\n                    \"title\": \"Hotels near Disneyland, Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-guest-saddest-thing-ever-park-bwb1/\",\n                    \"title\": \"Disneyland Guest Experiences \\\"One of the Saddest Things ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/Disneyland-Resort-Anaheim-Resort.d6025613.Vacation-Attraction\",\n                    \"title\": \"Disneyland&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.virginholidays.co.uk/travel-extras/attraction-tickets/disneyland-resort/overview\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/cheapest-time-disneyland/\",\n                    \"title\": \"What is The Cheapest Time to go to Disneyland 2023?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tclf.org/sites/default/files/microsites/landslide2020/disneyland.html\",\n                    \"title\": \"Disneyland - Women Take the Lead: Landslide 2020 (TCLF)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.piratesandprincesses.net/three-disneyland-attractions-to-close-in-july-for-refurbishment/\",\n                    \"title\": \"Three Disneyland Attractions To Close In July For ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia-aarp.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/rogers-the-musical-disneyland-resort-shocked-good\",\n                    \"title\": \"I Have Seen Rogers: The Musical At The Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/06/disney-visa-cardmembers-save-up-to-30-on-select-disneyland-resort-hotel-stays-in-late-summer/\",\n                    \"title\": \"Disney Visa Cardmembers Save Up to 30% on Select ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://collider.com/rogers-the-musical-trailer-disneyland/\",\n                    \"title\": \"'Rogers: The Musical' Comes to Disneyland in New Trailer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marinij.com/2023/06/29/will-disneylands-new-marvel-musical-be-campy-cheesy-and-silly-2/\",\n                    \"title\": \"Will Disneyland's new Marvel musical be campy, cheesy ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.momrewritten.com/a-day-at-the-amusement-park-what-to-bring-with-you-and-what-to-leave-at-home/\",\n                    \"title\": \"What to Bring to Disneyland and What to Leave at Home ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/captain-americas-origin-story-turned-into-a-musical-at-disneys-ca-adventure-park/\",\n                    \"title\": \"The Musical' coming to Disney California Adventure\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"http://babesindisneylandblog.com/\",\n                    \"title\": \"Babes in Disneyland - The Disneyland Resort for families\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-crowd-calendar/\",\n                    \"title\": \"Disneyland Crowd Calendar 2023 [UPDATED] ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.san-diego-beaches-and-adventures.com/disneyland-anaheim-hours.html\",\n                    \"title\": \"Disneyland Anaheim Hours 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.redlandsdailyfacts.com/2023/06/29/review-disneyland-delivers-the-marvel-musical-you-didnt-know-you-wanted-or-needed/\",\n                    \"title\": \"Review: Disneyland delivers the Marvel musical you didn't ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Disneyland-Mountain-Environmentalists-Resort-Never/dp/1538173670\",\n                    \"title\": \"Disneyland on the Mountain: Walt, the Environmentalists ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marvel.com/articles/culture-lifestyle/disneyland-paris-introduces-hero-up-reveal-your-inner-hero\",\n                    \"title\": \"Disneyland Paris Introduces 'Hero Up! Reveal Your Inner ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://destinationcheckoff.com/disneyland-vs-disney-california-adventure/\",\n                    \"title\": \"Disneyland vs Disney California Adventure: 11 main ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ... - NPR\"\n                }\n            ],\n            \"date\": \"Jun 30, 2023\"\n        },\n        {\n            \"rank\": 6,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-cancels-general-ticket-sales-for-oogie-boogie-bash-amidst-technical-issues/\",\n                    \"title\": \"Disneyland pauses general ticket sales for Oogie Boogie ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/06/disneyland-california-adventure-to-temporarily-close-two-attractions-monorail-1235426929/\",\n                    \"title\": \"Disneyland To Temporarily Close Two Attractions In July\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-ride-altered-permanently-indiana-jones-adventure-jc1/\",\n                    \"title\": \"Disneyland Ride Changed Forever Following Guest Rule- ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/fall-2023-hotel-discounts-at-disneyland/\",\n                    \"title\": \"Fall 2023 Hotel Discounts at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyweddings.com/\",\n                    \"title\": \"Disney's Fairy Tale Weddings & Honeymoons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/nick-cannon-bre-tiesi-son-legendary-1st-birthday-disneyland-photos-7555161\",\n                    \"title\": \"Nick Cannon, Bre Tiesi Celebrate Son Legendary's 1st ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/rogers-the-musical-disneyland-resort-shocked-good\",\n                    \"title\": \"I Have Seen Rogers: The Musical At The Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travelingswansons.com/disneyland-vs-california-adventure/\",\n                    \"title\": \"Disneyland vs California Adventure: Differences and Pros ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/\",\n                    \"title\": \"Disneyland Resort Theme Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/snadt-courtyard-anaheim-theme-park-entrance/overview/buy-disneyland-tickets-here/\",\n                    \"title\": \"Buy Disneyland Tickets Here\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.military.com/discounts/disneyland-hopper-pass\",\n                    \"title\": \"Military Disneyland Resort Hopper Pass\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Disneyland-Story-Unofficial-Evolution-Disneys/dp/162809012X\",\n                    \"title\": \"Disneyland Story: The Unofficial Guide to the Evolution of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://majesticgardenhotel.com/\",\n                    \"title\": \"Anaheim Majestic Garden Hotel Near Disneyland&reg; Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/flume/202306/9633/\",\n                    \"title\": \"'Rogers: The Musical' delivers a winner for Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nerdwallet.com/article/travel/disney-world-size-vs-disneyland\",\n                    \"title\": \"Disney World Size vs. Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.davelandweb.com/disneyland\",\n                    \"title\": \"Daveland Vintage and Current Disneyland Photo Index\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandcats.com/about/\",\n                    \"title\": \"&raquo; About\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/354615-a-ride-free-day-at-disneyland-more-enjoyable-than-youd-think/\",\n                    \"title\": \"A Ride-Free Day at Disneyland? More Enjoyable than You' ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-busy-times-when-to-visit/\",\n                    \"title\": \"Disneyland Crowd Calendar - Best Times to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thisfairytalelife.com/need-to-know-visiting-disneyland/\",\n                    \"title\": \"Everything You Need to Know About Visiting Disneyland in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicintheplanning.com/visiting-disneyland-in-may/\",\n                    \"title\": \"Visiting Disneyland in May 2024\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.virginholidays.co.uk/travel-extras/attraction-tickets/disneyland-resort/overview\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/Disneyland-Resort-Anaheim-Resort.d6025613.Vacation-Attraction\",\n                    \"title\": \"Disneyland&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/06/28/disneyland-closing-3-popular-rides-during-peak-of-summer/\",\n                    \"title\": \"Disneyland closing 3 popular rides during peak of summer\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia-aarp.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marinij.com/2023/06/29/will-disneylands-new-marvel-musical-be-campy-cheesy-and-silly-2/\",\n                    \"title\": \"Will Disneyland's new Marvel musical be campy, cheesy ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://epilepsyawarenessday.org/\",\n                    \"title\": \"Epilepsy Awareness Day at Disneyland |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/only-1-day-at-disneyland-how-to-fit-in-all-the-rides/\",\n                    \"title\": \"Only 1 Day at Disneyland how to fit in all the rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gettyimages.com/photos/disneyland-california\",\n                    \"title\": \"Disneyland California Photos & High-Res Pictures\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-map/\",\n                    \"title\": \"Disneyland / California Adventure Map\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ... - NPR\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/06/video-photos-work-continues-on-tianas-bayou-adventure-at-disneyland/\",\n                    \"title\": \"Work Continues on Tiana's Bayou Adventure at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2023/01/27/disney-100-disneyland-runaway-railway-ride-any-good/11079419002/\",\n                    \"title\": \"Disney100: Is Disneyland'snew Runaway Railway ride any ...\"\n                }\n            ],\n            \"date\": \"Jul 1, 2023\"\n        },\n        {\n            \"rank\": 6,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/tdl/\",\n                    \"title\": \"[Official]Tokyo Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-cancels-general-ticket-sales-for-oogie-boogie-bash-amidst-technical-issues/\",\n                    \"title\": \"Disneyland pauses general ticket sales for Oogie Boogie ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reuters.com/lifestyle/rogers-musical-first-marvel-musical-disneyland-opens-2023-06-30/\",\n                    \"title\": \"'Rogers: The Musical,' first Marvel musical at Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland\",\n                    \"title\": \"Disneyland Park | Touring Plans | Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland?\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-takes-children-away-from-parents-bwb1/\",\n                    \"title\": \"Disneyland Reportedly Takes Children Away From Parents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/search-jobs?fcf=[%7B%22Value%22:%22Disneyland+Resort%22,%22Key%22:%22industry%22%7D]\",\n                    \"title\": \"Search our Job Opportunities at Disney Parks and Resorts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/722/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Save 67% on Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/disneyland/dlr-planning/overview-disneyland/\",\n                    \"title\": \"Disneyland Overview\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousehacking.com/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/06/disneyland-california-adventure-to-temporarily-close-two-attractions-monorail-1235426929/\",\n                    \"title\": \"Disneyland To Temporarily Close Two Attractions In July\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/nick-cannon-bre-tiesi-son-legendary-1st-birthday-disneyland-photos-7555161\",\n                    \"title\": \"Nick Cannon, Bre Tiesi Celebrate Son Legendary's 1st ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43472 Photos & 10893 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travelingswansons.com/disneyland-vs-california-adventure/\",\n                    \"title\": \"Disneyland vs California Adventure: Differences and Pros ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/videos/entertainment/2023/07/01/biggest-disneyland-collection-hits-auction-block/12196551002/\",\n                    \"title\": \"The biggest Disneyland collection hits the auction block\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/disneyland-ride-altered-permanently-indiana-jones-adventure-jc1/\",\n                    \"title\": \"Disneyland Ride Changed Forever Following Guest Rule- ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.pbs.org/wgbh/americanexperience/features/reinventing-american-amusement-park/\",\n                    \"title\": \"Reinventing the American Amusement Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-ticket-discounts/\",\n                    \"title\": \"Discount Disneyland Ticket Deals 2023: Get Cheap Tickets!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/rogers-the-musical-disneyland-resort-shocked-good\",\n                    \"title\": \"I Have Seen Rogers: The Musical At The Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/342798-disneyland-update-and-the-verdict-is/\",\n                    \"title\": \"Disneyland Update - And The Verdict Is...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/\",\n                    \"title\": \"Disneyland Resort Theme Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwprepschool.com/disneyland/disneyland-park/\",\n                    \"title\": \"Disneyland Park (everything you need to know about the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thisfairytalelife.com/need-to-know-visiting-disneyland/\",\n                    \"title\": \"Everything You Need to Know About Visiting Disneyland in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://kingsinnanaheim.com/location\",\n                    \"title\": \"Walking Distance to Disneyland&reg; Park & Conventions!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13348/Disneyland_Resort_Update_for_May_1_2023\",\n                    \"title\": \"Disneyland Resort Update for May 1, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.10news.com/lifestyle/exploring-san-diego/disney100-what-to-see-at-the-disneyland-resort\",\n                    \"title\": \"Disney100: What to see at the Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://csea.com/node/397\",\n                    \"title\": \"Disneyland Resort Tickets (Get Away Today) &ndash; Anaheim, CA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.buildabettermousetrip.com/disneyland-gems\",\n                    \"title\": \"Disneyland Gems, Overlooked Attractions & Secrets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://howtodisney.com/top-10-differences-between-disneyland-and-disney-world/\",\n                    \"title\": \"Top 10 Differences Between Disney World and Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travellemming.com/disneyland-itinerary/\",\n                    \"title\": \"Disneyland Itinerary (3 Days Planned by a Local)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cntraveler.com/story/how-to-plan-a-trip-to-disneyland\",\n                    \"title\": \"The Ultimate Guide for Planning a Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-california-adventure-guardians-of-the-galaxy-tiktok/12861724/\",\n                    \"title\": \"Disneyland issues safety warning for Guardians of the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/06/indiana-jones-returns-to-disneyland/\",\n                    \"title\": \"Indiana Jones Returns to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/disney-100-years-of-wonder-to-open-at-disneyland-in-early-2023/3000974/\",\n                    \"title\": \"Disney 100 Years of Wonder to Open at Disneyland in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.eurostar.com/us-en/train/france/london-to-disneyland-paris\",\n                    \"title\": \"London to Disneyland&reg; Paris by Train in 2hrs 49mins\"\n                }\n            ],\n            \"date\": \"Jul 2, 2023\"\n        },\n        {\n            \"rank\": 9,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/abandoned-theme-park-near-disneyland-18176797.php\",\n                    \"title\": \"There's an abandoned theme park just down the road from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland?\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland | The Independent\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-cancels-general-ticket-sales-for-oogie-boogie-bash-amidst-technical-issues/\",\n                    \"title\": \"Disneyland pauses general ticket sales for Oogie Boogie ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-closing-two-theme-parks-early-cancel-night-entertainment-af1/\",\n                    \"title\": \"Disney to Close Two Theme Parks Early, Canceling ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Save 67% on Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyweddings.com/\",\n                    \"title\": \"Disney's Fairy Tale Weddings & Honeymoons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/category/disney-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Updates\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thewaltdisneycompany.com/\",\n                    \"title\": \"The Walt Disney Company\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kcra.com/article/california-residents-disneyland-summer-discount-package/44119927\",\n                    \"title\": \"Disneyland offer offers summer deal for California residents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-takes-children-away-from-parents-bwb1/\",\n                    \"title\": \"Disneyland Reportedly Takes Children Away From Parents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dictionary.com/browse/disneyland\",\n                    \"title\": \"Disneyland Definition & Meaning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/3962/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-13/disneyland-is-offering-more-lower-priced-tickets-this-summer-here-are-the-dates-for-those-deals\",\n                    \"title\": \"Disneyland is offering more lower-priced tickets this ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.taschen.com/en/books/popculture/01172/walt-disney-s-disneyland\",\n                    \"title\": \"TASCHEN Books: Walt Disney's Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/category/parks-resorts/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives - WDW News Today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lovetoknow.com/life/lifestyle/facts-about-disneyland\",\n                    \"title\": \"Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/videos/entertainment/2023/07/01/biggest-disneyland-collection-hits-auction-block/12196551002/\",\n                    \"title\": \"The biggest Disneyland collection hits the auction block\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43474 Photos & 10894 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/06/disneyland-california-adventure-to-temporarily-close-two-attractions-monorail-1235426929/\",\n                    \"title\": \"Disneyland To Temporarily Close Two Attractions In July\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/\",\n                    \"title\": \"Disneyland Resort Theme Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-ticket-discounts/\",\n                    \"title\": \"Discount Disneyland Ticket Deals 2023: Get Cheap Tickets!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/grand-opening-disneyland/\",\n                    \"title\": \"The Grand Opening of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/nick-cannon-bre-tiesi-son-legendary-1st-birthday-disneyland-photos-7555161\",\n                    \"title\": \"Nick Cannon, Bre Tiesi Celebrate Son Legendary's 1st ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.happilyeveraftertravel.com/disney-vacation-destinations/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-christmas-guide/\",\n                    \"title\": \"Disneyland Christmas 2023 Ultimate Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandcats.com/about/\",\n                    \"title\": \"&raquo; About\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.grandlegacyhotel.com/\",\n                    \"title\": \"Grand Legacy at the Park: Anaheim Hotel Near Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ... - NPR\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thedisneyblog.com/2023/07/01/disneyland-paris-to-close-early-july-1-and-2-due-to-unrest-in-france/\",\n                    \"title\": \"Disneyland Paris to Close Early July 1 and 2 Due to Unrest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://pursuitist.com/top-5-reasons-to-visit-disneyland-resort-during-disney100-celebration/\",\n                    \"title\": \"Top 5 Reasons to Visit Disneyland Resort during ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/lifestyle/attractions-disneyland-california-adventure-temporarily-225938028.html\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.booking.com/region/us/disneyland-california.html\",\n                    \"title\": \"The 10 Best Disneyland California Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spothero.com/destination/los-angeles/disneyland-parking\",\n                    \"title\": \"Disneyland Parking | Daily Rates from $14\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.virginholidays.co.uk/travel-extras/attraction-tickets/disneyland-resort/overview\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/06/indiana-jones-returns-to-disneyland/\",\n                    \"title\": \"Indiana Jones Returns to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                }\n            ],\n            \"date\": \"Jul 3, 2023\"\n        },\n        {\n            \"rank\": 4,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359912-disneyland-update-red-white-boooooo/\",\n                    \"title\": \"Disneyland Update - Red, White & Boooooo!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-auction-memorabilia-souvenirs/13456859/\",\n                    \"title\": \"1500 Disneyland collectibles to go up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/ap-as-1500-disneyland-collectibles-go-up-for-auction-that-dumbo-car-or-trash-bin-can-be-yours/\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland?\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Save 67% on Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://screamscape.com/html/disneyland.htm\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/3962/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/kylie-jenner-disneyland-video-jc1/\",\n                    \"title\": \"Kardashians Take Over Disneyland Once Again\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Walt-Disneys-Disneyland-Chris-Nichols/dp/3836563487\",\n                    \"title\": \"Walt Disney's Disneyland: Nichols, Chris\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lovetoknow.com/life/lifestyle/facts-about-disneyland\",\n                    \"title\": \"Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43474 Photos & 10894 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/discount-disneyland-tickets/\",\n                    \"title\": \"Discount Disneyland Tickets Buying Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discogs.com/label/35242-Disneyland\",\n                    \"title\": \"Disneyland Label | Releases\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/flume/202307/9642/\",\n                    \"title\": \"How to plan your trip to Disneyland and the Los Angeles area\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/\",\n                    \"title\": \"Disneyland Resort Theme Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.fodors.com/world/north-america/usa/california/orange-county-and-catalina-island/places/disneyland-resort\",\n                    \"title\": \"Disneyland Resort Travel Guide - Expert Picks for your ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/laxah-anaheim-marriott/overview/\",\n                    \"title\": \"Anaheim, CA, Hotel near Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thisfairytalelife.com/new-disneyland-2023/\",\n                    \"title\": \"What's New at Disneyland in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousesavers.com/disneyland-california-vacation-discounts-and-deals/disneyland-ticket-discounts/\",\n                    \"title\": \"Disneyland Tickets: Discounts, Deals & Coupons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allaccessdisneyland.com/purchase-disneyland-tickets/\",\n                    \"title\": \"Disneyland Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/07/03/date-announced-haunted-mansion-will-temporarily-close-in-disneyland/\",\n                    \"title\": \"Haunted Mansion Will Temporarily CLOSE in Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-13/disneyland-is-offering-more-lower-priced-tickets-this-summer-here-are-the-dates-for-those-deals\",\n                    \"title\": \"Disneyland is offering more lower-priced tickets this ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travel.usnews.com/Anaheim_Disneyland_CA/Things_To_Do/Disneyland_62335/\",\n                    \"title\": \"Disneyland Resort Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.san-diego-beaches-and-adventures.com/map-of-disneyland-park.html\",\n                    \"title\": \"Map of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/newly-closed-disneyland-attraction-finds-head-bwb1/\",\n                    \"title\": \"Head Found Inside Abandoned Disneyland Attraction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/07/03/1185740760/a-marvel-musical-opens-through-august-at-disneyland\",\n                    \"title\": \"A Marvel musical opens at Disneyland. It's there through ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/how-many-days-to-enjoy-disneyland/\",\n                    \"title\": \"How Many Days At Disneyland Do You Really Need?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-3-day-1-park-per-day-ticket-with-genie-service-435-ages-10/-/A-87870658\",\n                    \"title\": \"Disneyland Resort 3-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spectrumnews1.com/ca/la-west/attractions/2023/05/08/community-encouraged-to-check-out-disneyland-resort-s-future\",\n                    \"title\": \"Community encouraged to check out Disneyland Resort's ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://fox8.com/news/1500-disneyland-collectibles-go-up-for-auction/\",\n                    \"title\": \"1500 Disneyland collectibles go up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/photos-almost-all-lights-burnt-out-in-space-mountain-tunnel-at-disneyland/\",\n                    \"title\": \"VIDEO: Iconic Space Mountain Tunnel Lighting Effect ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/disney-genie-at-disneyland-everything-you-need-to-know/\",\n                    \"title\": \"Disney Genie+ at Disneyland: Everything You Need To Know\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/disneyland-just-revealed-new-ticket-offers-for-socal-residents/3045896/\",\n                    \"title\": \"Disneyland Just Revealed New Ticket Offers for SoCal ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.masslive.com/news/2023/07/huge-disneyland-collection-from-the-toy-scout-up-for-auction.html\",\n                    \"title\": \"Huge Disneyland collection from 'the toy scout' up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2023/03/02/disneyland-cast-member-trip-tips/11365236002/\",\n                    \"title\": \"10 Disneyland pro tips from people who work there\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://finance.yahoo.com/news/1-500-disneyland-collectibles-auction-164915923.html\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/new-rides-at-disneyland/\",\n                    \"title\": \"New Rides at Disneyland: Rides + More Coming in 2023 & ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.10news.com/lifestyle/exploring-san-diego/disney100-what-to-see-at-the-disneyland-resort\",\n                    \"title\": \"Disney100: What to see at the Disneyland Resort\"\n                }\n            ],\n            \"date\": \"Jul 4, 2023\"\n        },\n        {\n            \"rank\": 4,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/rebel-wilson-fiancee-ramona-agruma-celebrate-fourth-of-july-disneyland-photos-7556756\",\n                    \"title\": \"Rebel Wilson and Fianc&eacute;e Ramona Agruma Celebrate ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/historic-disneyland-ride-closing-retheme-date-jc1/\",\n                    \"title\": \"Historic Disneyland Ride Closing Imminently, Slated for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/359912-disneyland-update-red-white-boooooo/\",\n                    \"title\": \"Disneyland Update - Red, White & Boooooo!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-auction-memorabilia-souvenirs/13456859/\",\n                    \"title\": \"1500 Disneyland collectibles to go up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousesavers.com/disneyland-california-vacation-discounts-and-deals/\",\n                    \"title\": \"Disneyland Discounts and Deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/new-disneyland-resort-and-walt-disney-world-starbucks-tumblers-available-on-shopdisney/\",\n                    \"title\": \"New Disneyland Resort and Walt Disney World Starbucks ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.creativebloq.com/news/disneyland-30-logo\",\n                    \"title\": \"The internet still can't get over that brilliant Disneyland logo\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/tag/disneyland?lang=en\",\n                    \"title\": \"disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-takes-children-away-from-parents-bwb1/\",\n                    \"title\": \"Disneyland Reportedly Takes Children Away From Parents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/california-resident-disneyland-ticket-offer-2023/\",\n                    \"title\": \"Disneyland Reveals New California Resident Ticket Offer ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelchannel.com/interests/amusement-parks/articles/guide-to-visiting-disneyland\",\n                    \"title\": \"Your Complete Guide to Visiting Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/virtual/disneyland-virtual/\",\n                    \"title\": \"Virtual - Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nerdwallet.com/article/travel/best-time-to-go-to-disneyland\",\n                    \"title\": \"When Is the Best Time to Visit Disneyland?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-2-day-1-park-per-day-ticket-with-genie-service-335-ages-10/-/A-87870652\",\n                    \"title\": \"Disneyland Resort 2-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/disneyland-crowd-forecast-predictor-calendar/\",\n                    \"title\": \"Disneyland Crowd Forecast Calendar &ndash; Is It Packed?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/13-disneyland-must-do-experiences-for-a-magical-vacation/\",\n                    \"title\": \"13 Disneyland Must-Do Experiences for a Magical Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.insider.com/disneyland-collectibles-auction-park-trash-can-joel-magee-dumbo-2023-7\",\n                    \"title\": \"1500 Disneyland Collectibles From to Be Auctioned Off on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ktvu.com/news/more-than-1500-disneyland-items-up-for-auction\",\n                    \"title\": \"More than 1500 Disneyland items up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/genesis-disneyland-1951-riverside-drive-park/\",\n                    \"title\": \"The Genesis of Disneyland: the 1951 \\\"Riverside Drive Park\\\"\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-halloween/\",\n                    \"title\": \"Disneyland Halloween Guide 2023: Decorations, Food, ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/07/03/date-announced-haunted-mansion-will-temporarily-close-in-disneyland/\",\n                    \"title\": \"Haunted Mansion Will Temporarily CLOSE in Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/early-entry-at-disneyland/\",\n                    \"title\": \"Early Entry at Disneyland - Disneyland Resort tips and more\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/good-changes-coming-disneylands-2023-park-hopping-pricing-photopass-annual-passes/\",\n                    \"title\": \"Good Changes Coming to Disneyland: Park Hopping ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/01/its-a-small-world-reopens-at-disneyland/\",\n                    \"title\": \"'it's a small world' Reopens at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-map/\",\n                    \"title\": \"Disneyland / California Adventure Map\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.san-diego-beaches-and-adventures.com/disneyland-anaheim-hours.html\",\n                    \"title\": \"Disneyland Anaheim Hours 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/best-time-to-visit-disneyland/\",\n                    \"title\": \"Best Time To Visit Disneyland California 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/2023/04/23/us/disneyland-dragon-fire.html\",\n                    \"title\": \"Dragon at Disneyland's 'Fantasmic!' Performance Catches ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/07/03/haunted-mansion-announces-temporary-closure-in-disneyland/\",\n                    \"title\": \"Haunted Mansion Announces Temporary CLOSURE in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://finance.yahoo.com/news/1-500-disneyland-collectibles-auction-164915923.html\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insideoursuitcase.com/is-disneyland-busy-on-thanksgiving-heres-everything-you-need-to-know/\",\n                    \"title\": \"Is Disneyland Busy On Thanksgiving? (2023 Guide)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.arestravel.com/disneyland-resort-ticket-deals/\",\n                    \"title\": \"Disneyland&reg; Resort Ticket Deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://music.amazon.com/playlists/B09B1F6GTF\",\n                    \"title\": \"Disneyland Resort Official Playlist\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disney-world-disneyland-may-bring-back-classic-attractions\",\n                    \"title\": \"Disney World, Disneyland May Bring Back Classic Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2023/04/18/disneyland-pride-nite-pride-month-event/11658030002/\",\n                    \"title\": \"What to know about Disneyland's first Pride Nite coming ...\"\n                }\n            ],\n            \"date\": \"Jul 5, 2023\"\n        },\n        {\n            \"rank\": 10,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rgj.com/story/news/2023/07/04/as-1500-disneyland-collectibles-go-up-for-auction-that-dumbo-car-or-trash-bin-can-be-yours/70381838007/\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-location-damaged-glass-shatters-ld1/\",\n                    \"title\": \"Disneyland Park Building Shatters in Front of Guests\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.socalthemeparks.com/disneyland\",\n                    \"title\": \"Disneyland | SocalThemeParks.com\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/phineas-and-ferb-co-creator-calls-disney-imagineer-after-ride-temporarily-breaks-down/\",\n                    \"title\": \"'Phineas and Ferb' co-creator calls Disney Imagineer after ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/destination/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland\",\n                    \"title\": \"Disneyland Park | Touring Plans | Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.internationaltraveller.com/north-america/usa/california/los-angeles/disneyland-california-guide/\",\n                    \"title\": \"Ultimate Guide To Disneyland California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland - SFGATE\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/disneyland/dlr-planning/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Overview\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-park/\",\n                    \"title\": \"Disneyland Park discount tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiego.com/listing/disneyland/2/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/tag/disneyland/\",\n                    \"title\": \"Disneyland - ABC7 Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/category/disney-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Updates\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://majesticgardenhotel.com/theme-parks/disneyland-resort-in-california/\",\n                    \"title\": \"Disneyland&reg; Resort & Disney's California Adventure&reg; Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitbuenapark.com/business/disneyland\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dreamsunlimitedtravel.com/reservations/disneyland.htm\",\n                    \"title\": \"2023 Disneyland Package and Room Reservations\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/3962/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/theme-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Guide: Theme Parks, Dining, Tips, Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/update-reopening-date-for-disneyland-monorail-announced/\",\n                    \"title\": \"Reopening Date for Disneyland Monorail Announced\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California - Visit The USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/tdl/\",\n                    \"title\": \"[Official]Tokyo Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousehacking.com/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/\",\n                    \"title\": \"Disneyland Resort Vacation Planning Information\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.creativebloq.com/news/disneyland-30-logo\",\n                    \"title\": \"The internet still can't get over that brilliant Disneyland logo\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mapquest.com/us/california/disneyland-park-26358161\",\n                    \"title\": \"1313 S Disneyland Dr - Anaheim - CA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thethemeparkguy.com/park/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themagicforless.com/disneyland/\",\n                    \"title\": \"Disneyland Resort - Book your 2023 Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelchannel.com/interests/amusement-parks/articles/guide-to-visiting-disneyland\",\n                    \"title\": \"Your Complete Guide to Visiting Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/things-to-do/disneyland-resort-tickets.a181752.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.pinterest.com/savyday/disneyland/\",\n                    \"title\": \"900+ Best Disneyland ideas in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.google.com.pk/travel/hotels/entity/ChQI-rmJwcHwi_suGggvbS8wMmZ6cxAE\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/\",\n                    \"title\": \"Disneyland Tour Guide - Disneyland Resort tips and more\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.buildabettermousetrip.com/best-time-to-go-to-disneyland\",\n                    \"title\": \"Best Time to Go to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://unsplash.com/s/photos/disneyland\",\n                    \"title\": \"100+ Disneyland Pictures | Download Free Images on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/rebel-wilson-fiancee-ramona-agruma-celebrate-fourth-of-july-disneyland-photos-7556756\",\n                    \"title\": \"Rebel Wilson and Fianc&eacute;e Ramona Agruma Celebrate ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travel.usnews.com/Anaheim_Disneyland_CA/Things_To_Do/Disneyland_62335/\",\n                    \"title\": \"Disneyland Resort Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/reviews/disneyland/\",\n                    \"title\": \"Visitors Guide to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dictionary.com/browse/disneyland\",\n                    \"title\": \"Disneyland Definition & Meaning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/tag/2/disneyland_resort_update/\",\n                    \"title\": \"Disneyland Resort Update Category\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.southwestvacations.com/suppliers/disneyland/\",\n                    \"title\": \"Disneyland | SouthwestVacations\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://m.kkday.com/en-us/product/4051-california-disneyland-resort-ticket\",\n                    \"title\": \"California Disneyland 1&ndash;3 Day Ticket with Optional Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/a-massive-disneyland-exhibition-is-on-magical-view-in-burbank/3182524/\",\n                    \"title\": \"A massive Disneyland exhibition is on magical view in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripsavvy.com/disneyland-4139702\",\n                    \"title\": \"Disneyland Travel Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.applevacations.com/destinations/united-states/california/disneyland-resort/\",\n                    \"title\": \"Disneyland Vacation Packages | Resorts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.the-sun.com/topic/disneyland-california/\",\n                    \"title\": \"Disneyland California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43521 Photos & 10898 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://d23.com/a-to-z/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://experiences.travel.rakuten.com/experiences/22807\",\n                    \"title\": \"[Official Partner / Rakuten] California Disneyland Resort 1- ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.musement.com/us/anaheim/disneyland-r-resort-california-v/\",\n                    \"title\": \"Disneyland&reg; Resort California Tickets and Passes\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-california-discount/\",\n                    \"title\": \"NEW Disneyland Ticket Offer for California Residents ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                }\n            ],\n            \"date\": \"Jul 6, 2023\"\n        },\n        {\n            \"rank\": 3,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/07/06/disneyland-resets-oogie-boogie-bash-ticket-launch-after-epic-tech-failure/\",\n                    \"title\": \"Disneyland resets Oogie Boogie Bash ticket launch after ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-announces-new-general-sale-ticket-date-for-oogie-boogie-bash/\",\n                    \"title\": \"Disneyland resets Oogie Boogie Bash ticket sales\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/2023/07/05/disneyland-auction-burbank-california-2023-joel-magee/70382879007/\",\n                    \"title\": \"Disneyland auction in Burbank puts fan favorites up for sale\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-location-damaged-glass-shatters-ld1/\",\n                    \"title\": \"Disneyland Park Building Shatters in Front of Guests\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/1187_disney.html\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/reviews/disneyland/\",\n                    \"title\": \"Visitors Guide to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/rebel-wilson-fiancee-ramona-agruma-celebrate-fourth-of-july-disneyland-photos-7556756\",\n                    \"title\": \"Rebel Wilson and Fianc&eacute;e Ramona Agruma Celebrate ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/new-pirates-of-the-caribbean-apparel-sets-sail-at-disneyland/\",\n                    \"title\": \"New Pirates of the Caribbean Apparel Sets Sail at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-auction-memorabilia-souvenirs/13456859/\",\n                    \"title\": \"1500 Disneyland collectibles to go up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.creativebloq.com/news/disneyland-30-logo\",\n                    \"title\": \"The internet still can't get over that brilliant Disneyland logo\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/tag/disneyland?lang=en\",\n                    \"title\": \"disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://serviceshub.samsclub.com/pages.php?sub=disneyland\",\n                    \"title\": \"Disneyland Resort - Theme Park Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/03/1160678569/disneyland-california-disney-guinness-world-record\",\n                    \"title\": \"He visited Disneyland 2995 days in a row. It's now ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California - Visit The USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-park-anaheim-7\",\n                    \"title\": \"DISNEYLAND PARK - 43530 Photos & 10897 Reviews - ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mwg.aaa.com/travel/disney/disneyland/tickets-prices\",\n                    \"title\": \"Discounted Disneyland&reg; Tickets & Prices | AAA Travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://richmondbizsense.com/2023/07/05/the-disneyland-of-mexican-restaurants-prolific-richmond-restaurateurs-open-tequila-sunrise-in-midlothian/\",\n                    \"title\": \"'The Disneyland of Mexican restaurants': Prolific Richmond ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.polkadotsandpixiedust.com/everything-new-coming-to-disneyland-2020-and-beyond/\",\n                    \"title\": \"What's New at Disneyland in 2023?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-disney-genie-guide/\",\n                    \"title\": \"Disneyland Genie+ 2023: Tested Tips to Experience the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/disneyland-acres-how-big-is-disneyland/\",\n                    \"title\": \"Disneyland Acres - How Big is the Disneyland Resort?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/2023/04/23/us/disneyland-dragon-fire.html\",\n                    \"title\": \"Dragon at Disneyland's 'Fantasmic!' Performance Catches ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hatchart.org/hamtramck-disneyland\",\n                    \"title\": \"Hamtramck Disneyland - Hatch Art\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventurestudenttravel.com/8-differences-between-disneyland-and-disneys-california-adventure/\",\n                    \"title\": \"8 Differences Between Disneyland and Disney's California ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/p/disneyland-current-wait-times/\",\n                    \"title\": \"Disneyland Wait Times\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/early-entry-at-disneyland/\",\n                    \"title\": \"Early Entry at Disneyland - Disneyland Resort tips and more\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/bad-experiences-mistakes-never-again-disneyland/\",\n                    \"title\": \"10 Things We'll Never Do Again at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thehappiestblogonearth.com/whats-new-at-disneyland/\",\n                    \"title\": \"What's New at Disneyland (2023 Calendar)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-05-26/a-pixar-themed-hotel-is-coming-to-disneyland-heres-a-sneak-peek\",\n                    \"title\": \"Pixar-themed hotel is coming to Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thetravel.com/abandoned-park-near-disneyland-knotts-berry-farm/\",\n                    \"title\": \"This Abandoned Park Near Disneyland Is Worth A Side Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/07/06/disneyland-paris-vs-disney-world/\",\n                    \"title\": \"Disneyland Paris vs. Disney World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/popular-disney-attraction-breaks-down-bwb1/\",\n                    \"title\": \"Nearly Half of Disneyland Park Goes Out, Rides Left Offline\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/cost-disneyland-17801824.php\",\n                    \"title\": \"Cost of Disneyland: How much a single park day ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.agoda.com/hotels-near-disneyland-park/attractions/los-angeles-ca-us.html\",\n                    \"title\": \"Top Hotels near Disneyland Park, Los Angeles (CA) for 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disney-world-disneyland-may-bring-back-classic-attractions\",\n                    \"title\": \"Disney World, Disneyland May Bring Back Classic Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.san-diego-beaches-and-adventures.com/disneyland-anaheim-hours.html\",\n                    \"title\": \"Disneyland Anaheim Hours 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://enjoyorangecounty.com/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-2-day-1-park-per-day-ticket-with-genie-service-320-ages-3-9/-/A-87870653\",\n                    \"title\": \"Disneyland Resort 2-Day 1-Park Per Day Ticket with ...\"\n                }\n            ],\n            \"date\": \"Jul 7, 2023\"\n        },\n        {\n            \"rank\": 5,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/lifestyle/10-best-disneyland-restaurants-3-154710678.html\",\n                    \"title\": \"The 10 best Disneyland restaurants &mdash; and 3 you should ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/07/06/disneyland-resets-oogie-boogie-bash-ticket-launch-after-epic-tech-failure/\",\n                    \"title\": \"Disneyland resets Oogie Boogie Bash ticket launch after ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/search-jobs?fcf=[%7B%22Value%22:%22Disneyland+Resort%22,%22Key%22:%22industry%22%7D]\",\n                    \"title\": \"Search our Job Opportunities at Disney Parks and Resorts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/2023/07/05/disneyland-auction-burbank-california-2023-joel-magee/70382879007/\",\n                    \"title\": \"Disneyland auction in Burbank puts fan favorites up for sale\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/1187_disney.html\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-announces-new-general-sale-ticket-date-for-oogie-boogie-bash/\",\n                    \"title\": \"Disneyland resets Oogie Boogie Bash ticket sales\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneycampus.com/programs/field-trips/dlr/grad-nite-disneyland/\",\n                    \"title\": \"Disneyland Resort Grad Nite 2023 | Disney Youth Programs\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/the-haunted-mansion-trend-collection-dl/\",\n                    \"title\": \"The Haunted Mansion Trend Collection Apparel Debuts at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://variety.com/2023/artisans/news/rogers-the-musical-disneyland-1235663122/\",\n                    \"title\": \"Marvel's Fictional 'Rogers: The Musical' Comes To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themagicforless.com/disneyland/\",\n                    \"title\": \"Disneyland Resort - Book your 2023 Vacation\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/brer-rabbit-removed-from-disneyland-ld1/\",\n                    \"title\": \"Br'er Rabbit Permanently Removed From Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.polkadotsandpixiedust.com/everything-new-coming-to-disneyland-2020-and-beyond/\",\n                    \"title\": \"What's New at Disneyland in 2023?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/07/06/disneyland-paris-vs-disney-world/\",\n                    \"title\": \"Disneyland Paris vs. Disney World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/using-time-wisely-at-disneyland/\",\n                    \"title\": \"10 Tips to Experience More at Disneyland: Use Your Time ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.californiafamilytravel.com/can-you-bring-food-into-disneyland/\",\n                    \"title\": \"Can You Bring Food Into Disneyland? (2023 Guide)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/closures-and-construction-at-disneyland-resort/\",\n                    \"title\": \"Closures and Construction at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.jetbluevacations.com/resorts/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort/events\",\n                    \"title\": \"Disneyland Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thetravel.com/abandoned-park-near-disneyland-knotts-berry-farm/\",\n                    \"title\": \"This Abandoned Park Near Disneyland Is Worth A Side Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/discount-disneyland-tickets/\",\n                    \"title\": \"Discount Disneyland Tickets: How To Get Them Cheap\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/star-wars-galaxys-edge-disneyland/\",\n                    \"title\": \"Complete Guide to Disneyland Galaxy's Edge 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.creativebloq.com/news/disneyland-30-logo\",\n                    \"title\": \"The internet still can't get over that brilliant Disneyland logo\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-auction-memorabilia-souvenirs/13456859/\",\n                    \"title\": \"1500 Disneyland collectibles to go up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousehacking.com/blog/disneyland-paris-trip-planning-guide\",\n                    \"title\": \"Disneyland Paris Complete Guide and Tips (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latlong.net/place/disneyland-park-anaheim-ca-usa-3893.html\",\n                    \"title\": \"Disneyland Park, Anaheim, CA, USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mixinsomemagic.com/disneyland-in-october/\",\n                    \"title\": \"Disneyland In October-2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/things-to-do/disneyland-resort-tickets.a182041.activity-details\",\n                    \"title\": \"Disneyland Resort Tickets (Canada)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/disneyland-2023-crowd-calendar/\",\n                    \"title\": \"Disneyland 2023 Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dictionary.com/browse/disneyland\",\n                    \"title\": \"Disneyland Definition & Meaning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/rebel-wilson-fiancee-ramona-agruma-celebrate-fourth-of-july-disneyland-photos-7556756\",\n                    \"title\": \"Rebel Wilson and Fianc&eacute;e Ramona Agruma Celebrate ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spectrumnews1.com/ca/la-west/business/2023/05/18/if-fully-built--disneyland-expansion-could-net-city--244-million-in-tot-a-year\",\n                    \"title\": \"Disneyland Forward could generate $244 million a year\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/lifestyle/story/2023-04-20/disneyland-too-expensive-fees-genie-plus\",\n                    \"title\": \"Disneyland feels classist now. Is it killing the magic for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/im-happy-disney-world-is-ending-the-reservation-system-but-that-brings-up-a-huge-question-for-disneyland\",\n                    \"title\": \"I'm Happy Disney World Is Ending The Reservation System ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://richmondbizsense.com/2023/07/05/the-disneyland-of-mexican-restaurants-prolific-richmond-restaurateurs-open-tequila-sunrise-in-midlothian/\",\n                    \"title\": \"'The Disneyland of Mexican restaurants': Prolific Richmond ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnet.com/culture/entertainment/disneyland-refurbishments-san-fransokyo-toontowns-new-ride-mandalorian-in-batuu/\",\n                    \"title\": \"Disneyland Refurbishments: San Fransokyo, Toontown's ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneynews.us/disneyland-history/\",\n                    \"title\": \"Important Dates in Disneyland History (1954-2023)\"\n                }\n            ],\n            \"date\": \"Jul 8, 2023\"\n        },\n        {\n            \"rank\": 5,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/disneyland?lang=en\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disney-guests-escape-from-attraction-bwb1/\",\n                    \"title\": \"Entire Family Escapes From Disney Attraction, Stands on ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/cost-disneyland-17801824.php\",\n                    \"title\": \"Cost of Disneyland: How much a single park day will cost you\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/watch?v=nJ0MCYN5fME\",\n                    \"title\": \"Disneyland Forward Is NOT What You Think - YouTube\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/1187_disney.html\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/southern-california-disneyland-tour/\",\n                    \"title\": \"Disneyland Resort and Southern California Escape\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://variety.com/2023/artisans/news/rogers-the-musical-disneyland-1235663122/\",\n                    \"title\": \"Marvel's Fictional 'Rogers: The Musical' Comes To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/the-haunted-mansion-trend-collection-dl/\",\n                    \"title\": \"The Haunted Mansion Trend Collection Apparel Debuts at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7news.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/2023/07/05/disneyland-auction-burbank-california-2023-joel-magee/70382879007/\",\n                    \"title\": \"Disneyland auction in Burbank puts fan favorites up for sale\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California: A World of Enchantment ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/01/14/100-things-i-learned-on-my-first-trip-to-disneyland/\",\n                    \"title\": \"100 Things I Learned On My First Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-ticket-discounts/\",\n                    \"title\": \"Discount Disneyland Ticket Deals 2023: Get Cheap Tickets!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cbs8.com/article/news/local/contests/cbs-8-mornings-win-a-visit-to-the-disneyland-resort/509-3840b636-6c09-4d59-925a-972513a616d8\",\n                    \"title\": \"Watch CBS 8 Mornings to win a visit to the Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-joel-magee-disneyland-collection\",\n                    \"title\": \"The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-offers-ticket-deal-for-california-residents/\",\n                    \"title\": \"Disneyland brings back ticket deal for California residents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/brer-rabbit-removed-from-disneyland-ld1/\",\n                    \"title\": \"Br'er Rabbit Permanently Removed From Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/358611-monday-update-summertime-sizzle-sass-surprise/\",\n                    \"title\": \"Disneyland Update: Summertime Sizzle, Sass & Surprise!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/genesis-disneyland-1951-riverside-drive-park/\",\n                    \"title\": \"The Genesis of Disneyland: the 1951 \\\"Riverside Drive Park\\\"\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/2023/04/23/us/disneyland-dragon-fire.html\",\n                    \"title\": \"Dragon at Disneyland's 'Fantasmic!' Performance Catches ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/things-to-do/detail/38057979/\",\n                    \"title\": \"Flexible-Date Tickets to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/disneyland-crowd-forecast-predictor-calendar/\",\n                    \"title\": \"Disneyland Crowd Forecast Calendar &ndash; Is It Packed?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travellemming.com/best-time-to-visit-disneyland/\",\n                    \"title\": \"Best Time to Visit Disneyland (By a California Local)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nlacrc.org/consumers-families/disneyland-community-involvement-program\",\n                    \"title\": \"Disneyland Community Involvement Program\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theanaheimhotel.com/disney-park\",\n                    \"title\": \"Across The Magic of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/early-entry-at-disneyland/\",\n                    \"title\": \"Early Entry at Disneyland - Disneyland Resort tips and more\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-resort-disney-park-changes-ticket-prices-104/12690895/\",\n                    \"title\": \"Disneyland increasing number of days it offers lower- ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.buildabettermousetrip.com/best-time-to-go-to-disneyland\",\n                    \"title\": \"Best Time to Go to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thetravel.com/abandoned-park-near-disneyland-knotts-berry-farm/\",\n                    \"title\": \"This Abandoned Park Near Disneyland Is Worth A Side Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort/showtimes\",\n                    \"title\": \"Disneyland Showtimes\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/disneyland-vs-disney-world/\",\n                    \"title\": \"Ultimate Guide to Disneyland Vs Disney World 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://attractionsmagazine.com/disneyland-resort-disney100-anniversary-walt-disney-company/\",\n                    \"title\": \"What's coming to Disneyland for the Disney100 celebration?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelocity.com/Disneyland-Resort-Anaheim-Resort.d6025613.Vacation-Attraction\",\n                    \"title\": \"Disneyland&reg; Resort vacation package deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/travel/disneyland-temporarily-shutting-down-3-fan-favorite-rides-this-summer/\",\n                    \"title\": \"Disneyland Is Temporarily Shutting Down 3 Fan-Favorite ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.target.com/p/disneyland-resort-2-day-1-park-per-day-ticket-with-genie-service-320-ages-3-9/-/A-87870653\",\n                    \"title\": \"Disneyland Resort 2-Day 1-Park Per Day Ticket with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.expedia.com/Disneyland-Resort-Hotels.0-l6025613-0.Travel-Guide-Filter-Hotels\",\n                    \"title\": \"The Best Hotels CLOSEST to Disneyland&reg; Resort in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dreamstime.com/photos-images/disneyland.html\",\n                    \"title\": \"14757 Disneyland Stock Photos, Images & Pictures\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.san-diego-beaches-and-adventures.com/disneyland-anaheim-hours.html\",\n                    \"title\": \"Disneyland Anaheim Hours 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disney-resort-reveals-reopening-of-popular-classic-attraction\",\n                    \"title\": \"Disneyland Brings Back a Popular Classic Ride\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripster.com/travelguide/disneyland-fireworks/\",\n                    \"title\": \"Disneyland Fireworks: What You Need to Know for a ...\"\n                }\n            ],\n            \"date\": \"Jul 9, 2023\"\n        },\n        {\n            \"rank\": 8,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/disneyland?lang=en\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/07/disneyland-rides-disney-world-defunctland.html\",\n                    \"title\": \"Defunctland's Wild Ride\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/3962/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lovetoknow.com/life/lifestyle/facts-about-disneyland\",\n                    \"title\": \"Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/2023/01/14/100-things-i-learned-on-my-first-trip-to-disneyland/\",\n                    \"title\": \"100 Things I Learned On My First Trip to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California: A World of Enchantment ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/358611-monday-update-summertime-sizzle-sass-surprise/\",\n                    \"title\": \"Disneyland Update: Summertime Sizzle, Sass & Surprise!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/brer-rabbit-removed-from-disneyland-ld1/\",\n                    \"title\": \"Br'er Rabbit Permanently Removed From Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parade.com/travel/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Disney World: Differences Between Resorts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theanaheimhotel.com/\",\n                    \"title\": \"The Anaheim Hotel - Stay Across from the Magic of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hilton.com/en/hotels/laxgdes-embassy-suites-anaheim-south/offers/\",\n                    \"title\": \"Disneyland Hotel Packages at Embassy Suites Anaheim ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wyndhamhotels.com/days-inn/anaheim-california/days-inn-and-suites-anaheim-at-disneyland-park/overview\",\n                    \"title\": \"Days Inn & Suites by Wyndham Anaheim At Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/all-the-new-rides-and-attractions-in-disneyland-and-disney-california-adventure/\",\n                    \"title\": \"All the NEW Rides and Attractions at Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-for-adults/\",\n                    \"title\": \"How to do Disneyland for Adults - tips for a luxurious ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allaccessdisneyland.com/purchase-disneyland-tickets/\",\n                    \"title\": \"Disneyland Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disney-website-crash-leads-to-barren-park-day-em1/\",\n                    \"title\": \"Disney Website Crash Leads to Barren Park Day\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Attraction_Review-g29092-d103346-Reviews-Disneyland_Park-Anaheim_California.html\",\n                    \"title\": \"Disneyland Park (Anaheim) - What to Know BEFORE You ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thetravel.com/abandoned-park-near-disneyland-knotts-berry-farm/\",\n                    \"title\": \"This Abandoned Park Near Disneyland Is Worth A Side Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.delish.com/food-news/a44476633/disneyland-collectables-auction-2023/\",\n                    \"title\": \"1500 Super-Rare Disneyland Collectables Are Being ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-christmas-guide/\",\n                    \"title\": \"Disneyland Christmas 2023 Ultimate Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.independent.co.uk/topic/disneyland\",\n                    \"title\": \"Disneyland - latest news, breaking stories and comment\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ziggyknowsdisney.com/disneyland-closure/\",\n                    \"title\": \"When Is Disneyland Reopening? - FAQs, Info & Details\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.essence.com/lifestyle/travel/5-ways-to-plan-your-next-disneyland-resort-girls-trip/\",\n                    \"title\": \"5 Ways to Plan Your Next Disneyland Resort Girls Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/brie-larson-just-hung-out-at-disneylands-grand-californian-in-fancy-af-dress\",\n                    \"title\": \"Brie Larson Just Hung Out At Disneyland's Grand ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/2023/07/05/disneyland-auction-burbank-california-2023-joel-magee/70382879007/\",\n                    \"title\": \"Disneyland auction in Burbank puts fan favorites up for sale\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/2023/07/the-haunted-mansion-trend-collection-apparel-debuts-at-disneyland/\",\n                    \"title\": \"The Haunted Mansion Trend Collection Apparel Debuts at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apnews.com/article/disneyland-collectibles-auction-166fb7009a15af5432d2d94b805cf324\",\n                    \"title\": \"As 1500 Disneyland collectibles go up for auction, that ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theguardian.com/world/2023/feb/25/california-disneyland-world-record-most-visits\",\n                    \"title\": \"California man sets world record after visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/travel/story/2023-04-20/what-to-bring-to-disneyland\",\n                    \"title\": \"16 unexpected things to pack in the ultimate Disneyland bag\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7chicago.com/disneyland-auction-memorabilia-souvenirs/13456859/\",\n                    \"title\": \"1500 Disneyland collectibles to go up for auction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nerdwallet.com/article/travel/disneyland-vs-california-adventure\",\n                    \"title\": \"Disneyland vs. California Adventure\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/07/03/1185740760/a-marvel-musical-opens-through-august-at-disneyland\",\n                    \"title\": \"A Marvel musical opens at Disneyland. It's there through ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.architecturaldigest.com/story/disneyland-paris-sleeping-beauty-castle\",\n                    \"title\": \"Disneyland Paris' Iconic Sleeping Beauty Castle Gets ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://familydestinationsguide.com/fun-things-do-near-disneyland/\",\n                    \"title\": \"9 Fun Things to Do Near Disneyland (2023): Best Places ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.guinnessworldrecords.com/news/2023/2/disney-loving-man-smashes-record-by-visiting-disneyland-2-995-days-in-a-row-738450\",\n                    \"title\": \"Disney loving man smashes record by visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/disneyland-ticket-prices-2023/\",\n                    \"title\": \"Disneyland Ticket Prices 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/what-guests-should-know-about-disneylands-yearlong-disney100-celebration/\",\n                    \"title\": \"Disney100: all about Disneyland's celebration\"\n                }\n            ],\n            \"date\": \"Jul 10, 2023\"\n        },\n        {\n            \"rank\": 6,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/search?q=disneyland&ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Esearch\",\n                    \"title\": \"disneyland on Twitter\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/popular-attraction-at-disney-california-adventure-set-to-temporarily-close-for-refurbishment/\",\n                    \"title\": \"Popular attraction at Disney California Adventure set to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/watch?v=wyfD2z55ya4\",\n                    \"title\": \"LIVE Late Monday Night At Disneyland Resort! Rides & So ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/photos-new-nightmare-before-christmas-merchandise-arrives-at-disneyland/\",\n                    \"title\": \"New Nightmare Before Christmas Loungefly Bag, Apparel ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneycampus.com/programs/field-trips/dlr/grad-nite-disneyland/\",\n                    \"title\": \"Disneyland Resort Grad Nite 2023 | Disney Youth Programs\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/360218-disneyland-news-update-summer-crowd-collapse/\",\n                    \"title\": \"Disneyland Update: Summer Crowd Collapse, Haunted ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disney-website-crash-leads-to-barren-park-day-em1/\",\n                    \"title\": \"Disney Website Crash Leads to Barren Park Day\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California: A World of Enchantment ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyrewards.com/location/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort - Disney Rewards\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-joel-magee-disneyland-collection\",\n                    \"title\": \"The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/genesis-disneyland-1951-riverside-drive-park/\",\n                    \"title\": \"The Genesis of Disneyland: the 1951 \\\"Riverside Drive Park\\\"\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/disneyland-crowd-forecast-predictor-calendar/\",\n                    \"title\": \"Disneyland Crowd Forecast Calendar &ndash; Is It Packed?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.atablefullofjoy.com/places-to-relax-at-disneyland/\",\n                    \"title\": \"Top Places to Relax and People Watch at Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thetravel.com/abandoned-park-near-disneyland-knotts-berry-farm/\",\n                    \"title\": \"This Abandoned Park Near Disneyland Is Worth A Side Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/head-found-disneyland-attraction-ld1/\",\n                    \"title\": \"Head Found on Classic Disneyland Attraction\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13376/Disneyland_Resort_Update_for_July_10_2023\",\n                    \"title\": \"Disneyland Resort Update for July 10, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelocity.com/Disneyland-Resort-Anaheim-Resort.d6025613.Vacation-Attraction\",\n                    \"title\": \"Disneyland&reg; Resort vacation package deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/01/10/news-disneyland-announces-more-104-ticket-offers/\",\n                    \"title\": \"Disneyland's CHEAPEST Tickets Will Be Available SOON\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Disneyland-Gods-John-Keel/dp/1881532062\",\n                    \"title\": \"Disneyland of the Gods: Keel, John A.\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/07/disneyland-rides-disney-world-defunctland.html\",\n                    \"title\": \"Defunctland's Wild Ride\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/disneyland?lang=en\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/jenna-dewan-daughter-everly-celebrates-birthday-disneyland-trip-7508838\",\n                    \"title\": \"Jenna Dewan's Daughter Everly Celebrates 10th Birthday ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.delish.com/food-news/a44476633/disneyland-collectables-auction-2023/\",\n                    \"title\": \"1500 Super-Rare Disneyland Collectables Are Being ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.essence.com/lifestyle/travel/5-ways-to-plan-your-next-disneyland-resort-girls-trip/\",\n                    \"title\": \"5 Ways to Plan Your Next Disneyland Resort Girls Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/major-price-increases-tickets-genie-plus-disneyland/\",\n                    \"title\": \"Major Price Increases on Park Tickets & Genie+ at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylists.com/2023/03/disneyland-park-20-fun-facts-2/\",\n                    \"title\": \"Disneyland Park &ndash; 20 Fun Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://notesfromneverland.com/disney-info/what-is-the-disneyland-esplanade-at-disneyland-resort/\",\n                    \"title\": \"What is the Disneyland Esplanade at Disneyland Resort?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/entertainment/disneylands-sneaking-skrulls-parks-awesome-210824626.html\",\n                    \"title\": \"Disneyland's Been Sneaking Skrulls Into The Parks, And ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tripswithtykes.com/disney-genie-lightning-lane-disneyland/\",\n                    \"title\": \"Disney Genie+ & Lightning Lane at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/article/cost-disneyland-17801824.php\",\n                    \"title\": \"Cost of Disneyland: How much a single park day ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-guinness-record-jeff-reitz-cec/index.html\",\n                    \"title\": \"Disneyland's record-breaking regular shares his wisdom ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/california/story/2023-06-28/attractions-at-disneyland-california-adventure-to-temporarily-close-for-refurbishment\",\n                    \"title\": \"Attractions at Disneyland, California Adventure to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkhipster.com/the-ultimate-3-day-disneyland-itinerary/\",\n                    \"title\": \"Ultimate 3-Day Disneyland Itinerary (2023 Travel Guide)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/articles/2023/07/09/trip-report-disney-parks-around-the-world-a-private-jet-adventure-day-1-welcome-to-disneyland/\",\n                    \"title\": \"Trip Report: \\\"Disney Parks Around The World &ndash; A Private ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.delsolinn.com/nearby-attractions/disneyland\",\n                    \"title\": \"Disneyland: Rides, Shows and Attractions in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2023/04/18/disneyland-pride-nite-pride-month-event/11658030002/\",\n                    \"title\": \"What to know about Disneyland's first Pride Nite coming ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/07/10/disneyland-paris-staff-reveal-when-next-strikes-will-take-place/\",\n                    \"title\": \"Disneyland Paris Staff Reveal When Next Strikes Will Take ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/disneyland-reservations/\",\n                    \"title\": \"How To Make Disneyland Park Reservations\"\n                }\n            ],\n            \"date\": \"Jul 11, 2023\"\n        },\n        {\n            \"rank\": 9,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/disneyland?lang=en\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/popular-attraction-at-disney-california-adventure-set-to-temporarily-close-for-refurbishment/\",\n                    \"title\": \"Popular attraction at Disney California Adventure set to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/360218-disneyland-news-update-summer-crowd-collapse/\",\n                    \"title\": \"Disneyland Update: Summer Crowd Collapse, Haunted ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/business/story/2023-07-11/hotel-worker-strikes-orange-county-disneyland-hotels\",\n                    \"title\": \"Worker strikes hit more hotels, this time near Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland/touring-plans\",\n                    \"title\": \"Disneyland Touring Plans\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California: A World of Enchantment ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tropicanainn-anaheim.com/disney/\",\n                    \"title\": \"Disneyland&reg; Hotel Good Neighbor\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/construction-disneyland/\",\n                    \"title\": \"The Construction of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandcats.com/about/\",\n                    \"title\": \"&raquo; About\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-security-shuts-down-guests-marriage-proposal-ma1/\",\n                    \"title\": \"Disneyland Security Shuts Down Guest's Marriage Proposal\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/06/popular-disneyland-park-attractions-are-now-closed-ed1/\",\n                    \"title\": \"Popular Disneyland Park Attractions Are Now Closed\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-reopening-reservations/\",\n                    \"title\": \"Disneyland Reservations 2023- How to Get a ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.anaheimdesertinn.com/\",\n                    \"title\": \"Anaheim Desert Inn and Suites | Anaheim, CA Hotels near ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-orange-county-anaheim-disney/13266674/\",\n                    \"title\": \"Disneyland lays out long-term expansion proposal to OC ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://secretlosangeles.com/disneyland-future-expansion/\",\n                    \"title\": \"Disneyland Proposes Theme Park Expansion & Is Inviting ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/\",\n                    \"title\": \"Hong Kong Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/destinations/disneyland-park/\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.alaskaair.com/content/travel-info/on-board/fly-to-disneyland\",\n                    \"title\": \"Fly to Disneyland&reg; Resort on Alaska Airlines\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland Opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/major-price-increases-tickets-genie-plus-disneyland/\",\n                    \"title\": \"Major Price Increases on Park Tickets & Genie+ at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.parksavers.com/what-to-do-at-disneyland-top-10-things/\",\n                    \"title\": \"What To Do At Disneyland - The Top 10 Things\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.momrewritten.com/a-day-at-the-amusement-park-what-to-bring-with-you-and-what-to-leave-at-home/\",\n                    \"title\": \"What to Bring to Disneyland and What to Leave at Home ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/disneyland-tickets-pricing/\",\n                    \"title\": \"Disneyland ticket prices are going up: Here's what you ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thehappiestblogonearth.com/mothers-day-disneyland/\",\n                    \"title\": \"Celebrating Mother's Day at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://notesfromneverland.com/disney-info/what-is-the-disneyland-esplanade-at-disneyland-resort/\",\n                    \"title\": \"What is the Disneyland Esplanade at Disneyland Resort?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yahoo.com/entertainment/disneylands-sneaking-skrulls-parks-awesome-210824626.html\",\n                    \"title\": \"Disneyland's Been Sneaking Skrulls Into The Parks, And ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/07/disneyland-paris-announces-new-annual-pass-program-called-disneyland-pass/\",\n                    \"title\": \"Disneyland Paris Announces New Annual Pass Program ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripsavvy.com/disneyland-resort-guide-1586455\",\n                    \"title\": \"Disneyland Guide: Planning Your Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@itsnickholiday/video/7254353701484350766\",\n                    \"title\": \"This is what's going on at Disneyland, and with Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://slate.com/human-interest/2023/07/disneyland-rides-disney-world-defunctland.html\",\n                    \"title\": \"Defunctland's Wild Ride\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/disneyland-paris-announces-new-annual-pass-program-beginning-july-19/\",\n                    \"title\": \"Disneyland Paris Announces Details for New Annual Pass ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/2023/07/05/disneyland-auction-burbank-california-2023-joel-magee/70382879007/\",\n                    \"title\": \"Disneyland auction in Burbank puts fan favorites up for sale\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/news/2023/07/11/oogie-boogie-bash-2023-dates-begin-to-sell-out-as-sales-resume-more-smoothly-for-disneyland-resort-event/\",\n                    \"title\": \"Oogie Boogie Bash 2023 Dates Completely Sold Out for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/07/haunted-mansion-disneyland-premiere-sag-aftra-strike-1235434385/\",\n                    \"title\": \"'Haunted Mansion' Premiere Would Be Private Fan Event If ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/07/10/disneyland-paris-staff-reveal-when-next-strikes-will-take-place/\",\n                    \"title\": \"Disneyland Paris Staff Reveal When Next Strikes Will Take ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13376/Disneyland_Resort_Update_for_July_10_2023\",\n                    \"title\": \"Disneyland Resort Update for July 10, 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.familytravelmagazine.com/disneyland-ca-tips-and-reviews/\",\n                    \"title\": \"Disneyland CA Tips and Reviews - Family Travel Magazine\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.architecturaldigest.com/story/disneyland-paris-sleeping-beauty-castle\",\n                    \"title\": \"Disneyland Paris' Iconic Sleeping Beauty Castle Gets ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.viator.com/tours/Paris/Disneyland-Paris-1-Day-Ticket/d479-5307DISNEYMAGIC\",\n                    \"title\": \"Disneyland&reg; Paris Entrance Ticket 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.redlandsdailyfacts.com/2023/07/11/these-12-disneyland-ride-vehicles-could-fetch-750000-at-auction/\",\n                    \"title\": \"These 12 Disneyland ride vehicles could fetch ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sbsun.com/2023/07/11/these-12-disneyland-ride-vehicles-could-fetch-750000-at-auction/\",\n                    \"title\": \"These 12 Disneyland ride vehicles could fetch ...\"\n                }\n            ],\n            \"date\": \"Jul 12, 2023\"\n        },\n        {\n            \"rank\": 9,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/disneyland?lang=en\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-sells-out-of-oogie-boogie-bash-tickets-on-the-first-day/\",\n                    \"title\": \"Disneyland sells out of Oogie Boogie Bash tickets on the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/business/story/2023-07-11/hotel-worker-strikes-orange-county-disneyland-hotels\",\n                    \"title\": \"Worker strikes hit more hotels, this time near Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"Disneyland Forward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/2023/07/new-disneyland-adventureland-treehouse-details-shared-during-disneys-115000-private-jet-to-parks-around-the-world-tour/\",\n                    \"title\": \"New Disneyland Adventureland Treehouse Details Shared ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/guest-climbs-into-pirates-of-the-caribbean-water/\",\n                    \"title\": \"Guest with Baby Wades in Pirates of the Caribbean Water\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/360218-disneyland-news-update-summer-crowd-collapse/\",\n                    \"title\": \"Disneyland Update: Summer Crowd Collapse, Haunted ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/news/2023/07/11/oogie-boogie-bash-2023-dates-begin-to-sell-out-as-sales-resume-more-smoothly-for-disneyland-resort-event/\",\n                    \"title\": \"Oogie Boogie Bash 2023 Dates Completely Sold Out for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California: A World of Enchantment ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandparis-news.com/en/\",\n                    \"title\": \"DisneylandParis News: HOME\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dreamsunlimitedtravel.com/disneyland/disneyland-map.htm\",\n                    \"title\": \"Disneyland Park Map in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyrewards.com/vacation-perks/disneyland-perks/\",\n                    \"title\": \"Disneyland Resort Perks | Disney&reg; Credit Cards\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disney-disneyland-california-adventure-summer-attractions-shows\",\n                    \"title\": \"Disneyland, California Adventure summer attractions ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/california-resident-disneyland-ticket-offer-2023/\",\n                    \"title\": \"Disneyland Reveals New California Resident Ticket Offer ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disneyland-rules-research-survey-jc1/\",\n                    \"title\": \"Disneyland Is Trying Something New to Stop Theme Park ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/disneyland-guide/\",\n                    \"title\": \"Disneyland Theme Park Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwprepschool.com/disneyland/\",\n                    \"title\": \"Complete guide to Disneyland (with comparisons to Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theparkprodigy.com/cheapest-time-disneyland/\",\n                    \"title\": \"What is The Cheapest Time to go to Disneyland 2023?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/world-of-color-a-must-see-show-in-disney-california-adventure/\",\n                    \"title\": \"World of Color a must see show in Disney California ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/anaheim-for-kids-beyond-disney/\",\n                    \"title\": \"9 Stops in Anaheim & Nearby For Rest Day From Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disneyland-disney-theme-park-evening-dark-party-star-wars-princess-special\",\n                    \"title\": \"Disneyland Follows Disney World's Lead But With a Star ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-security-shuts-down-guests-marriage-proposal-ma1/\",\n                    \"title\": \"Disneyland Security Shuts Down Guest's Marriage Proposal\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://gofargrowclose.com/best-amusement-park-older-children/\",\n                    \"title\": \"Disneyland versus Universal Studios: Which USA Park Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://music.amazon.com/playlists/B09B1F6GTF\",\n                    \"title\": \"Disneyland Resort Official Playlist\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousehacking.com/blog/disneyland-paris-trip-planning-guide\",\n                    \"title\": \"Disneyland Paris Complete Guide and Tips (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.arestravel.com/disneyland-resort-ticket-deals/\",\n                    \"title\": \"Disneyland&reg; Resort Ticket Deals\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thehappiestblogonearth.com/what-to-do-if-disneyland-reaches-capacity/\",\n                    \"title\": \"Disneyland Capacity Numbers\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://shebuystravel.com/disneyland-ticket-prices/\",\n                    \"title\": \"Disneyland Ticket Prices Rising for 2023 | She Buys Travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/news/snow-in-orange-county-disneyland-california/3105800/\",\n                    \"title\": \"Snow at Disneyland? Videos Show White Stuff Falling ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spectrumnews1.com/ca/la-west/entertainment/2022/09/11/new-disneyland--walt-disney-world-attractions-announced-highlights-last-day-of-d23-expo\",\n                    \"title\": \"New Disneyland, Walt Disney World attractions announced\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://romesentinel.com/stories/nerdwallet-how-to-plan-a-disneyland-trip-for-the-disney100-celebration,157791\",\n                    \"title\": \"How to plan a Disneyland trip for the Disney100 celebration\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disneyland-city-hall-anaheim\",\n                    \"title\": \"DISNEYLAND CITY HALL - 58 Photos & 30 Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insideoursuitcase.com/is-disneyland-busy-on-thanksgiving-heres-everything-you-need-to-know/\",\n                    \"title\": \"Is Disneyland Busy On Thanksgiving? (2023 Guide)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/07/disneyland-to-celebrate-68th-anniversary-with-cavalcade/\",\n                    \"title\": \"Disneyland to Celebrate 68th Anniversary with Cavalcade\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sbsun.com/2023/07/13/27-new-eats-and-drinks-coming-to-san-fransokyo-square-what-disneyland-chefs-are-cooking-up/\",\n                    \"title\": \"27 new eats and drinks coming to San Fransokyo Square\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mouseplanet.com/13286/Disneyland_Resort_Update_for_December_5__11_2022\",\n                    \"title\": \"Disneyland Resort Update for December 5 - 11, 2022\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/2023/07/13/27-new-eats-and-drinks-coming-to-san-fransokyo-square-what-disneyland-chefs-are-cooking-up/\",\n                    \"title\": \"27 new eats and drinks coming to San Fransokyo Square\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tickets-paris.fr/disneyland-paris/entrance/\",\n                    \"title\": \"Disneyland Paris Entrances | How to Enter The World of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.architecturaldigest.com/story/disneyland-paris-sleeping-beauty-castle\",\n                    \"title\": \"Disneyland Paris' Iconic Sleeping Beauty Castle Gets ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@loveforluke2020/video/7254604483177598254\",\n                    \"title\": \"not my kids!* I just love Disneyland. The only place where you ...\"\n                }\n            ],\n            \"date\": \"Jul 13, 2023\"\n        },\n        {\n            \"rank\": 18,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland_Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/disneyland?lang=en\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-to-celebrate-68th-anniversary-with-limited-time-event/\",\n                    \"title\": \"Disneyland to celebrate 68th anniversary with limited-time ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/watch?v=zyDoNZOSrr8\",\n                    \"title\": \"16 Reasons Disneyland is Better Than Disney World - YouTube\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/new-haunted-mansion-food-beverage-coming-to-disneyland-resort-tomorrow/\",\n                    \"title\": \"New Haunted Mansion Food & Beverage Coming to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://voiceofoc.org/2023/07/disneyland-workers-could-get-nearly-20-an-hour-following-appeals-court-ruling/\",\n                    \"title\": \"Disneyland Workers Could Get Nearly $20 an Hour ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices - Disney World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.gov.ca.gov/2023/06/14/governor-newsom-celebrates-pride-highlights-disneyland-resorts-investments-in-anaheim/\",\n                    \"title\": \"Governor Newsom Celebrates Pride, Highlights Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thewaltdisneycompany.com/\",\n                    \"title\": \"The Walt Disney Company\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/\",\n                    \"title\": \"runDisney: Disney Marathons & Running Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/360218-disneyland-news-update-summer-crowd-collapse/\",\n                    \"title\": \"Disneyland Update: Summer Crowd Collapse, Haunted ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=DK33brCmfh0C&pg=PA72&lpg=PA72&dq=disneyland&source=bl&ots=6WuVbA0KsV&sig=ACfU3U2pV7y__5BJc1Y2qLIhIgBXp3B4MQ&hl=en&sa=X&ved=2ahUKEwix5LDou46AAxU2JkQIHaj1BE4Q6AF6BQiVAxAD\",\n                    \"title\": \"The Unofficial Guide to Disneyland 2010\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disneyland-ride-water-guest-climbs-out-jc1/\",\n                    \"title\": \"Disneyland Guest Climbs Out of Boat, Drags Infant ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/disneyland-resort-guests-will-soon-hop-between-parks-earlier-in-the-day/3070832/\",\n                    \"title\": \"Disneyland Resort Guests Will Soon 'Hop' Between Parks ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/07/13/a-rare-parade-is-coming-to-disneyland/\",\n                    \"title\": \"A RARE Parade Is Coming to Disneyland!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/disneyland-paris-l2603/\",\n                    \"title\": \"Disneyland Paris, Paris - Book Tickets & Tours\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://finance.yahoo.com/news/disneyland-workers-could-pay-hike-051740466.html\",\n                    \"title\": \"Disneyland workers could get a pay hike to nearly $20 an ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/tag/disneyland/\",\n                    \"title\": \"disneyland News & Updates\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventurestudenttravel.com/8-differences-between-disneyland-and-disneys-california-adventure/\",\n                    \"title\": \"8 Differences Between Disneyland and Disney's California ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://destinationcheckoff.com/is-rope-drop-worth-it-at-disneyland-california-adventure/\",\n                    \"title\": \"Rope drop at Disneyland and California Adventure\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.seattleschild.com/seattle-to-disneyland-tips/\",\n                    \"title\": \"Seattle to Disneyland and back: 15 tips to navigate by\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousesavers.com/disneyland-california-vacation-discounts-and-deals/disneyland-ticket-discounts/\",\n                    \"title\": \"Disneyland Tickets: Discounts, Deals & Coupons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://vegalleries.com/releases/the-joel-magee-disneyland-collection\",\n                    \"title\": \"The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-splash-mountain-ride-final-day\",\n                    \"title\": \"Disneyland says goodbye to iconic Splash Mountain ride\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=LhNnYczFJt8C&pg=PA57&lpg=PA57&dq=disneyland&source=bl&ots=rWvwAp8zaj&sig=ACfU3U08GOebsSQGyKn9A-oMLdGDcyY0xQ&hl=en&sa=X&ved=2ahUKEwix5LDou46AAxU2JkQIHaj1BE4Q6AF6BQiYAxAD\",\n                    \"title\": \"Disneyland Detective: An Independent Guide to Discovering ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-map/\",\n                    \"title\": \"Disneyland / California Adventure Map\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travelingswansons.com/disneyland-hotel-review/\",\n                    \"title\": \"Is Disneyland Hotel Worth It? A Disneyland Hotel Review\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.momrewritten.com/disneyland-what-else-is-there-to-do/\",\n                    \"title\": \"50+ Overlooked Disneyland Attractions and Hidden Gems\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://romesentinel.com/stories/nerdwallet-how-to-plan-a-disneyland-trip-for-the-disney100-celebration,157791\",\n                    \"title\": \"How to plan a Disneyland trip for the Disney100 celebration\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thedisneyblog.com/2023/07/13/disneyland-park-to-celebrate-68th-anniversary-with-special-cavalcade-on-july-17/\",\n                    \"title\": \"Disneyland Park to Celebrate 68th Anniversary with ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=j8RlaYU9FC8C&pg=PA19&lpg=PA19&dq=disneyland&source=bl&ots=gC91vp_-cz&sig=ACfU3U3RIODvKsQrBYLfS5Twik9xRkLtAg&hl=en&sa=X&ved=2ahUKEwix5LDou46AAxU2JkQIHaj1BE4Q6AF6BQiWAxAD\",\n                    \"title\": \"Unofficial Guide to Disneyland Paris - Page 19 - Google Books Result\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.deseret.com/2023/1/29/23552501/best-disneyland-restaurants\",\n                    \"title\": \"The 10 best Disneyland restaurants &mdash; and 3 you should ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://tripswithtykes.com/disneyland-hotel-vs-disneys-grand-californian/\",\n                    \"title\": \"Disneyland Hotel vs. Grand Californian: Which Is Right For ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tickets-paris.fr/disneyland-paris/entrance/\",\n                    \"title\": \"Disneyland Paris Entrances | How to Enter The World of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/disneyland-sneaking-skrulls-parks-awesome-secret-invasion-tie-in\",\n                    \"title\": \"Disneyland's Been Sneaking Skrulls Into The Parks, And ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/haunted-mansion-treats-disneyland/\",\n                    \"title\": \"New Haunted Mansion Treats Now Available at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@loveforluke2020/video/7254604483177598254\",\n                    \"title\": \"not my kids!* I just love Disneyland. The only place where you ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=5LhkAAAAMAAJ&pg=PA61&lpg=PA61&dq=disneyland&source=bl&ots=N26InePlqz&sig=ACfU3U337LRhXF7lrkwmL8E642NLRiG5HQ&hl=en&sa=X&ved=2ahUKEwix5LDou46AAxU2JkQIHaj1BE4Q6AF6BQiXAxAD\",\n                    \"title\": \"Television in Black-and-white America: Race and National ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=Hv7fAAAAMAAJ&pg=PA279&lpg=PA279&dq=disneyland&source=bl&ots=VC_gVOZmEM&sig=ACfU3U2l2t9JiATrr9Io-pqKCX8NJYTNPA&hl=en&sa=X&ved=2ahUKEwix5LDou46AAxU2JkQIHaj1BE4Q6AF6BQiZAxAD\",\n                    \"title\": \"Once Upon an American Dream: The Story of Euro Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.architecturaldigest.com/story/disneyland-paris-sleeping-beauty-castle\",\n                    \"title\": \"Disneyland Paris' Iconic Sleeping Beauty Castle Gets ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.businessinsider.com/23-crazy-facts-about-disneyland-2015-7\",\n                    \"title\": \"23 Crazy Facts About Disneyland\"\n                }\n            ],\n            \"date\": \"Jul 14, 2023\"\n        },\n        {\n            \"rank\": 6,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/business/story/2023-07-13/disneyland-workers-could-get-a-pay-hike-to-nearly-20-an-hour-after-living-wage-win\",\n                    \"title\": \"Disneyland workers could get a pay hike after living-wage ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://voiceofoc.org/2023/07/disneyland-workers-could-get-nearly-20-an-hour-following-appeals-court-ruling/\",\n                    \"title\": \"Disneyland Workers Could Get Nearly $20 an Hour ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Attraction_Review-g29092-d103346-Reviews-Disneyland_Park-Anaheim_California.html\",\n                    \"title\": \"Disneyland Park (Anaheim) - All You Need to Know ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-to-celebrate-68th-anniversary-with-limited-time-event/\",\n                    \"title\": \"Disneyland to celebrate 68th anniversary with limited-time ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disneyland-ride-water-guest-climbs-out-jc1/\",\n                    \"title\": \"Disneyland Guest Climbs Out of Boat, Drags Infant ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/guest-climbs-into-pirates-of-the-caribbean-water/\",\n                    \"title\": \"VIDEO: Guest with Baby Wades in Pirates of the Caribbean ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/07/14/6-things-you-must-eat-in-disneylands-san-fransokyo-square-and-3-you-should-definitely-skip/\",\n                    \"title\": \"6 things you must eat in Disneyland's San Fransokyo Square\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/tickets.htm\",\n                    \"title\": \"Disneyland California Ticket Prices - Disney World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/hollywood-disneyland-tour/\",\n                    \"title\": \"Hollywood & Disneyland Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/2023/07/new-haunted-mansion-food-beverage-coming-to-disneyland-resort-tomorrow/\",\n                    \"title\": \"New Haunted Mansion Food & Beverage Coming to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/360940-haunted-mansion-food-offerings-materialize-at-disneyland/\",\n                    \"title\": \"Haunted Mansion Themed Eats & Treats Materialize at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://d23.com/a-to-z/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theweek.com/political-satire/1025003/disneyland-drop\",\n                    \"title\": \"Disneyland drop\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousehacking.com/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.avclub.com/the-a-v-club-tours-the-joel-magee-disneyland-collectio-1850643754\",\n                    \"title\": \"The A.V. Club tours The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/the-scene/disneyland-resort-guests-will-soon-hop-between-parks-earlier-in-the-day/3070832/\",\n                    \"title\": \"Disneyland Resort Guests Will Soon 'Hop' Between Parks ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/things-to-do-indoors-at-disneyland/\",\n                    \"title\": \"Things to do INDOORS at Disneyland and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-cheaper-admission-tickets\",\n                    \"title\": \"Disneyland offering its cheapest tickets for more days in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-disney-genie-guide/\",\n                    \"title\": \"Disneyland Genie+ 2023: Tested Tips to Experience the ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.siliconvalley.com/2023/05/04/disneyland-pitches-theme-park-expansion-plans-to-neighbors-2/\",\n                    \"title\": \"Disneyland pitches theme park expansion plans to neighbors\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://howtodisney.com/top-10-differences-between-disneyland-and-disney-world/\",\n                    \"title\": \"Top 10 Differences Between Disney World and Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mapquest.com/travel/disneyland-opens.htm\",\n                    \"title\": \"July 17 1955: Disneyland Opens in Anaheim, California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneydose.com/disneyland-snacks/\",\n                    \"title\": \"Disneyland Snacks to AVOID and the Ones to Try in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.laughingplace.com/w/p/disneyland-current-wait-times/\",\n                    \"title\": \"Disneyland Wait Times\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://kingsinnanaheim.com/location\",\n                    \"title\": \"Walking Distance to Disneyland&reg; Park & Conventions!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rollingstone.com/politics/politics-news/kevin-mccarthy-ndaa-prevent-disney-training-troops-1234788806/\",\n                    \"title\": \"Kevin McCarthy Says Defense Bill Will Prevent Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/07/13/a-rare-parade-is-coming-to-disneyland/\",\n                    \"title\": \"A RARE Parade Is Coming to Disneyland!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.buildabettermousetrip.com/best-time-to-go-to-disneyland\",\n                    \"title\": \"Best Time to Go to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousesavers.com/disneyland-california-vacation-discounts-and-deals/disneyland-ticket-discounts/\",\n                    \"title\": \"Disneyland Tickets: Discounts, Deals & Coupons\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://kotaku.com/disneyland-world-cheapest-price-time-ticket-prices-fast-1849733205\",\n                    \"title\": \"As Profits Soar, The Disneyland & Disney World Magic Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/how-disney-world-and-disneyland-are-starting-to-incorporate-encanto-into-the-theme-parks\",\n                    \"title\": \"How Disney World And Disneyland Are Starting To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.neverendingvoyage.com/disneyland-california-adventure-one-day-itinerary-adults/\",\n                    \"title\": \"Disneyland & California Adventure in One Day: An Itinerary ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://romesentinel.com/stories/nerdwallet-how-to-plan-a-disneyland-trip-for-the-disney100-celebration,157791\",\n                    \"title\": \"How to plan a Disneyland trip for the Disney100 celebration\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripsavvy.com/things-for-free-at-disneyland-4054304\",\n                    \"title\": \"Things You Can Get for Free at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://boingboing.net/2023/07/14/incredible-auction-of-disneyland-memorabilia.html\",\n                    \"title\": \"Incredible auction of Disneyland memorabilia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.momrewritten.com/new-coming-to-disneyland/\",\n                    \"title\": \"What's New, What's Returning and What's Coming To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mercurynews.com/2023/01/08/disneyland-rolls-out-new-eats-and-drinks-before-disney100-celebration-see-the-list/\",\n                    \"title\": \"Disneyland rolls out new eats and drinks before Disney100 ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@loveforluke2020/video/7254604483177598254\",\n                    \"title\": \"not my kids!* I just love Disneyland. The only place ... - TikTok\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tickets-paris.fr/disneyland-paris/entrance/\",\n                    \"title\": \"Disneyland Paris Entrances | How to Enter The World of ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.architecturaldigest.com/story/disneyland-paris-sleeping-beauty-castle\",\n                    \"title\": \"Disneyland Paris' Iconic Sleeping Beauty Castle Gets ...\"\n                }\n            ],\n            \"date\": \"Jul 15, 2023\"\n        },\n        {\n            \"rank\": 9,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/business/story/2023-07-13/disneyland-workers-could-get-a-pay-hike-to-nearly-20-an-hour-after-living-wage-win\",\n                    \"title\": \"Disneyland workers could get a pay hike after living-wage ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://voiceofoc.org/2023/07/disneyland-workers-could-get-nearly-20-an-hour-following-appeals-court-ruling/\",\n                    \"title\": \"Disneyland Workers Could Get Nearly $20 an Hour ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disneyland-ride-water-guest-climbs-out-jc1/\",\n                    \"title\": \"Disneyland Guest Climbs Out of Boat, Drags Infant ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://news.yahoo.com/kevin-mccarthy-mocked-saying-dont-192840982.html\",\n                    \"title\": \"Kevin McCarthy Mocked After Saying, 'We Don't Want ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/07/disneyland-resort-prepares-for-world-premiere-of-haunted-mansion/\",\n                    \"title\": \"Disneyland Resort Prepares for World Premiere of \\\" ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/hollywood-disneyland-tour/\",\n                    \"title\": \"Hollywood & Disneyland Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visittheusa.com/experience/disneyland-resort-california-world-enchantment-awaits\",\n                    \"title\": \"Disneyland Resort in California: A World of Enchantment ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://collider.com/haunted-mansion-cast-disneyland-ride-video/\",\n                    \"title\": \"'Haunted Mansion' Stars Surprise Unsuspecting Mortals at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/361028-disneyland-68th-anniversary-plans/\",\n                    \"title\": \"What You Want To Know About Disneyland's 68th ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.southwestvacations.com/destinations/united-states/disneyland-resort-vacation-packages/\",\n                    \"title\": \"Disneyland Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://earth.google.com/web/@33.8121567,-117.9190063,42.79127585a,0d,60y,194.2418188h,81.8505946t,0r/data=ClIaUBJKCiUweDgwZGNkN2QxMmIzYjVlNmI6MHgyZWY2MmY4NDE4MjI1Y2ZhGcUsxZ_y50BAIYm3KXnQel3AKg9EaXNuZXlsYW5kIFBhcmsYASABIjAKLEFGMVFpcE1wWXVQdDZ5dkoxakxIMktaNWRWZ2ItSVhvenRjLWd4cUxIN2JvEAU\",\n                    \"title\": \"Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneydose.com/disneyland-snacks/\",\n                    \"title\": \"Disneyland Snacks to AVOID and the Ones to Try in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mommypoppins.com/los-angeles-kids/city-hacks/disneyland-tips-12-hacks-you-need-to-know-0\",\n                    \"title\": \"Disneyland Tips: 12 Hacks You Need To Know\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/what-to-do-when-it-rains-at-disneyland/\",\n                    \"title\": \"Rain at Disneyland: Enjoy Low Crowds, Best Rainy Day ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nbclosangeles.com/tag/disneyland/\",\n                    \"title\": \"Tag: Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneygiftcard.com/info\",\n                    \"title\": \"Info & FAQ | Disney Gift Card\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/cast-members-minimum-wage-dlr-lawsuit/\",\n                    \"title\": \"California Appellate Court Rules Disneyland Resort ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.avclub.com/the-a-v-club-tours-the-joel-magee-disneyland-collectio-1850643754\",\n                    \"title\": \"The A.V. Club tours The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Attraction_Review-g29092-d103346-Reviews-Disneyland_Park-Anaheim_California.html\",\n                    \"title\": \"Disneyland Park (Anaheim) - All You Need to Know ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/san-fransokyo-square-at-disneyland-resort-to-open-in-august/\",\n                    \"title\": \"'San Fransokyo Square' at Disneyland Resort to open in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.deseret.com/entertainment/2022/9/3/23334010/5-hacks-getting-the-most-out-of-disneyland-vacation\",\n                    \"title\": \"5 hacks for getting the most out of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.viajarlosangeles.com/anaheim.php\",\n                    \"title\": \"Visitar el parque de Disneyland de Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/portos-bakery-and-cafe-disneyland-resort-downtown-disney-district-portos-locations/12222534/\",\n                    \"title\": \"Porto's Bakery and Caf&eacute; opening location in Downtown ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.architecturaldigest.com/story/disneyland-paris-sleeping-beauty-castle\",\n                    \"title\": \"Disneyland Paris' Iconic Sleeping Beauty Castle Gets ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/07/haunted-mansion-premiere-director-justin-simien-addresses-sag-aftra-strike-disneyland-event-without-actors-1235439145/\",\n                    \"title\": \"'Haunted Mansion' Premiere: Director Justin Simien ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=KLUmEAAAQBAJ&pg=PT74&lpg=PT74&dq=disneyland&source=bl&ots=BgHT-vaozX&sig=ACfU3U2PjbmuE7dGapPWZgegqjBsX3H77g&hl=en&sa=X&ved=2ahUKEwjah-_Q7JKAAxXoRjABHa68DyoQ6AF6BQibAxAD\",\n                    \"title\": \"The Glocalization of Shanghai Disneyland - Google Books Result\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://theweek.com/political-satire/1025003/disneyland-drop\",\n                    \"title\": \"Disneyland drop\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hindustantimes.com/entertainment/music/bts-v-shares-disneyland-pictures-with-friends-101689417633882.html\",\n                    \"title\": \"BTS' V visits Disneyland, shares glimpses as park lights up ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=ChJFCQAAQBAJ&pg=PP20&lpg=PP20&dq=disneyland&source=bl&ots=VfQai7Z279&sig=ACfU3U1NAdxqYRXZ8hKxIBq7UIsT7-3U5A&hl=en&sa=X&ved=2ahUKEwjah-_Q7JKAAxXoRjABHa68DyoQ6AF6BQinAxAD\",\n                    \"title\": \"The Disneyland Book of Lists - Google Books Result\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=DK33brCmfh0C&pg=PA232&lpg=PA232&dq=disneyland&source=bl&ots=6WuVcF1FwY&sig=ACfU3U1nDYIfqVb_7Pzb5Dw-OO0fei5ZzA&hl=en&sa=X&ved=2ahUKEwjah-_Q7JKAAxXoRjABHa68DyoQ6AF6BQimAxAD\",\n                    \"title\": \"The Unofficial Guide to Disneyland 2010\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://books.google.com/books?id=j8RlaYU9FC8C&pg=PA56&lpg=PA56&dq=disneyland&source=bl&ots=gC91wu-WgC&sig=ACfU3U1j24JNoIZf1xrDdprvZeYglCyoZw&hl=en&sa=X&ved=2ahUKEwjah-_Q7JKAAxXoRjABHa68DyoQ6AF6BQiaAxAD\",\n                    \"title\": \"Unofficial Guide to Disneyland Paris - Page 56 - Google Books Result\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/news/2023/05/31/splash-mountain-disneyland-closing/70272290007/\",\n                    \"title\": \"Why Splash Mountain closed at Disneyland, World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://shop.id.me/stores/2542-disneyland-resort-california\",\n                    \"title\": \"Disneyland Discounts for Military, Teachers & Students\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/04/25/1171800331/fire-breathing-dragon-at-californias-disneyland-caught-fire-over-the-weekend\",\n                    \"title\": \"Fire-breathing dragon at California's Disneyland caught ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/2023/04/10/dining/disneyland-disney-world-restaurants-food.html\",\n                    \"title\": \"Mickey Bars, Turkey Legs and the Obsession With Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.bbc.com/news/world-us-canada-65370042\",\n                    \"title\": \"Maleficent: Dragon catches fire during Disneyland show\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.10news.com/lifestyle/exploring-san-diego/disneyland-announces-ticket-deal-for-california-residents\",\n                    \"title\": \"Disneyland announces ticket deal for California residents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-takes-children-away-from-parents-bwb1/\",\n                    \"title\": \"Disneyland Reportedly Takes Children Away From Parents\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@arisenchantment/video/7256157209170644267\",\n                    \"title\": \"THIS HAD ME ROLLING - #gaston - #disneyparks - TikTok\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mousetrapnews.com/weight-limit-coming-to-disney-world-and-disneyland-rides/\",\n                    \"title\": \"Weight Limit Coming to Disney World and Disneyland Rides\"\n                }\n            ],\n            \"date\": \"Jul 16, 2023\"\n        },\n        {\n            \"rank\": 56,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Attraction_Review-g29092-d103346-Reviews-Disneyland_Park-Anaheim_California.html\",\n                    \"title\": \"Disneyland Park (Anaheim) - All You Need to Know ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/tdl/\",\n                    \"title\": \"[Official]Tokyo Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/disneyland-guide/\",\n                    \"title\": \"Disneyland Theme Park Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://roadtrippers.com/magazine/the-ultimate-guide-to-anaheims-disneyland-resort/\",\n                    \"title\": \"The Ultimate Guide to Anaheim's Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travel.usnews.com/Anaheim_Disneyland_CA/Things_To_Do/Disneyland_62335/\",\n                    \"title\": \"Disneyland Resort Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/first-visit-to-disneyland-know-before-you-go-guide/\",\n                    \"title\": \"First visit to Disneyland - know before you go GUIDE\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/all-the-new-rides-and-attractions-in-disneyland-and-disney-california-adventure/\",\n                    \"title\": \"All the NEW Rides and Attractions at Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Disney Resort Is ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/reviews/disneyland/\",\n                    \"title\": \"Visitors Guide to Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/tag/theme-parks/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/361028-disneyland-68th-anniversary-plans/\",\n                    \"title\": \"What You Want To Know About Disneyland's 68th ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-confirms-ride-returning-to-park-ld1/\",\n                    \"title\": \"Disneyland Confirms Popular Ride Is Returning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-for-adults/\",\n                    \"title\": \"How to do Disneyland for Adults - tips for a luxurious ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parade.com/travel/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Disney World: Differences Between Resorts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwprepschool.com/disneyland/tickets/\",\n                    \"title\": \"Disneyland Tickets (types, prices, & tips)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/07/16/disneyland-paris-loses-its-sparkle-as-nearly-15000-fans-sign-petition-to-bring-back-ticket-perks/\",\n                    \"title\": \"Disneyland Paris Loses Its Sparkle As Nearly 15000 Fans ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wyndhamhotels.com/days-inn/anaheim-california/days-inn-and-suites-anaheim-at-disneyland-park/overview\",\n                    \"title\": \"Days Inn & Suites by Wyndham Anaheim At Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripsavvy.com/disneyland-resort-guide-1586455\",\n                    \"title\": \"Disneyland Guide: Planning Your Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.istockphoto.com/photos/disneyland-california\",\n                    \"title\": \"Disneyland California Pictures, Images and Stock Photos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dapsmagic.com/2023/07/disneyland-resort-prepares-for-world-premiere-of-haunted-mansion/\",\n                    \"title\": \"Disneyland Resort Prepares for World Premiere of \\\" ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.designingdisney.com/parks/disneyland-resort/genesis-disneyland-1951-riverside-drive-park/\",\n                    \"title\": \"The Genesis of Disneyland: the 1951 \\\"Riverside Drive Park\\\"\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-map/\",\n                    \"title\": \"Disneyland / California Adventure Map\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://blooloop.com/theme-park/news/disneyland-expansion-community-meetings-anaheim/\",\n                    \"title\": \"Disneyland pitching expansion plans to local community\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://pages.beamery.com/waltdisney/page/dlrhiringevent?cid=21154\",\n                    \"title\": \"Disneyland Hiring Event - The Walt Disney Company\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/disneyland-crowd-forecast-predictor-calendar/\",\n                    \"title\": \"Disneyland Crowd Forecast Calendar &ndash; Is It Packed?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yelp.com/biz/disney-california-adventure-park-anaheim-3\",\n                    \"title\": \"DISNEY CALIFORNIA ADVENTURE PARK - 16147 Photos ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ziggyknowsdisney.com/disneyland-expansion/\",\n                    \"title\": \"Huge Disneyland Future Expansion | DisneylandForward ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://collider.com/haunted-mansion-cast-disneyland-ride-video/\",\n                    \"title\": \"'Haunted Mansion' Stars Surprise Unsuspecting Mortals at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getyourguide.com/paris-l16/paris-disneyland-1-day-ticket-t395320/\",\n                    \"title\": \"Paris: Disneyland 1-Day Ticket\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.theanaheimhotel.com/\",\n                    \"title\": \"The Anaheim Hotel - Stay Across from the Magic of Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicintheplanning.com/visiting-disneyland-in-july/\",\n                    \"title\": \"Visiting Disneyland in July 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/san-fransokyo-square-at-disneyland-resort-to-open-in-august/\",\n                    \"title\": \"'San Fransokyo Square' at Disneyland Resort to open in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://voiceofoc.org/2023/07/disneyland-workers-could-get-nearly-20-an-hour-following-appeals-court-ruling/\",\n                    \"title\": \"Disneyland Workers Could Get Nearly $20 an Hour ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://news.yahoo.com/kevin-mccarthy-mocked-saying-dont-192840982.html\",\n                    \"title\": \"Kevin McCarthy Mocked After Saying, 'We Don't Want ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/cast-members-minimum-wage-dlr-lawsuit/\",\n                    \"title\": \"California Appellate Court Rules Disneyland Resort ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.latimes.com/lifestyle/story/2023-04-20/disneyland-too-expensive-fees-genie-plus\",\n                    \"title\": \"Disneyland feels classist now. Is it killing the magic for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ksbw.com/article/3-celebs-disguised-as-disneyland-cast-members-surprise-guests-on-ride/44554950\",\n                    \"title\": \"3 celebs disguised as Disneyland cast members surprise ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mousetrapnews.com/weight-limit-coming-to-disney-world-and-disneyland-rides/\",\n                    \"title\": \"Weight Limit Coming to Disney World and Disneyland Rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.indiewire.com/news/general-news/haunted-mansion-premiere-stars-skip-sag-strike-1234884931/\",\n                    \"title\": \"'Haunted Mansion' Stars Skip Disneyland Premiere due ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thewrap.com/haunted-mansion-disneyland-premiere-strike/\",\n                    \"title\": \"'Haunted Mansion' Disneyland Premiere Replaces Striking ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                }\n            ],\n            \"date\": \"Jul 17, 2023\"\n        },\n        {\n            \"rank\": 7,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Is Right for You?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Attraction_Review-g29092-d103346-Reviews-Disneyland_Park-Anaheim_California.html\",\n                    \"title\": \"Disneyland Park (Anaheim) - All You Need to Know ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-confirms-ride-returning-to-park-ld1/\",\n                    \"title\": \"Disneyland Confirms Popular Ride Is Returning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/07/16/disneyland-paris-loses-its-sparkle-as-nearly-15000-fans-sign-petition-to-bring-back-ticket-perks/\",\n                    \"title\": \"Disneyland Paris Loses Its Sparkle As Nearly 15000 Fans ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/07/18/disneyland-reveals-new-details-about-the-adventureland-treehouse/\",\n                    \"title\": \"Disneyland reveals new details about the Adventureland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.msnbc.com/rachel-maddow-show/maddowblog/kevin-mccarthy-warns-disneyland-training-us-military-rcna94642\",\n                    \"title\": \"Kevin McCarthy warns of 'Disneyland' training the U.S. ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/san-fransokyo-square-at-disneyland-resort-to-open-in-august/\",\n                    \"title\": \"'San Fransokyo Square' at Disneyland Resort to open in ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://pages.beamery.com/waltdisney/page/dlrhiringevent?cid=21154\",\n                    \"title\": \"Disneyland Hiring Event - The Walt Disney Company\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/new-limited-edition-disneyland-resort-68th-anniversary-pin-available/\",\n                    \"title\": \"New Limited Edition Disneyland Resort 68th Anniversary ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneypinsblog.com/a-walk-in-walts-footsteps-pin-collection-at-disneyland/\",\n                    \"title\": \"A Walk in Walt's Footsteps Pin Collection at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://gizmodo.com/haunted-mansion-disneyland-premiere-strike-1850645440\",\n                    \"title\": \"Haunted Mansion's Disneyland Premiere is Dire Studio ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://arestravel.com/attraction/single/3962/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours, and ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.avclub.com/the-a-v-club-tours-the-joel-magee-disneyland-collectio-1850643754\",\n                    \"title\": \"The A.V. Club tours The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mousetrapnews.com/weight-limit-coming-to-disney-world-and-disneyland-rides/\",\n                    \"title\": \"Weight Limit Coming to Disney World and Disneyland Rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ksbw.com/article/3-celebs-disguised-as-disneyland-cast-members-surprise-guests-on-ride/44554950\",\n                    \"title\": \"3 celebs disguised as Disneyland cast members surprise ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lovetoknow.com/life/lifestyle/facts-about-disneyland\",\n                    \"title\": \"Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ihg.com/holidayinn/hotels/us/en/anaheim/laxaw/hoteldetail\",\n                    \"title\": \"Holiday Inn & Suites Anaheim (1 Blk/Disneyland&reg;)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.kcrw.com/news/shows/greater-la/heat-latinos-la-times-oc/disneyland-minimum-wage\",\n                    \"title\": \"Thousands of Disneyland workers may soon see bigger ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/flume/202307/9664/\",\n                    \"title\": \"Disneyland celebrates its 68th birthday\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.npr.org/2023/03/01/1160457149/a-man-set-a-guinness-world-record-for-disneyland-visits-2-995-in-a-row\",\n                    \"title\": \"A man set a Guinness World Record for Disneyland visits\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://news.yahoo.com/kevin-mccarthy-mocked-saying-dont-192840982.html\",\n                    \"title\": \"Kevin McCarthy Mocked After Saying, 'We Don't Want ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://deadline.com/2023/07/haunted-mansion-premiere-director-justin-simien-addresses-sag-aftra-strike-disneyland-event-without-actors-1235439145/\",\n                    \"title\": \"'Haunted Mansion' Premiere: Director Justin Simien ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.pinterest.com/savyday/disneyland/\",\n                    \"title\": \"900+ Best Disneyland ideas in 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cbsnews.com/news/splash-mountain-disneyland-closing-date-tianas-bayou-adventure/\",\n                    \"title\": \"Disneyland to officially close down Splash Mountain next ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelpulse.com/news/entertainment/sneak-peek-at-disneyland-resort-s-san-fransokyo-square-opening-date-announced\",\n                    \"title\": \"Sneak Peek at Disneyland Resort's San Fransokyo Square ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/good-changes-coming-disneylands-2023-park-hopping-pricing-photopass-annual-passes/\",\n                    \"title\": \"Good Changes Coming to Disneyland: Park Hopping ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.indiewire.com/news/general-news/haunted-mansion-premiere-stars-skip-sag-strike-1234884931/\",\n                    \"title\": \"'Haunted Mansion' Stars Skip Disneyland Premiere due ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://people.com/travel/man-breaks-guinness-world-record-visiting-disneyland-almost-3000-times/\",\n                    \"title\": \"Man Breaks Guinness World Record Visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allaccessdisneyland.com/purchase-disneyland-tickets/\",\n                    \"title\": \"Disneyland Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ace.aaa.com/discounts/category/disney-tickets.html\",\n                    \"title\": \"Disney Tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.grunge.com/55068/untold-truth-disneyland/\",\n                    \"title\": \"The Untold Truth Of Disneyland - Grunge\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/guide-photopass-disneyland/\",\n                    \"title\": \"The Ultimate Guide to PhotoPass at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.guinnessworldrecords.com/news/2023/2/disney-loving-man-smashes-record-by-visiting-disneyland-2-995-days-in-a-row-738450\",\n                    \"title\": \"Disney loving man smashes record by visiting Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/357783-disneyland-update-secret-test-adventureland-mess-splash-at-rest/\",\n                    \"title\": \"Disneyland Update - Secret Test, Adventureland Mess, ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://magicguides.com/disneyland-customer-service/\",\n                    \"title\": \"Disneyland Customer Service Contact Information\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://romesentinel.com/stories/nerdwallet-how-to-plan-a-disneyland-trip-for-the-disney100-celebration,157791\",\n                    \"title\": \"How to plan a Disneyland trip for the Disney100 celebration\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://boingboing.net/2023/07/18/opening-day-disneyland-compared-to-today.html\",\n                    \"title\": \"Opening day Disneyland compared to today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeanddate.com/worldclock/@6620484\",\n                    \"title\": \"Current Local Time in Disneyland Carousel, California, USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverhongkong.com/us/explore/attractions/the-ultimate-guide-to-hong-kong-disneyland.html\",\n                    \"title\": \"Hong Kong Disneyland: the ultimate guide to making ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.familytravelmagazine.com/the-best-roller-coasters-at-disneyland/\",\n                    \"title\": \"The Best Roller Coasters at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@lifeofautumn_/video/7256192814764150058\",\n                    \"title\": \"cant wait to eat everything at california adventure next ... - TikTok\"\n                }\n            ],\n            \"date\": \"Jul 18, 2023\"\n        },\n        {\n            \"rank\": 10,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/\",\n                    \"title\": \"Tokyo Disney Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Is Right for You?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/2023/07/18/disneyland-reveals-new-details-about-the-adventureland-treehouse/\",\n                    \"title\": \"Disneyland reveals new details about the Adventureland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-confirms-ride-returning-to-park-ld1/\",\n                    \"title\": \"Disneyland Confirms Popular Ride Is Returning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-resort/\",\n                    \"title\": \"Disneyland tickets discount | Disneyland Crowd Calendar\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.msnbc.com/rachel-maddow-show/maddowblog/kevin-mccarthy-warns-disneyland-training-us-military-rcna94642\",\n                    \"title\": \"Kevin McCarthy warns of 'Disneyland' training the U.S. ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/hollywood-disneyland-tour/\",\n                    \"title\": \"Hollywood & Disneyland Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themeparkinsider.com/flume/202307/9664/\",\n                    \"title\": \"Disneyland celebrates its 68th birthday\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://majesticgardenhotel.com/theme-parks/disneyland-resort-in-california/\",\n                    \"title\": \"Disneyland&reg; Resort & Disney's California Adventure&reg; Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneypinsblog.com/a-walk-in-walts-footsteps-pin-collection-at-disneyland/\",\n                    \"title\": \"A Walk in Walt's Footsteps Pin Collection at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Walt-Disneys-Disneyland-Chris-Nichols/dp/3836563487\",\n                    \"title\": \"Walt Disney's Disneyland: Nichols, Chris\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/category/disney-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Updates\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.avclub.com/the-a-v-club-tours-the-joel-magee-disneyland-collectio-1850643754\",\n                    \"title\": \"The A.V. Club tours The Joel Magee Disneyland Collection\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/disney-junior-friends-celebration-coming-to-disneyland-resort-next-month/\",\n                    \"title\": \"Disney Junior & Friends Celebration Coming to Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.yesterland.com/\",\n                    \"title\": \"Yesterland - Disneyland History & Other Disney Park History\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://abc7.com/disneyland-ticket-offer-disney-parks-california-summer-ca-resident-tickets/13351453/\",\n                    \"title\": \"Disneyland Resort announces summer 2023 ticket offer for ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travel.usnews.com/Anaheim_Disneyland_CA/Things_To_Do/Disneyland_62335/\",\n                    \"title\": \"Disneyland Resort Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-guinness-record-jeff-reitz-cec/index.html\",\n                    \"title\": \"Disneyland's record-breaking regular shares his wisdom ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/best-rides-disneyland/\",\n                    \"title\": \"The 14 best rides at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.marriott.com/en-us/hotels/laxah-anaheim-marriott/overview/\",\n                    \"title\": \"Anaheim, CA, Hotel near Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hilton.com/en/hotels/laxgdes-embassy-suites-anaheim-south/offers/\",\n                    \"title\": \"Disneyland Hotel Packages at Embassy Suites Anaheim ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/disneyland/disneyland-announces-re-opening-dates-for-attractions-scheduled-to-close-in-june/\",\n                    \"title\": \"Disneyland announces re-opening dates for attractions ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://news.yahoo.com/booked-night-disneyland-hotel-500-171659725.html\",\n                    \"title\": \"I booked a night at Disneyland Hotel for $500, and it was ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://spectrumnews1.com/ca/la-west/attractions/2023/04/12/disneyland-shares-new-details-about-its-tiana-ride-as-they-announce-the-closing-of-splash-mountain\",\n                    \"title\": \"Splash Mountain's last day at Disneyland is May 30\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ksbw.com/article/3-celebs-disguised-as-disneyland-cast-members-surprise-guests-on-ride/44554950\",\n                    \"title\": \"3 celebs disguised as Disneyland cast members surprise ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.introducinglosangeles.com/disneyland-park\",\n                    \"title\": \"Disneyland Park - Attractions, prices and location in Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://gizmodo.com/haunted-mansion-disneyland-premiere-strike-1850645440\",\n                    \"title\": \"Haunted Mansion's Disneyland Premiere is Dire Studio ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.isitpacked.com/disneyland-crowd-forecast-predictor-calendar/\",\n                    \"title\": \"Disneyland Crowd Forecast Calendar &ndash; Is It Packed?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/\",\n                    \"title\": \"Races & Events\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/news/2023/05/31/splash-mountain-disneyland-closing/70272290007/\",\n                    \"title\": \"Why Splash Mountain closed at Disneyland, World\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/disneyland-guide/\",\n                    \"title\": \"Disneyland Theme Park Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelpulse.com/news/entertainment/sneak-peek-at-disneyland-resort-s-san-fransokyo-square-opening-date-announced\",\n                    \"title\": \"Sneak Peek at Disneyland Resort's San Fransokyo Square ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thiscrazyadventurecalledlife.com/disneyland-in-summer/\",\n                    \"title\": \"Tips For Disneyland In Summer 2023\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/overlooked-details-in-disneyland/\",\n                    \"title\": \"Ten Overlooked Details in Disneyland: Magic, History ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-proposes-huge-expansion-to-theme-parks/\",\n                    \"title\": \"DisneylandForward Theme Park Expansion Plans\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://romesentinel.com/stories/nerdwallet-how-to-plan-a-disneyland-trip-for-the-disney100-celebration,157791\",\n                    \"title\": \"How to plan a Disneyland trip for the Disney100 celebration\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneydining.com/disneyland-character-shows-undergarments-bwb1/\",\n                    \"title\": \"Disneyland Character Exposes Themselves in Front of Parade ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.statista.com/statistics/236154/attendance-at-the-disneyland-theme-park-california/\",\n                    \"title\": \"Disneyland Anaheim, California attendance numbers 2021\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://boingboing.net/2023/07/18/opening-day-disneyland-compared-to-today.html\",\n                    \"title\": \"Opening day Disneyland compared to today\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/disney-genie-at-disneyland-everything-you-need-to-know/\",\n                    \"title\": \"Disney Genie+ at Disneyland: Everything You Need To Know\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ziggyknowsdisney.com/disneyland-closure/\",\n                    \"title\": \"When Is Disneyland Reopening? - FAQs, Info & Details\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://kingsinnanaheim.com/disneyland-special-so-cal-residents-ticket-prices-anaheim-hotel\",\n                    \"title\": \"So-Cal Residents: Disneyland&reg; Special 3-Day Ticket Prices\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/investing/disneyland-adding-a-major-disney-world-innovation\",\n                    \"title\": \"Disneyland Launches a Popular Disney World Feature\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tiktok.com/@lifeofautumn_/video/7256192814764150058\",\n                    \"title\": \"cant wait to eat everything at california adventure next ... - TikTok\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://d23.com/everything-you-need-to-know-about-magicband-coming-to-disneyland-resort/\",\n                    \"title\": \"Everything You Need to Know About MagicBand+ Coming ...\"\n                }\n            ],\n            \"date\": \"Jul 19, 2023\"\n        },\n        {\n            \"rank\": 12,\n            \"results\": [\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyland.disney.go.com/\",\n                    \"title\": \"Disneyland&reg; Official Site\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://twitter.com/Disneyland?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\",\n                    \"title\": \"Disneyland Resort (@Disneyland) &middot; Twitter\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikipedia.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland - Wikipedia\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.instagram.com/disneyland/?hl=en\",\n                    \"title\": \"Disneyland (@disneyland) &bull; Instagram photos and videos\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.facebook.com/Disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitanaheim.org/things-to-do/theme-parks/disneyland/\",\n                    \"title\": \"Disneyland&reg; Park in Anaheim, CA | Dining & Attractions\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/tickets/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Tickets & Family Vacation Theme ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.getawaytoday.com/destination/disneyland-resort\",\n                    \"title\": \"Discount DISNEYLAND&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandnews.com/\",\n                    \"title\": \"Disneyland News\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripadvisor.com/Tourism-g19903898-Disneyland_Resort_California-Vacations.html\",\n                    \"title\": \"Disneyland Resort 2023: Best Places to Visit\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.youtube.com/channel/UCuRtXPHmnpkZetkb8ft7mzw\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disney.com/\",\n                    \"title\": \"Disney.com | The official home for all things Disney\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.costcotravel.com/Experiences/Disney/Disneyland-Resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disney.fandom.com/wiki/Disneyland\",\n                    \"title\": \"Disneyland | Disney Wiki - Fandom\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.britannica.com/place/Disneyland\",\n                    \"title\": \"Disneyland | History, Map, & Facts\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tokyodisneyresort.jp/en/tdl/\",\n                    \"title\": \"[Official]Tokyo Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.discoverlosangeles.com/things-to-do/disneyland%C2%AE-park\",\n                    \"title\": \"Disneyland&reg; Park | Discover Los Angeles\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shopdisney.com/parks/disneyland/\",\n                    \"title\": \"Disneyland Apparel & Merchandise\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitcalifornia.com/experience/know-you-go-disneyland-resort/\",\n                    \"title\": \"Know Before You Go: Disneyland Resort in Anaheim\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://touringplans.com/disneyland-resort\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.klook.com/en-US/blog/disneyland-california-adventure-guide/\",\n                    \"title\": \"Your Ultimate Guide to Disneyland Park and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://play.google.com/store/apps/details?id=com.disney.wdpro.dlr&hl=en_US&gl=US\",\n                    \"title\": \"Disneyland&reg; - Apps on Google Play\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneyconnect.com/dpep/news-category/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Archives |\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.undercovertourist.com/los-angeles/disneyland-park/\",\n                    \"title\": \"Disneyland Park discount tickets\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.dailynews.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://apps.apple.com/us/app/disneyland/id1022164656\",\n                    \"title\": \"Disneyland&reg; on the App Store\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelinusa.us/disneyland-los-angeles/\",\n                    \"title\": \"Things to do in Disneyland Park California - Travel in USA\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://reservations.surfcityusa.com/attraction/single/5620/18\",\n                    \"title\": \"Disneyland&reg; Resort - Buy Discount Tickets, Tours ... - Hotels\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.trip.com/travel-guide/attraction/anaheim/disneyland-park-10758975/\",\n                    \"title\": \"Reviews of Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://en.wikivoyage.org/wiki/Disneyland\",\n                    \"title\": \"Disneyland &ndash; Travel guide at Wikivoyage\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://dlnewstoday.com/\",\n                    \"title\": \"Disneyland News Today: Home\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wikitravel.org/en/Disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://travel.usnews.com/Anaheim_Disneyland_CA/Things_To_Do/Disneyland_62335/\",\n                    \"title\": \"Disneyland Resort Reviews\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://allears.net/disneyland/dlr-planning/overview-disneyland/\",\n                    \"title\": \"Disneyland Overview\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytouristblog.com/disneyland-planning-guide/\",\n                    \"title\": \"2023 Disneyland Planning Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.linkedin.com/company/disneyland-resort\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.adventuresbydisney.com/north-america/hollywood-disneyland-tour/\",\n                    \"title\": \"Hollywood & Disneyland Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.themouseforless.com/disneyland/parks/disneyland-guide/\",\n                    \"title\": \"Disneyland Theme Park Guide\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandforward.com/\",\n                    \"title\": \"DisneylandForward\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.ocregister.com/things-to-do/amusement-parks/disneyland/\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylanddaily.com/\",\n                    \"title\": \"Disneyland Daily | Practically Perfect Planning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://store.steampowered.com/app/630610/Disneyland_Adventures/\",\n                    \"title\": \"Disneyland Adventures on Steam\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mousehacking.com/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.lonelyplanet.com/usa/california/disneyland-and-anaheim\",\n                    \"title\": \"Disneyland Resort travel\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.micechat.com/category/disney-parks/disneyland-resort/\",\n                    \"title\": \"Disneyland Resort Updates\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disboards.com/forums/disneyland-california.26/\",\n                    \"title\": \"Disneyland (California) | The DIS Disney Discussion Forums\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://parksjobs.disneycareers.com/disneyland-resort\",\n                    \"title\": \"Search jobs at Disneyland Resort - California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.nytimes.com/topic/organization/disneyland\",\n                    \"title\": \"Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.timeout.com/los-angeles/things-to-do/the-25-best-disneyland-rides\",\n                    \"title\": \"The 25 best Disneyland rides\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.karmel.com/disneyland\",\n                    \"title\": \"Disneyland Tours | LA Tour\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.travelandleisure.com/trip-ideas/disney-vacations/disneyland-vs-disney-world\",\n                    \"title\": \"Disneyland vs. Walt Disney World: Which Is Right for You?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.jetbluevacations.com/resorts/disneyland\",\n                    \"title\": \"Disneyland&reg; Resort Vacation Packages\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.forbes.com/sites/carolinereid/2023/07/16/disneyland-paris-loses-its-sparkle-as-nearly-15000-fans-sign-petition-to-bring-back-ticket-perks/\",\n                    \"title\": \"Disneyland Paris Loses Its Sparkle As Nearly 15000 Fans ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://lajollamom.com/how-to-buy-discount-disneyland-tickets/\",\n                    \"title\": \"How to Buy Discount Disneyland Tickets (2023)\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyworld.eu/\",\n                    \"title\": \"Walt Disney World Resort in Orlando, Florida\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sandiegouniontribune.com/lifestyle/travel/story/2023-02-01/disneyland-resort-is-taking-a-100-year-dive-into-its-history-for-yearlong-celebration-at-anaheim-theme-parks\",\n                    \"title\": \"Disneyland Resort is taking a 100-year dive into its history ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.momrewritten.com/new-coming-to-disneyland/\",\n                    \"title\": \"What's New, What's Returning and What's Coming To ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.usatoday.com/story/travel/experience/america/theme-parks/2021/04/30/disneyland-reopening-2021-disney-california-parks-open-after-covid-closure/4881772001/\",\n                    \"title\": \"Disneyland reopens: Disney parks in California open post ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.examiner-enterprise.com/story/entertainment/2023/07/19/disneyland-sized-theme-park-to-open-in-vinita-in-2026/70431768007/\",\n                    \"title\": \"Disneyland-sized theme park to open in Vinita in 2026\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cnn.com/travel/article/disneyland-offers-cheaper-tickets/index.html\",\n                    \"title\": \"Disneyland increasing number of days it offers cheapest ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hojoanaheim.com/webcam/\",\n                    \"title\": \"Mattercam | Webcam of Disneyland Live\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tripsavvy.com/disneyland-resort-guide-1586455\",\n                    \"title\": \"Disneyland Guide: Planning Your Trip\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://wdwnt.com/2023/07/splash-mountain-tree-removal-begins-disneyland/\",\n                    \"title\": \"Dismantling of Iconic Splash Mountain Tree Begins at ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://insidethemagic.net/2023/07/disney-confirms-ride-returning-to-park-ld1/\",\n                    \"title\": \"Disneyland Confirms Popular Ride Is Returning\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.sfgate.com/disneyland/\",\n                    \"title\": \"Disneyland | Latest News & Stories About the Amusement ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.msnbc.com/rachel-maddow-show/maddowblog/kevin-mccarthy-warns-disneyland-training-us-military-rcna94642\",\n                    \"title\": \"Kevin McCarthy warns of 'Disneyland' training the U.S. ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://mickeyvisit.com/disneyland-busy-times-when-to-visit/\",\n                    \"title\": \"Disneyland Crowd Calendar - Best Times to ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://howtodisney.com/top-10-differences-between-disneyland-and-disney-world/\",\n                    \"title\": \"Top 10 Differences Between Disney World and Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rundisney.com/events/disneyland/disneyland-half-marathon-weekend/\",\n                    \"title\": \"Disneyland Half Marathon Weekend\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://disneylandtourguide.com/things-to-do-indoors-at-disneyland/\",\n                    \"title\": \"Things to do INDOORS at Disneyland and Disney ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.rd.com/list/differences-between-disneyland-and-walt-disney-world/\",\n                    \"title\": \"Disneyland vs Walt Disney World: What Are the Differences?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.foxla.com/news/disneyland-pitches-theme-park-expansion-plans\",\n                    \"title\": \"Disneyland pitches theme park expansion plans\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.hongkongdisneyland.com/destinations/theme-park/\",\n                    \"title\": \"Hong Kong Disneyland Park\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://ktla.com/news/theme-parks/2-billion-theme-park-resort-comparable-to-the-size-of-disneyland-coming-to-oklahoma/\",\n                    \"title\": \"Disneyland-sized theme park planned for central U.S.\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.businessinsider.com/23-crazy-facts-about-disneyland-2015-7\",\n                    \"title\": \"23 Crazy Facts About Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://la.eater.com/maps/best-food-dishes-disneyland-eats-anaheim-los-angeles\",\n                    \"title\": \"The 38 Best Things to Eat at Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.mceconferences.com/destination/disneyland-resort-california/\",\n                    \"title\": \"Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://romesentinel.com/stories/nerdwallet-how-to-plan-a-disneyland-trip-for-the-disney100-celebration,157791\",\n                    \"title\": \"How to plan a Disneyland trip for the Disney100 celebration\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.thestreet.com/travel/disneyland-news-about-shuttered-attractions\",\n                    \"title\": \"Disneyland Bringing Back Classic Rides Fans Love\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyholidays.co.uk/disneyland-paris/\",\n                    \"title\": \"Disneyland&reg; Paris | Disney holidays from ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdwinfo.com/disneyland/\",\n                    \"title\": \"An Unofficial Guide to the Disneyland Resort in California\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneylandparis.com/en-usd/\",\n                    \"title\": \"Disneyland Paris - tickets, deals, family holidays | Disneyland ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.shanghaidisneyresort.com/en/\",\n                    \"title\": \"Shanghai Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneymeetingsandevents.com/disneyland/\",\n                    \"title\": \"Meetings & Events at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.history.com/this-day-in-history/disneyland-opens\",\n                    \"title\": \"Disneyland opens\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.wdw-magazine.com/your-guide-to-the-disney100-celebration-at-the-disneyland-resort/\",\n                    \"title\": \"Your Guide to Disney100 at Disneyland Resort\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneyfoodblog.com/2023/06/11/disneyland-vs-disney-world-a-complete-breakdown/\",\n                    \"title\": \"Disneyland vs Disney World &ndash; A Complete Breakdown\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://kingsinnanaheim.com/location\",\n                    \"title\": \"Walking Distance to Disneyland&reg; Park & Conventions!\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.reddit.com/r/Disneyland/\",\n                    \"title\": \"r/Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.amazon.com/Walts-Disneyland-Still-There-Where/dp/1545195560\",\n                    \"title\": \"Walt's Disneyland: It's Still There If You Know Where to Look\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://news.yahoo.com/booked-night-disneyland-hotel-500-171659725.html\",\n                    \"title\": \"I booked a night at Disneyland Hotel for $500, and it was ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.disneytravelcenter.com/MIN-000000000044244/sites++disneyland++kbyg++kbyg/\",\n                    \"title\": \"Disneyland Resort &ldquo;Know Before You Go&rdquo; - Disney Parks\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://thepointsguy.com/guide/tips-for-families-visiting-disneyland/\",\n                    \"title\": \"9 things families should know before visiting Disneyland\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.cinemablend.com/theme-parks/disney-world-and-disneyland-are-trying-to-price-people-out-will-it-work\",\n                    \"title\": \"Disney World And Disneyland Are Trying To Price People ...\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.visitparisregion.com/en/inspiration/itineraries/disneyland-paris-and-surrounding-area\",\n                    \"title\": \"What to do in and around Disneyland&reg; Paris?\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.insider.com/no-rides-at-disneyland-favorite-things-to-do-photos-2022-9\",\n                    \"title\": \"Favorite Things to Do Disneyland While Avoiding ... - Insider\"\n                },\n                {\n                    \"resultType\": \"organic\",\n                    \"url\": \"https://www.tickets-paris.fr/disneyland-paris/entrance/\",\n                    \"title\": \"Disneyland Paris Entrances | How to Enter The World of ...\"\n                }\n            ],\n            \"date\": \"Jul 20, 2023\"\n        }\n    ]\n}"}],"_postman_id":"788b43ec-bb48-4412-b3e6-e9189cf785ee"},{"name":"Bulk delete keywords from single project","id":"1948dabb-7670-4c97-b10e-3834d053d795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"Body \n{\n    \"data\": {\n        \"type\": \"keyword\",\n        \"ids\": [\n            \"{{keyword_id1}}\",\n            \"{{keyword_id2}}\",\n            \"{{keyword_id3}}\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/projects/{{project_id}}/keywords","urlObject":{"protocol":"https","path":["api","v2","projects","{{project_id}}","keywords"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"9750cc2f-a30c-4f83-9502-8d26993f1e94","name":"Bulk delete keywords from single project","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"Body \n{\n    \"data\": {\n        \"type\": \"keyword\",\n        \"ids\": [\n            \"{{keyword_id1}}\",\n            \"{{keyword_id2}}\",\n            \"{{keyword_id3}}\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/projects/{{project_id}}/keywords"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"existingKeywordsCount\": [\n            {\n                \"id\": 3617471,\n                \"project_name\": \"Disney\",\n                \"count\": 0\n            }\n        ],\n        \"hasKeywords\": false\n    },\n    \"meta\": {\n        \"title\": \"4 keywords have been deleted\",\n        \"code\": \"1012\",\n        \"extra_data\": []\n    }\n}"}],"_postman_id":"1948dabb-7670-4c97-b10e-3834d053d795"},{"name":"Update Keywords in single project or group","id":"f683e4f9-4bd9-4b07-82ff-24d7460af4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"ids\": [\n            \"267540882\" // List keyword Ids that need to be changed\n        ],\n        \"type\": \"keyword\",\n        \"attributes\": {\n            \"type\": \"se\", // // Set the device type se=desktop, sem=mobile\n            \"project_id\": 3697078, // Project id\n            \"category\": \"000-General tests\", // Project name\n            \"url\": \"dell.com\", // Tracked url\n            \"source\": 1, //Leave this as 1\n            \"start\": 0, // Start date\n            \"notes\": null, \n            \"tags_count\": 0,\n            \"tags\": [],\n            \"tag\": null,\n            \"region\": \"google.ca\", // Google TLD\n            \"language\": \"en-ca\", // Language\n            \"in_featured\": false,\n            \"has_featured\": false,\n            \"has_featured_url\": \"\",\n            \"included_in_sov\": true,\n            \"ignore_featured\": true,\n            \"exact\": false,\n            \"isfav\": false,\n            \"clicks\": -1,\n            \"impressions\": -1,\n            \"ctr\": -1,\n            \"ms\": 368000,\n            \"cpc\": 1.3900000000000001,\n            \"competition\": 1,\n            \"gpage\": 0,\n            \"serp_features\": {\n                \"reviews\": 0,\n                \"shopping_results\": 0,\n                \"ads\": 0\n            },\n            \"grank\": 0,\n            \"brank\": 0,\n            \"best\": 0,\n            \"yrank\": 0,\n            \"seocomp\": 820000000,\n            \"in_local_pack\": false,\n            \"rankingurl\": \"NOT FOUND\",\n            \"grankhistory\": [\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0\n            ],\n            \"trends\": {\n                \"day\": 0,\n                \"week\": 0,\n                \"month\": 0,\n                \"life\": 0\n            },\n            \"crawled_at\": 1730334077,\n            \"updated_at\": \"2021-08-27T07:04:54+00:00\",\n            \"is_paginated\": 0,\n            \"currency_symbol\": \"$\",\n            \"search_intents\": {\n                \"commercial\": 0.3080935,\n                \"informational\": 0,\n                \"navigational\": 0,\n                \"transactional\": 0.6121436\n            },\n            \"yahooRankHistory\": [],\n            \"bingRankHistory\": [],\n            \"tagsSplited\": [],\n            \"grankTooltip\": \"Keyword update in progress\",\n            \"fullUrl\": \"http://disney.com\",\n            \"fullKw\": \"dog bed\",\n            \"flag\": {\n                \"image\": \"com\",\n                \"tooltip\": \"tracking: google.com - language: en\"\n            },\n            \"originalUrl\": \"disney.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/projects/{{project_id}}/keywords?","urlObject":{"protocol":"https","path":["api","v2","projects","{{project_id}}","keywords"],"host":["app","keyword","com"],"query":[{"key":"","value":null}],"variable":[]}},"response":[{"id":"951113f9-098c-486d-9362-e1ce797289fb","name":"Update Keywords in single project or group","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"ids\": [\n            \"267540882\" // List keyword Ids that need to be changed\n        ],\n        \"type\": \"keyword\",\n        \"attributes\": {\n            \"type\": \"se\", // // Set the device type se=desktop, sem=mobile\n            \"project_id\": 3697078, // Project id\n            \"category\": \"000-General tests\", // Project name\n            \"url\": \"dell.com\", // Tracked url\n            \"source\": 1, //Leave this as 1\n            \"start\": 0, // Start date\n            \"notes\": null, \n            \"tags_count\": 0,\n            \"tags\": [],\n            \"tag\": null,\n            \"region\": \"google.ca\", // Google TLD\n            \"language\": \"en-ca\", // Language\n            \"in_featured\": false,\n            \"has_featured\": false,\n            \"has_featured_url\": \"\",\n            \"included_in_sov\": true,\n            \"ignore_featured\": true,\n            \"exact\": false,\n            \"isfav\": false,\n            \"clicks\": -1,\n            \"impressions\": -1,\n            \"ctr\": -1,\n            \"ms\": 368000,\n            \"cpc\": 1.3900000000000001,\n            \"competition\": 1,\n            \"gpage\": 0,\n            \"serp_features\": {\n                \"reviews\": 0,\n                \"shopping_results\": 0,\n                \"ads\": 0\n            },\n            \"grank\": 0,\n            \"brank\": 0,\n            \"best\": 0,\n            \"yrank\": 0,\n            \"seocomp\": 820000000,\n            \"in_local_pack\": false,\n            \"rankingurl\": \"NOT FOUND\",\n            \"grankhistory\": [\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0,\n                0\n            ],\n            \"trends\": {\n                \"day\": 0,\n                \"week\": 0,\n                \"month\": 0,\n                \"life\": 0\n            },\n            \"crawled_at\": 1730334077,\n            \"updated_at\": \"2021-08-27T07:04:54+00:00\",\n            \"is_paginated\": 0,\n            \"currency_symbol\": \"$\",\n            \"search_intents\": {\n                \"commercial\": 0.3080935,\n                \"informational\": 0,\n                \"navigational\": 0,\n                \"transactional\": 0.6121436\n            },\n            \"yahooRankHistory\": [],\n            \"bingRankHistory\": [],\n            \"tagsSplited\": [],\n            \"grankTooltip\": \"Keyword update in progress\",\n            \"fullUrl\": \"http://disney.com\",\n            \"fullKw\": \"dog bed\",\n            \"flag\": {\n                \"image\": \"com\",\n                \"tooltip\": \"tracking: google.com - language: en\"\n            },\n            \"originalUrl\": \"disney.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.keyword.com/api/v2/projects/{{project_id}}/keywords?","protocol":"https","host":["app","keyword","com"],"path":["api","v2","projects","{{project_id}}","keywords"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"existingKeywordsCount\": [\n            {\n                \"id\": 3697078,\n                \"project_name\": \"000-General tests\",\n                \"count\": 27\n            }\n        ]\n    },\n    \"meta\": {\n        \"title\": \"1 keyword has been updated\",\n        \"code\": \"1013\",\n        \"extra_data\": {\n            \"duplicates\": 0,\n            \"affected\": 1\n        }\n    }\n}"}],"_postman_id":"f683e4f9-4bd9-4b07-82ff-24d7460af4ee"},{"name":"On demand refresh of individual keywords","id":"8d898623-cc8b-49aa-ade0-d33fd4d87fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"project_ids\": [\n            \"{{project_id}}\" // Project ID\n        ],\n        \"keyword_ids\": [\n            \"{{keyword_id}}\" // List keywords\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/refresh","urlObject":{"protocol":"https","path":["api","v2","keywords","refresh"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"963555c2-6cee-4bc9-815e-5ca47e1293bf","name":"On demand refresh of keywords in a single project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"includeSubProject\": true, \n    \"projectName\": \"Disney\" \n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.keyword.com/api/v2/keywords/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 12:12:49 GMT","uuid":"4487b73b-007d-46d2-833d-652fa259cf41"},{"key":"Content-Type","value":"application/vnd.api+json","uuid":"c415fbf8-f8ef-4667-8580-2e78bc20aa1b"},{"key":"Transfer-Encoding","value":"chunked","uuid":"0b0f1200-56cc-4356-ad9c-f06d63ebf31b"},{"key":"Connection","value":"keep-alive","uuid":"3be426ff-6125-410e-91da-81553cd9ce0b"},{"key":"Cache-Control","value":"no-cache, private","uuid":"22471fc0-e639-4038-9e34-948aac5d9d45"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)","uuid":"58f0d86c-aa2b-4c56-abfb-5634c62d27c5"},{"key":"X-Powered-By","value":"PHP/7.3.27","uuid":"5863669d-ea65-402d-a42f-105714361e4c"},{"key":"CF-Cache-Status","value":"DYNAMIC","uuid":"f0da5184-ad1f-4795-a3a3-b7b1f9813ea1"},{"key":"Server","value":"cloudflare","uuid":"4417d3fe-6963-4ed2-b020-9cf9e7ad6278"},{"key":"CF-RAY","value":"7b841948ca4807d1-IAD","uuid":"1712f341-cd2c-46c6-9e90-64137bbd1e1b"},{"key":"Content-Encoding","value":"br","uuid":"e1b2e921-c97b-42be-a8ee-f40cbeecb854"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have 3934 keyword refreshes left.\" // Indicates how many on demand refreshes you have left for the day\n}"}],"_postman_id":"8d898623-cc8b-49aa-ade0-d33fd4d87fdf"}],"id":"82b165c5-21cf-4f44-854c-229ee6e878b6","description":"<p>With these API calls you can add keywords to any project or group and retrieve your keyword ranking data with enhanced metrics from GoogleAds and Google Search Console.</p>\n","_postman_id":"82b165c5-21cf-4f44-854c-229ee6e878b6","auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":true,"source":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","type":"collection"}}},{"name":"Share of Voice","item":[{"name":"Retrieve latest Top 10 results for Share of Voice ","id":"d9387040-7da8-453c-8058-6d5738af7da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/metrics/{{project_name}}/mindshare/latest","description":"<p>Get the top 10 domains for Shar of Voice.</p>\n","urlObject":{"protocol":"https","path":["api","v2","metrics","{{project_name}}","mindshare","latest"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"4966f744-dafd-42f9-988c-cda949cc20fe","name":"Retrieve latest Top 10 results for Share of Voice ","originalRequest":{"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/metrics/{{project_name}}/mindshare/latest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 May 2023 10:39:29 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7c49519e6a710778-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"title\": \"Tinker Bell\",\n            \"url\": \"en.wikipedia.org\", // Competitor\n            \"clicks\": 2750049.638000001, // Estimated clicks in SERPS (Based on CTR)\n            \"percentage\": 28.85809668022449, // Percentage of the SERP real estate for group of keywords\n            \"changes\": { // changes\n                \"month\": 4.182040388013718\n            }\n        },\n        {\n            \"title\": \"Tinker Bell | Pixie Hollow | Disney Junior UK - YouTube\",\n            \"url\": \"www.youtube.com\",\n            \"clicks\": 1730314.7160000002,\n            \"percentage\": 18.1573411154345,\n            \"changes\": {\n                \"month\": 0.9847651518013425\n            }\n        },\n        {\n            \"title\": \"What To Know Before You Go | Disneyland Resort\",\n            \"url\": \"disneyland.disney.go.com\",\n            \"clicks\": 1145100,\n            \"percentage\": 12.01629456134386,\n            \"changes\": {\n                \"month\": 6.058516867515394\n            }\n        },\n        {\n            \"title\": \"Tinker Bell (Video 2008)\",\n            \"url\": \"www.imdb.com\",\n            \"clicks\": 461440.10000000003,\n            \"percentage\": 4.842197331251391,\n            \"changes\": {\n                \"month\": 0\n            }\n        },\n        {\n            \"title\": \"Disney Princess | Official Site\",\n            \"url\": \"princess.disney.com\",\n            \"clicks\": 259037.7,\n            \"percentage\": 2.718254567891907,\n            \"changes\": {\n                \"month\": 2.718254567891907\n            }\n        },\n        {\n            \"title\": \"Tinker Bell | Disney Wiki | Fandom\",\n            \"url\": \"disney.fandom.com\",\n            \"clicks\": 136242.528,\n            \"percentage\": 1.4296833012227217,\n            \"changes\": {\n                \"month\": 0.4283974915945753\n            }\n        },\n        {\n            \"title\": \"Moana - Home\",\n            \"url\": \"www.facebook.com\",\n            \"clicks\": 119479.692,\n            \"percentage\": 1.2537797337967334,\n            \"changes\": {\n                \"month\": 0.8569742149690017\n            }\n        },\n        {\n            \"title\": \"Tinker Bell\",\n            \"url\": \"fairies.disney.com\",\n            \"clicks\": 115854.90000000001,\n            \"percentage\": 1.215742384748089,\n            \"changes\": {\n                \"month\": 0\n            }\n        },\n        {\n            \"title\": \"Pluto TV - Drop in. Watch Free.\",\n            \"url\": \"pluto.tv\",\n            \"clicks\": 94685.40000000001,\n            \"percentage\": 0.9935967662725247,\n            \"changes\": {\n                \"month\": 0.9935967662725247\n            }\n        },\n        {\n            \"title\": \"List of Disney Princesses - Disney Princess Wiki - Fandom\",\n            \"url\": \"disneyprincess.fandom.com\",\n            \"clicks\": 86951.6,\n            \"percentage\": 0.9124408682037786,\n            \"changes\": {\n                \"month\": 0.9124408682037786\n            }\n        }\n    ]\n}"}],"_postman_id":"d9387040-7da8-453c-8058-6d5738af7da0"},{"name":"Retrieve Share of Voice data over time","id":"b64a1ff4-e17f-48fe-b074-29fd9d8aa920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/projects/{{project_id}}/mindshare/from-cache?&daysrange=30","description":"<p>Get share of Voice data for a range of time. The options you can use are 7 days, 30 days, 90 days, 180 days and 365 days. Depending on what day range you select, you will be presented with data like this:</p>\n<p>7 days = Data points every 1 day for last 7 days;<br />30 days = Data point every 7 days for last 30 days;<br />90 days = Data point every 14 days for last 90 days;<br />180 days = Data point every 30 days for last 180 days;<br />365 days = Data point every 60 days for last 365 days;</p>\n","urlObject":{"protocol":"https","path":["api","v2","projects","{{project_id}}","mindshare","from-cache"],"host":["app","keyword","com"],"query":[{"key":null,"value":null},{"key":"daysrange","value":"30"}],"variable":[]}},"response":[{"id":"628a5639-ff6d-4ffb-b7a7-3e9de6455f34","name":"Retrieve Share of Voice data over time","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.keyword.com/api/v2/projects/{{project_id}}/mindshare/from-cache?&daysrange=30","protocol":"https","host":["app","keyword","com"],"path":["api","v2","projects","{{project_id}}","mindshare","from-cache"],"query":[{"key":null,"value":null},{"key":"daysrange","value":"30"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Aug 2023 06:59:00 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7f14ea49e88b8275-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"latest\": [\n            {\n                \"url\": \"en.wikipedia.org\",\n                \"clicks\": 1072333.488,\n                \"percentage\": 19.926182479703726,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"disneyland.disney.go.com\",\n                \"clicks\": 579457,\n                \"percentage\": 10.767514071277127,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"twitter.com\",\n                \"clicks\": 271201.14,\n                \"percentage\": 5.0394802221673025,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"princess.disney.com\",\n                \"clicks\": 215669.4,\n                \"percentage\": 4.007585203464442,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"imdb.com\",\n                \"clicks\": 164289.92599999998,\n                \"percentage\": 3.0528479075653205,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"peterpanbus.com\",\n                \"clicks\": 141643.2,\n                \"percentage\": 2.6320247215940453,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"disney.fandom.com\",\n                \"clicks\": 122984.39900000002,\n                \"percentage\": 2.285305461457987,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"movies.disney.com\",\n                \"clicks\": 117114,\n                \"percentage\": 2.17622126049655,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"pluto.tv\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738,\n                \"domain_exist_in_project\": false\n            },\n            {\n                \"url\": \"fairies.disney.com\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738,\n                \"domain_exist_in_project\": false\n            }\n        ],\n        \"2023-08-02\": [\n            {\n                \"url\": \"en.wikipedia.org\",\n                \"clicks\": 1321317.479,\n                \"percentage\": 24.55282194840501\n            },\n            {\n                \"url\": \"disneyland.disney.go.com\",\n                \"clicks\": 577350,\n                \"percentage\": 10.728361636932247\n            },\n            {\n                \"url\": \"twitter.com\",\n                \"clicks\": 112838.63999999998,\n                \"percentage\": 2.0967761956172315\n            },\n            {\n                \"url\": \"princess.disney.com\",\n                \"clicks\": 215816.6,\n                \"percentage\": 4.010320485066514\n            },\n            {\n                \"url\": \"imdb.com\",\n                \"clicks\": 163796.906,\n                \"percentage\": 3.0436865724059885\n            },\n            {\n                \"url\": \"peterpanbus.com\",\n                \"clicks\": 47545.600000000006,\n                \"percentage\": 0.8834959574693444\n            },\n            {\n                \"url\": \"disney.fandom.com\",\n                \"clicks\": 113306.338,\n                \"percentage\": 2.1054669954455334\n            },\n            {\n                \"url\": \"movies.disney.com\",\n                \"clicks\": 117231.72,\n                \"percentage\": 2.178408742495164\n            },\n            {\n                \"url\": \"pluto.tv\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            },\n            {\n                \"url\": \"fairies.disney.com\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            }\n        ],\n        \"2023-07-26\": [\n            {\n                \"url\": \"en.wikipedia.org\",\n                \"clicks\": 1248335.619,\n                \"percentage\": 23.196667471889963\n            },\n            {\n                \"url\": \"disneyland.disney.go.com\",\n                \"clicks\": 577350,\n                \"percentage\": 10.728361636932247\n            },\n            {\n                \"url\": \"twitter.com\",\n                \"clicks\": 46317.32,\n                \"percentage\": 0.8606719650359655\n            },\n            {\n                \"url\": \"princess.disney.com\",\n                \"clicks\": 214970.2,\n                \"percentage\": 3.994592615854599\n            },\n            {\n                \"url\": \"imdb.com\",\n                \"clicks\": 148816.23599999998,\n                \"percentage\": 2.765314622421504\n            },\n            {\n                \"url\": \"peterpanbus.com\",\n                \"clicks\": 27747.199999999997,\n                \"percentage\": 0.5156005819906234\n            },\n            {\n                \"url\": \"disney.fandom.com\",\n                \"clicks\": 120672.56800000001,\n                \"percentage\": 2.2423468418832564\n            },\n            {\n                \"url\": \"movies.disney.com\",\n                \"clicks\": 114354,\n                \"percentage\": 2.1249347304576953\n            },\n            {\n                \"url\": \"pluto.tv\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            },\n            {\n                \"url\": \"fairies.disney.com\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            }\n        ],\n        \"2023-07-19\": [\n            {\n                \"url\": \"en.wikipedia.org\",\n                \"clicks\": 1168915.006,\n                \"percentage\": 21.720867597133157\n            },\n            {\n                \"url\": \"disneyland.disney.go.com\",\n                \"clicks\": 577350,\n                \"percentage\": 10.728361636932247\n            },\n            {\n                \"url\": \"twitter.com\",\n                \"clicks\": 79644.94,\n                \"percentage\": 1.479968336142324\n            },\n            {\n                \"url\": \"princess.disney.com\",\n                \"clicks\": 215338.2,\n                \"percentage\": 4.001430819859779\n            },\n            {\n                \"url\": \"imdb.com\",\n                \"clicks\": 119123.95599999999,\n                \"percentage\": 2.213570415848281\n            },\n            {\n                \"url\": \"peterpanbus.com\",\n                \"clicks\": 141643.2,\n                \"percentage\": 2.6320247215940453\n            },\n            {\n                \"url\": \"disney.fandom.com\",\n                \"clicks\": 117757.32299999999,\n                \"percentage\": 2.1881755374400957\n            },\n            {\n                \"url\": \"movies.disney.com\",\n                \"clicks\": 117193.92000000001,\n                \"percentage\": 2.177706340018545\n            },\n            {\n                \"url\": \"pluto.tv\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            },\n            {\n                \"url\": \"fairies.disney.com\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            }\n        ],\n        \"2023-07-12\": [\n            {\n                \"url\": \"en.wikipedia.org\",\n                \"clicks\": 915413.7749999999,\n                \"percentage\": 17.010288430985238\n            },\n            {\n                \"url\": \"disneyland.disney.go.com\",\n                \"clicks\": 577350,\n                \"percentage\": 10.728361636932247\n            },\n            {\n                \"url\": \"twitter.com\",\n                \"clicks\": 74560.72000000002,\n                \"percentage\": 1.3854929731879229\n            },\n            {\n                \"url\": \"princess.disney.com\",\n                \"clicks\": 215816.6,\n                \"percentage\": 4.010320485066514\n            },\n            {\n                \"url\": \"imdb.com\",\n                \"clicks\": 128018.39600000001,\n                \"percentage\": 2.3788475768043664\n            },\n            {\n                \"url\": \"peterpanbus.com\",\n                \"clicks\": 141643.2,\n                \"percentage\": 2.6320247215940453\n            },\n            {\n                \"url\": \"disney.fandom.com\",\n                \"clicks\": 182968.143,\n                \"percentage\": 3.3999279572909566\n            },\n            {\n                \"url\": \"movies.disney.com\",\n                \"clicks\": 327635.02,\n                \"percentage\": 6.088138875003949\n            },\n            {\n                \"url\": \"pluto.tv\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.152824568477738\n            },\n            {\n                \"url\": \"fairies.disney.com\",\n                \"clicks\": 38889.200000000004,\n                \"percentage\": 0.7226420739083496\n            }\n        ],\n        \"2023-07-05\": [\n            {\n                \"url\": \"en.wikipedia.org\",\n                \"clicks\": 930202.7299999997,\n                \"percentage\": 17.463578164395955\n            },\n            {\n                \"url\": \"disneyland.disney.go.com\",\n                \"clicks\": 578407.8,\n                \"percentage\": 10.858998259654973\n            },\n            {\n                \"url\": \"twitter.com\",\n                \"clicks\": 170000.2,\n                \"percentage\": 3.191575002863027\n            },\n            {\n                \"url\": \"princess.disney.com\",\n                \"clicks\": 215816.6,\n                \"percentage\": 4.051729737746713\n            },\n            {\n                \"url\": \"imdb.com\",\n                \"clicks\": 138144.47599999997,\n                \"percentage\": 2.593517280480913\n            },\n            {\n                \"url\": \"peterpanbus.com\",\n                \"clicks\": 141643.2,\n                \"percentage\": 2.659202144735879\n            },\n            {\n                \"url\": \"disney.fandom.com\",\n                \"clicks\": 110200.67300000002,\n                \"percentage\": 2.06890176155959\n            },\n            {\n                \"url\": \"movies.disney.com\",\n                \"clicks\": 327555.10000000003,\n                \"percentage\": 6.149502584234014\n            },\n            {\n                \"url\": \"pluto.tv\",\n                \"clicks\": 94685.40000000001,\n                \"percentage\": 1.7776188250136584\n            },\n            {\n                \"url\": \"fairies.disney.com\",\n                \"clicks\": 115854.90000000001,\n                \"percentage\": 2.1750539281671184\n            }\n        ]\n    },\n    \"sov_calculation\": {\n        \"is_in_progress\": false,\n        \"interval\": null\n    }\n}"}],"_postman_id":"b64a1ff4-e17f-48fe-b074-29fd9d8aa920"}],"id":"4ffecc4d-4b41-47c1-bf71-e2028e1df254","description":"<p>Share of Voice is a metric that will show you the top 10 domains ranking in the serps for the set of keywords in the project or group.</p>\n","_postman_id":"4ffecc4d-4b41-47c1-bf71-e2028e1df254","auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":true,"source":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","type":"collection"}}},{"name":"Alerts","item":[{"name":"Get all alerts for account","id":"82125b83-0017-42be-baf6-a4e40a05ae03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/alerts?last=false&page=1&per_page=100&sort_direction=desc&sort_field=created_at&view_type=All+alerts","description":"<p>Retrieves all the alerts present for your Keyword.com account</p>\n","urlObject":{"protocol":"https","path":["api","v2","alerts"],"host":["app","keyword","com"],"query":[{"key":"last","value":"false"},{"key":"page","value":"1"},{"key":"per_page","value":"100"},{"key":"sort_direction","value":"desc"},{"key":"sort_field","value":"created_at"},{"key":"view_type","value":"All+alerts"}],"variable":[]}},"response":[{"id":"c626c81b-e3f4-4fd8-8165-eb241eda9280","name":"Get all alerts for account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.keyword.com/api/v2/alerts?last=false&page=1&per_page=100&sort_direction=desc&sort_field=created_at&view_type=All+alerts","protocol":"https","host":["app","keyword","com"],"path":["api","v2","alerts"],"query":[{"key":"last","value":"false"},{"key":"page","value":"1"},{"key":"per_page","value":"100"},{"key":"sort_direction","value":"desc"},{"key":"sort_field","value":"created_at"},{"key":"view_type","value":"All+alerts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 15 Apr 2023 14:14:21 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cf-Railgun","value":"direct (starting new WAN connection)"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b84cb5de9ee57d2-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"alert\",\n            \"id\": \"552700104\", // Unique alert id\n            \"attributes\": {\n                \"category\": \"Disney\", // Project name\n                \"keyword_id\": 187765907, // Unique keyword id\n                \"url\": \"disney.com/\", // Ranked URL\n                \"kw\": \"Donald Duck\", // Keyword\n                \"ms\": 30, // Monthly search volume\n                \"region\": \"google.com\", // Google region\n                \"language\": \"en\", // Language\n                \"prevrank\": 5, // Previous rank position\n                \"result\": 1, // New rank position\n                \"time\": \"2023-04-15T09:20:55-04:00\", // Date and time fo change\n                \"created_at\": 1681564855, // Timestamp of alert\n                \"read\": true // Indicates if alerts was read in UI\n            }\n        } \n           ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 204,\n            \"count\": 100,\n            \"per_page\": 100,\n            \"current_page\": 1,\n            \"total_pages\": 3\n        }\n    },\n    \"links\": {\n        \"self\": \"http://app.keyword.com/api/v2/alerts?q=%2Fapi%2Fv2%2Falerts&last=false&per_page=100&sort_direction=desc&sort_field=created_at&view_type=All%20alerts&api_token=9d8by579d8by579d8by5769d8by574&page=1\",\n        \"first\": \"http://app.keyword.com/api/v2/alerts?q=%2Fapi%2Fv2%2Falerts&last=false&per_page=100&sort_direction=desc&sort_field=created_at&view_type=All%20alerts&api_token=9d8by579d8by579d8by5769d8by574&page=1\",\n        \"next\": \"http://app.keyword.com/api/v2/alerts?q=%2Fapi%2Fv2%2Falerts&last=false&per_page=100&sort_direction=desc&sort_field=created_at&view_type=All%20alerts&api_token=9d8by579d8by579d8by5769d8by574&page=2\",\n        \"last\": \"http://app.keyword.com/api/v2/alerts?q=%2Fapi%2Fv2%2Falerts&last=false&per_page=100&sort_direction=desc&sort_field=created_at&view_type=All%20alerts&api_token=9d8by579d8by579d8by5769d8by574&page=3\"\n    }\n}"}],"_postman_id":"82125b83-0017-42be-baf6-a4e40a05ae03"}],"id":"92de67f9-d002-4421-b435-b6e0bd2cde10","description":"<p>Alerts give you an overview of all the chanes to your projects and keywords.</p>\n","_postman_id":"92de67f9-d002-4421-b435-b6e0bd2cde10","auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":true,"source":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","type":"collection"}}},{"name":"Top Pages","item":[{"name":"Get Top Pages for project or group","id":"06f48852-2578-442c-9783-4a0bf0e3adc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/groups/{{project_name}}/keywords/ranking-urls?","urlObject":{"protocol":"https","path":["api","v2","groups","{{project_name}}","keywords","ranking-urls"],"host":["app","keyword","com"],"query":[{"key":"","value":null}],"variable":[]}},"response":[{"id":"12225806-d354-4739-a033-10f4054fc798","name":"Get Top Pages for project or group","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.keyword.com/api/v2/groups/Disney/keywords/ranking-urls?","protocol":"https","host":["app","keyword","com"],"path":["api","v2","groups","Disney","keywords","ranking-urls"],"query":[{"key":"","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2024 13:13:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"88a6438febe6152a-LCA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"cf-apo-via","value":"origin,host"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"current_ranking_url\": \"https://movies.disney.com/a-z\", // Ranking url\n            \"total_keyword_count\": 1, // Number of keywords ranking in url\n            \"average_current_rank\": 81, //Average rank metric\n            \"average_previous_rank\": 43, // Previous average rank\n            \"total_search_volume\": 140, // Total monthly search volume\n            \"average_cost_per_click\": 0 // Average cost per click\n        },\n        {\n            \"current_ranking_url\": \"https://mickey.disney.com/pluto\",\n            \"total_keyword_count\": 3,\n            \"average_current_rank\": 67,\n            \"average_previous_rank\": 28.3333,\n            \"total_search_volume\": 2000000,\n            \"average_cost_per_click\": 0.175275\n        },\n        {\n            \"current_ranking_url\": \"https://frozen.disney.com/\",\n            \"total_keyword_count\": 1,\n            \"average_current_rank\": 41,\n            \"average_previous_rank\": 41,\n            \"total_search_volume\": 320,\n            \"average_cost_per_click\": 0\n        },\n        {\n            \"current_ranking_url\": \"https://news.disney.com/20-beautiful-love-quotes-from-disney-movies\",\n            \"total_keyword_count\": 1,\n            \"average_current_rank\": 32,\n            \"average_previous_rank\": 0,\n            \"total_search_volume\": 390,\n            \"average_cost_per_click\": 0.20295\n        },\n        {\n            \"current_ranking_url\": \"https://origin.prod.mdxpepui.mdx.las1.wdpro.disney.com/entertainment/magic-kingdom/character-meet-ariel-grotto-fantasyland/\",\n            \"total_keyword_count\": 1,\n            \"average_current_rank\": 22,\n            \"average_previous_rank\": 21,\n            \"total_search_volume\": 0,\n            \"average_cost_per_click\": 0\n        },\n        {\n            \"current_ranking_url\": \"https://news.disney.com/at-home-with-olaf-disney-magic-moments\",\n            \"total_keyword_count\": 1,\n            \"average_current_rank\": 18,\n            \"average_previous_rank\": 0,\n            \"total_search_volume\": 368000,\n            \"average_cost_per_click\": 0.1476\n        },\n        {\n            \"current_ranking_url\": \"https://princess.disney.com/pocahontas\",\n            \"total_keyword_count\": 2,\n            \"average_current_rank\": 8.5,\n            \"average_previous_rank\": 34.5,\n            \"total_search_volume\": 2440000,\n            \"average_cost_per_click\": 0.101475\n        },\n        {\n            \"current_ranking_url\": \"https://movies.disney.com/the-aristocats\",\n            \"total_keyword_count\": 1,\n            \"average_current_rank\": 8,\n            \"average_previous_rank\": 7,\n            \"total_search_volume\": 201000,\n            \"average_cost_per_click\": 0.1845\n        },\n        {\n            \"current_ranking_url\": \"https://www.disney.com/\",\n            \"total_keyword_count\": 2,\n            \"average_current_rank\": 8,\n            \"average_previous_rank\": 6.5,\n            \"total_search_volume\": 1940000,\n            \"average_cost_per_click\": 0.9225\n        },\n        {\n            \"current_ranking_url\": \"https://movies.disney.com/sleeping-beauty\",\n            \"total_keyword_count\": 1,\n            \"average_current_rank\": 5,\n            \"average_previous_rank\": 4,\n            \"total_search_volume\": 450000,\n            \"average_cost_per_click\": 0.20295\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.keyword.com/api/v2/groups/Disney/keywords/ranking-urls?page=1\",\n        \"last\": \"http://app.keyword.com/api/v2/groups/Disney/keywords/ranking-urls?page=2\",\n        \"prev\": null,\n        \"next\": \"http://app.keyword.com/api/v2/groups/Disney/keywords/ranking-urls?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"path\": \"http://app.keyword.com/api/v2/groups/Disney/keywords/ranking-urls\",\n        \"per_page\": 10,\n        \"to\": 10,\n        \"total\": 18\n    }\n}"}],"_postman_id":"06f48852-2578-442c-9783-4a0bf0e3adc1"}],"id":"9cf509c0-60cd-4bad-9b68-611758635701","description":"<p>The Top Pages API provides users with valuable insights into the performance of domains in search rankings. By using this endpoint, you can retrieve a list of domains that are ranking, along with the following key metrics:</p>\n<p>• <strong>Number of Keywords</strong>: The total number of keywords for which the domain ranks.</p>\n<p>• <strong>Average Rank</strong>: The average ranking position of the domain across its keywords.</p>\n<p>• <strong>Total Search Volume</strong>: The cumulative search volume of all keywords the domain ranks for.</p>\n<p>• <strong>Average Cost Per Click (CPC)</strong>: The average cost per click for the domain’s ranked keywords.</p>\n<p>This data helps in understanding the competitive landscape and optimizing SEO strategies effectively.</p>\n","_postman_id":"9cf509c0-60cd-4bad-9b68-611758635701","auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":true,"source":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","type":"collection"}}},{"name":"Account","item":[{"name":"https://app.keyword.com/api/v2/users/self","id":"da1c0cb0-f7b9-4dd4-b536-b6d3c3c11ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/users/self&include_subscriptions","urlObject":{"protocol":"https","path":["api","v2","users","self&include_subscriptions"],"host":["app","keyword","com"],"query":[],"variable":[]}},"response":[{"id":"b2fd70b5-8aed-44bc-9f3e-eb287ddbfb62","name":"https://app.keyword.com/api/v2/users/self","originalRequest":{"method":"GET","header":[],"url":"https://app.keyword.com/api/v2/users/self&include_subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2024 14:05:13 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"8d7247dc8ba413b6-IAD"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"cf-apo-via","value":"origin,host"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"user\",\n        \"id\": \"email@user.com\", // User \n        \"attributes\": {\n            \"user_is_restricted\": false, // System use only\n            \"onboarding\": true, // Shows that user completed the onboarding\n            \"verified\": 1, // User's email has been verified\n            \"user_id\": 252725, // User ID\n            \"intercom_hash\": \"xxxxx\", // System use only\n            \"intercom_user_id\": \"xxxxx\", // Sytem use only\n            \"name\": \"George\", // User's name\n            \"addon_master_email\": \"\", // If this user is an Add-on user, this indicates the master user email address\n            \"addon_master_disabled\": false, // Indicates if the master ser is active or disabled\n            \"addon_restricted\": false, // System use only\n            \"api_token\": \"xxxxx\", // User's api key\n            \"showall\": \"xxxx\", // System use only\n            \"sharedcountapi\": \"\", // Not used\n            \"access_level\": \"master\", // User's access level\n            \"gsc_connected\": true, // Indicates if Google Search Console Account is connected\n            \"used\": 6915, // Indicates how many keywords have been used from package\n            \"package\": 10000, // Indicates the number of keywords available in package\n            \"refreshes\": { // Indicates status of your On Demand Refresh free limit\n                \"used\": 0,\n                \"remaining\": 10000,\n                \"limit\": 10000\n            },\n            \"daily_added\": { // Indicates status of your Daily keyword add limit\n                \"used\": 0,\n                \"remaining\": 10000,\n                \"limit\": 10000\n            },\n            \"contactnum\": \"155526222\", // User's contact number\n            \"contactnum_code\": \"US\", // Contact number dialing code\n            \"country\": \"US\", // Country\n            \"countrystate\": \"Alabama\", // State\n            \"last_login_at\": \"2024-10-23T08:28:17+00:00\", // Last tiem user logged into the app\n            \"created_at\": \"2021-04-12T11:48:53+00:00\", // Date user was crated\n            \"created_at_ts\": 1618228133, // Timestamp when user was created\n            \"disabled\": false, // Not used\n            \"is_not_stripe_user\": false, // System use only\n            \"is_free_plan\": false, // System use only\n            \"currency_code\": \"USD\", // Project reporting currency\n            \"serp_and_ranking_history_limit_date\": \"1924-10-23\", // History limit\n            \"trial_is_used\": true, // If trial was used\n            \"package_info\": {\n                \"title\": \"Enterprise Daily\"\n            }\n        }\n    }\n}"}],"_postman_id":"da1c0cb0-f7b9-4dd4-b536-b6d3c3c11ef3"}],"id":"863de349-301a-44fb-8e04-531292d7d0ad","_postman_id":"863de349-301a-44fb-8e04-531292d7d0ad","description":"","auth":{"type":"bearer","bearer":{"token":"{{api_token}}"},"isInherited":true,"source":{"_postman_id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","id":"7abf30ec-ce00-40a2-8f04-bcbbee5fa38f","name":"Keyword.com Google SERP Tracker API v2","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"}},"event":[{"listen":"prerequest","script":{"id":"3f189103-4e3e-4dd7-b2ff-f42ec360946f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74b1954d-34e0-4fae-b99a-25cec57d9c8d","type":"text/javascript","exec":[""]}}]}