1from apify_client import ApifyClient
2
3
4
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7
8run_input = { "items": [
9 {
10 "searchQuery": {
11 "term": "website performance audit",
12 "url": "http://www.google.com/search?q=website+performance+audit&hl=en",
13 "device": "DESKTOP",
14 "page": 1,
15 "type": "SEARCH",
16 "domain": "google.com",
17 "countryCode": "US",
18 "languageCode": "en",
19 "locationUule": None,
20 "resultsPerPage": 10,
21 },
22 "organicResults": [
23 {
24 "title": "PageSpeed Insights",
25 "url": "https://pagespeed.web.dev/",
26 "position": 1,
27 "description": "Make your web pages fast on all devices. Check out. What's new · Documentation · Learn about Web Performance.Read more",
28 },
29 {
30 "title": "Complete Website Performance Audit Checklist",
31 "url": "https://dev.to/digitalunicon/complete-website-performance-audit-checklist-2fi",
32 "position": 2,
33 "description": "A. Page Speed Audit · Measure Load Time · Reduce Render-Blocking Resources · Optimize Above-the-Fold Content · Minify CSS & JavaScript. Compress ...Read more",
34 },
35 {
36 "title": "GTmetrix: Home Page",
37 "url": "https://gtmetrix.com/",
38 "position": 3,
39 "description": "Gain a clear, complete view of your site's real performance. Go beyond a single score. See exactly what's slow, why it's slow, and what to fix first.Read more",
40 },
41 {
42 "title": "Website Speed Test | Pingdom Tools",
43 "url": "https://tools.pingdom.com/",
44 "position": 4,
45 "description": "Use this free Website Speed Test to analyze the load speed of your websites, and learn how to make them faster.",
46 },
47 {
48 "title": "Free Website Performance Audit | Speed Check",
49 "url": "https://pressd.io/free-website-performance-audit/",
50 "position": 5,
51 "description": "Get a free website performance audit to understand it's current speed and loading efficiency. Identify issues and get actionable insights.",
52 },
53 {
54 "title": "Website Grader - Check your Pages for Speed and SEO",
55 "url": "https://website.grader.com/",
56 "position": 6,
57 "description": "Website Grader is a free online tool that grades your site against key metrics like performance, mobile readiness, SEO, and security. Test your URLs now!",
58 },
59 {
60 "title": "Website Performance Audit: Why It Matters and How It Works",
61 "url": "https://upsolut.sg/insights/website-performance-audit-why-it-matters-and-how-it-works/",
62 "position": 7,
63 "description": "A performance audit helps identify areas where your site may be underperforming and provides actionable insights to enhance functionality, speed, and stability.",
64 },
65 {
66 "title": "WebPage Test",
67 "url": "https://www.webpagetest.org/",
68 "position": 8,
69 "description": "",
70 },
71 {
72 "title": "SEOptimer: Analyze Websites With Free SEO Audit ...",
73 "url": "https://www.seoptimer.com/",
74 "position": 9,
75 "description": "SEOptimer is an SEO Audit & AI Visibility Tool which reviews these and more to help identify problems that could be holding your site back from it's potential.",
76 },
77 ],
78 "url": "http://www.google.com/search?q=website+performance+audit&hl=en",
79 "_exampleProvenance": {
80 "sourceActorId": "nFJndFXA5zjCTuudP",
81 "sourceRunId": "dhEjcb2AHXEbl3Ifd",
82 "sourceDatasetId": "kuvDTaE4ajfqneAgh",
83 "curatedPublicSnapshot": True,
84 "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities.",
85 },
86 },
87 {
88 "searchQuery": {
89 "term": "core web vitals audit",
90 "url": "http://www.google.com/search?q=core+web+vitals+audit&hl=en",
91 "device": "DESKTOP",
92 "page": 1,
93 "type": "SEARCH",
94 "domain": "google.com",
95 "countryCode": "US",
96 "languageCode": "en",
97 "locationUule": None,
98 "resultsPerPage": 10,
99 },
100 "organicResults": [
101 {
102 "title": "Core Web Vitals",
103 "url": "https://web.dev/explore/learn-core-web-vitals",
104 "position": 1,
105 "description": "Learn Core Web Vitals. An initiative to provide unified guidance for quality signals that are essential to delivering a great user experience on the web.Read more",
106 },
107 {
108 "title": "Understanding Core Web Vitals and Google search results",
109 "url": "https://developers.google.com/search/docs/appearance/core-web-vitals",
110 "position": 2,
111 "description": "Core Web Vitals is a set of metrics that measure real-world user experience for loading performance, interactivity, and visual stability of the page.Read more",
112 },
113 {
114 "title": "How To Audit Core Web Vitals: An In-depth Guide",
115 "url": "https://www.debugbear.com/blog/core-web-vitals-audit",
116 "position": 3,
117 "description": "The first step to audit Core Web Vitals is to get a high-level view of how your website is doing and how you compare to other players in your ...Read more",
118 },
119 {
120 "title": "How do I go about performing a core web vitals audit for ...",
121 "url": "https://www.reddit.com/r/TechSEO/comments/wsj7k3/how_do_i_go_about_performing_a_core_web_vitals/",
122 "position": 4,
123 "description": "Go to the Core Web Vitals page where it gives a graphic representation of Good Bad Needs Improvement instances for Mobile and for Desktop.",
124 },
125 {
126 "title": "Core Web Vitals Testing: 8 Best Tools in 2026",
127 "url": "https://wp-rocket.me/blog/core-web-vitals-testing-performance-monitoring-tools/",
128 "position": 5,
129 "description": "The Core Web Vitals report in Google Search Console shows how your pages perform based on real-world usage data, grouped by page type. The ...Read more",
130 },
131 {
132 "title": "How To Audit Core Web Vitals",
133 "url": "https://www.screamingfrog.co.uk/seo-spider/tutorials/how-to-audit-core-web-vitals/",
134 "position": 6,
135 "description": "You can use the Screaming Frog SEO Spider and PageSpeed Insights API to easily measure Core Web Vitals (CWVs) for each page on your website. Below is ...Read more",
136 },
137 {
138 "title": "Core Web Vitals workflows with Google tools | Articles",
139 "url": "https://web.dev/articles/vitals-tools",
140 "position": 7,
141 "description": "Core Web Vitals are a set of metrics that assess the user experience on criteria such as load performance, responsiveness to user input, and layout stability.",
142 },
143 {
144 "title": "Core Web Vitals Test and Checker",
145 "url": "https://speedvitals.com/tools/core-web-vitals-checker",
146 "position": 8,
147 "description": "Run a free Core Web Vitals test with real-user CrUX data. Core Web Vitals are Google's metrics for loading performance, responsiveness, and visual stability.",
148 },
149 {
150 "title": "Core Web Vitals Audit: What It Really Tells You",
151 "url": "https://www.whitelabeliq.com/blog/what-a-core-web-vitals-audit-actually-tells-you/",
152 "position": 9,
153 "description": "A passing Core Web Vitals score doesn't mean your site is fast. Here's what the scores actually measure—and what agencies often miss.",
154 },
155 ],
156 "url": "http://www.google.com/search?q=core+web+vitals+audit&hl=en",
157 "_exampleProvenance": {
158 "sourceActorId": "nFJndFXA5zjCTuudP",
159 "sourceRunId": "dhEjcb2AHXEbl3Ifd",
160 "sourceDatasetId": "kuvDTaE4ajfqneAgh",
161 "curatedPublicSnapshot": True,
162 "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities.",
163 },
164 },
165 ] }
166
167
168run = client.actor("zinin/serp-competitor-overlap-analyzer").call(run_input=run_input)
169
170
171print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
172for item in client.dataset(run.default_dataset_id).iterate_items():
173 print(item)
174
175