
Pinterest Ads Library Scraper
Pricing
$25.00/month + usage

Pinterest Ads Library Scraper
Extract ads from pinterest ads library. Collect post content, comments, shares, publication date. Allow to get domain and company name of the ad owner
0.0 (0)
Pricing
$25.00/month + usage
0
Monthly users
2
Runs succeeded
>99%
Last modified
5 days ago
You can access the Pinterest Ads Library Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "8b7jxJbrbrXWuGJJ1"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/saswave~pinterest-ads-library-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-saswave-pinterest-ads-library-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/saswave~pinterest-ads-library-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-saswave-pinterest-ads-library-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/saswave~pinterest-ads-library-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-saswave-pinterest-ads-library-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "properties": {
134 "category": {
135 "title": "Select category",
136 "enum": [
137 "all",
138 "animals",
139 "architecture",
140 "art",
141 "other",
142 "beauty",
143 "diy_and_crafts",
144 "quotes",
145 "food_and_drinks",
146 "home_decor",
147 "design",
148 "entertainment",
149 "education",
150 "electronics",
151 "parenting",
152 "finance",
153 "gardening",
154 "wedding",
155 "childrens_fashion",
156 "womens_fashion",
157 "event_planning",
158 "health",
159 "sport",
160 "mens_fashion",
161 "vehicle",
162 "travel"
163 ],
164 "type": "string",
165 "description": "Category filter on search results"
166 },
167 "country": {
168 "title": "Select country",
169 "enum": [
170 "DE",
171 "AT",
172 "BE",
173 "BR",
174 "BG",
175 "CY",
176 "HR",
177 "DK",
178 "ES",
179 "EE",
180 "FI",
181 "FR",
182 "GR",
183 "HU",
184 "IE",
185 "IT",
186 "LV",
187 "LT",
188 "LU",
189 "MT",
190 "NL",
191 "PL",
192 "PT",
193 "CZ",
194 "RO",
195 "SK",
196 "SI",
197 "SE",
198 "TR"
199 ],
200 "type": "string",
201 "description": "Country filter on search results"
202 },
203 "gender": {
204 "title": "Select gender",
205 "enum": [
206 "ALL",
207 "FEMALE",
208 "MALE",
209 "UNSPECIFIED"
210 ],
211 "type": "string",
212 "description": "Gender filter on search results"
213 },
214 "age": {
215 "title": "Select age",
216 "enum": [
217 "ALL",
218 "AGE_18_24",
219 "AGE_25_34",
220 "AGE_35_44",
221 "AGE_45_49",
222 "AGE_50_54",
223 "AGE_55_64",
224 "AGE_65_PLUS"
225 ],
226 "type": "string",
227 "description": "Age filter on search results"
228 },
229 "advertiser_name": {
230 "title": "Advertiser Name",
231 "type": "string",
232 "description": "Advertiser name filter on search results"
233 },
234 "max_page": {
235 "title": "Maximum page",
236 "minimum": 0,
237 "type": "integer",
238 "description": "Maximum depth to stop at (0 = no limit)"
239 },
240 "proxyConfiguration": {
241 "title": "Proxy configuration",
242 "type": "object",
243 "description": "The best option is usually Automatic proxy. But you can also use your own proxies or no proxy"
244 }
245 }
246 },
247 "runsResponseSchema": {
248 "type": "object",
249 "properties": {
250 "data": {
251 "type": "object",
252 "properties": {
253 "id": {
254 "type": "string"
255 },
256 "actId": {
257 "type": "string"
258 },
259 "userId": {
260 "type": "string"
261 },
262 "startedAt": {
263 "type": "string",
264 "format": "date-time",
265 "example": "2025-01-08T00:00:00.000Z"
266 },
267 "finishedAt": {
268 "type": "string",
269 "format": "date-time",
270 "example": "2025-01-08T00:00:00.000Z"
271 },
272 "status": {
273 "type": "string",
274 "example": "READY"
275 },
276 "meta": {
277 "type": "object",
278 "properties": {
279 "origin": {
280 "type": "string",
281 "example": "API"
282 },
283 "userAgent": {
284 "type": "string"
285 }
286 }
287 },
288 "stats": {
289 "type": "object",
290 "properties": {
291 "inputBodyLen": {
292 "type": "integer",
293 "example": 2000
294 },
295 "rebootCount": {
296 "type": "integer",
297 "example": 0
298 },
299 "restartCount": {
300 "type": "integer",
301 "example": 0
302 },
303 "resurrectCount": {
304 "type": "integer",
305 "example": 0
306 },
307 "computeUnits": {
308 "type": "integer",
309 "example": 0
310 }
311 }
312 },
313 "options": {
314 "type": "object",
315 "properties": {
316 "build": {
317 "type": "string",
318 "example": "latest"
319 },
320 "timeoutSecs": {
321 "type": "integer",
322 "example": 300
323 },
324 "memoryMbytes": {
325 "type": "integer",
326 "example": 1024
327 },
328 "diskMbytes": {
329 "type": "integer",
330 "example": 2048
331 }
332 }
333 },
334 "buildId": {
335 "type": "string"
336 },
337 "defaultKeyValueStoreId": {
338 "type": "string"
339 },
340 "defaultDatasetId": {
341 "type": "string"
342 },
343 "defaultRequestQueueId": {
344 "type": "string"
345 },
346 "buildNumber": {
347 "type": "string",
348 "example": "1.0.0"
349 },
350 "containerUrl": {
351 "type": "string"
352 },
353 "usage": {
354 "type": "object",
355 "properties": {
356 "ACTOR_COMPUTE_UNITS": {
357 "type": "integer",
358 "example": 0
359 },
360 "DATASET_READS": {
361 "type": "integer",
362 "example": 0
363 },
364 "DATASET_WRITES": {
365 "type": "integer",
366 "example": 0
367 },
368 "KEY_VALUE_STORE_READS": {
369 "type": "integer",
370 "example": 0
371 },
372 "KEY_VALUE_STORE_WRITES": {
373 "type": "integer",
374 "example": 1
375 },
376 "KEY_VALUE_STORE_LISTS": {
377 "type": "integer",
378 "example": 0
379 },
380 "REQUEST_QUEUE_READS": {
381 "type": "integer",
382 "example": 0
383 },
384 "REQUEST_QUEUE_WRITES": {
385 "type": "integer",
386 "example": 0
387 },
388 "DATA_TRANSFER_INTERNAL_GBYTES": {
389 "type": "integer",
390 "example": 0
391 },
392 "DATA_TRANSFER_EXTERNAL_GBYTES": {
393 "type": "integer",
394 "example": 0
395 },
396 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
397 "type": "integer",
398 "example": 0
399 },
400 "PROXY_SERPS": {
401 "type": "integer",
402 "example": 0
403 }
404 }
405 },
406 "usageTotalUsd": {
407 "type": "number",
408 "example": 0.00005
409 },
410 "usageUsd": {
411 "type": "object",
412 "properties": {
413 "ACTOR_COMPUTE_UNITS": {
414 "type": "integer",
415 "example": 0
416 },
417 "DATASET_READS": {
418 "type": "integer",
419 "example": 0
420 },
421 "DATASET_WRITES": {
422 "type": "integer",
423 "example": 0
424 },
425 "KEY_VALUE_STORE_READS": {
426 "type": "integer",
427 "example": 0
428 },
429 "KEY_VALUE_STORE_WRITES": {
430 "type": "number",
431 "example": 0.00005
432 },
433 "KEY_VALUE_STORE_LISTS": {
434 "type": "integer",
435 "example": 0
436 },
437 "REQUEST_QUEUE_READS": {
438 "type": "integer",
439 "example": 0
440 },
441 "REQUEST_QUEUE_WRITES": {
442 "type": "integer",
443 "example": 0
444 },
445 "DATA_TRANSFER_INTERNAL_GBYTES": {
446 "type": "integer",
447 "example": 0
448 },
449 "DATA_TRANSFER_EXTERNAL_GBYTES": {
450 "type": "integer",
451 "example": 0
452 },
453 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
454 "type": "integer",
455 "example": 0
456 },
457 "PROXY_SERPS": {
458 "type": "integer",
459 "example": 0
460 }
461 }
462 }
463 }
464 }
465 }
466 }
467 }
468 }
469}
Pinterest Ads Library Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Pinterest Ads Library Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
3 days
Price
$25.00