
GMGN New Pair Scraper
Pricing
Pay per event

GMGN New Pair Scraper
Track new crypto tokens across multiple blockchains with GMGN New Pair Scraper. This Apify tool extracts real-time data from GMGN.ai, providing key metrics on liquidity, market value, and risk factors for Ethereum, BSC, Solana, Base, Blast, and Tron networks. Ideal for early opportunity detection.
5.0 (1)
Pricing
Pay per event
2
Monthly users
12
Runs succeeded
>99%
Last modified
11 days ago
You can access the GMGN New Pair 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": "IToLXqw1i4h7Tu5DN"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/muhammetakkurtt~gmgn-new-pair-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-muhammetakkurtt-gmgn-new-pair-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/muhammetakkurtt~gmgn-new-pair-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-muhammetakkurtt-gmgn-new-pair-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/muhammetakkurtt~gmgn-new-pair-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-muhammetakkurtt-gmgn-new-pair-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 "required": [
134 "chain",
135 "dataType"
136 ],
137 "properties": {
138 "chain": {
139 "title": "Blockchain Network",
140 "enum": [
141 "bsc",
142 "eth",
143 "base",
144 "sol",
145 "blast",
146 "tron"
147 ],
148 "type": "string",
149 "description": "Blockchain network to scan",
150 "default": "sol"
151 },
152 "timeRange": {
153 "title": "Time Period",
154 "enum": [
155 "1m",
156 "5m",
157 "1h",
158 "6h",
159 "24h"
160 ],
161 "type": "string",
162 "description": "Time period for new pair data",
163 "default": "1h"
164 },
165 "dataType": {
166 "title": "Data Type",
167 "enum": [
168 "new_pools",
169 "burnts",
170 "dexscreener_spents"
171 ],
172 "type": "string",
173 "description": "Type of data to retrieve",
174 "default": "new_pools"
175 },
176 "limit": {
177 "title": "Result Limit",
178 "minimum": 1,
179 "maximum": 10000,
180 "type": "integer",
181 "description": "Maximum number of new pairs to retrieve",
182 "default": 50
183 },
184 "platforms": {
185 "title": "DEX Platforms (Solana Only)",
186 "uniqueItems": true,
187 "type": "array",
188 "description": "DEX platforms to include - Only applicable for Solana network",
189 "items": {
190 "type": "string",
191 "enum": [
192 "pump",
193 "pumpamm",
194 "moonshot",
195 "raydium",
196 "meteora",
197 "fluxbeam",
198 "orca"
199 ],
200 "enumTitles": [
201 "Pump",
202 "PumpAMM",
203 "Moonshot",
204 "Raydium",
205 "Meteora",
206 "Fluxbeam",
207 "Orca"
208 ]
209 },
210 "default": [
211 "pump",
212 "pumpamm",
213 "moonshot",
214 "raydium",
215 "meteora",
216 "fluxbeam",
217 "orca"
218 ]
219 },
220 "filters": {
221 "title": "Token Filters",
222 "uniqueItems": true,
223 "type": "array",
224 "description": "Token filters to apply (select multiple)",
225 "items": {
226 "type": "string",
227 "enum": [
228 "has_social",
229 "renounced",
230 "frozen",
231 "burn",
232 "distribed",
233 "token_burnt",
234 "not_wash_trading"
235 ],
236 "enumTitles": [
237 "Has Social",
238 "No Mint",
239 "Blacklist",
240 "Burn",
241 "Top 10",
242 "Token Burnt",
243 "No Wash Trading"
244 ]
245 },
246 "default": []
247 },
248 "min_quote_usd": {
249 "title": "Min Quote USD",
250 "minimum": 1,
251 "maximum": 100000000000,
252 "type": "integer",
253 "description": "Minimum quote value in USD"
254 },
255 "max_quote_usd": {
256 "title": "Max Quote USD",
257 "minimum": 1,
258 "maximum": 100000000000,
259 "type": "integer",
260 "description": "Maximum quote value in USD"
261 },
262 "min_marketcap": {
263 "title": "Min Market Cap",
264 "minimum": 1,
265 "maximum": 100000000000,
266 "type": "integer",
267 "description": "Minimum market capitalization"
268 },
269 "max_marketcap": {
270 "title": "Max Market Cap",
271 "minimum": 1,
272 "maximum": 100000000000,
273 "type": "integer",
274 "description": "Maximum market capitalization"
275 },
276 "min_sniper_count": {
277 "title": "Min Sniper Count",
278 "minimum": 1,
279 "maximum": 100000000000,
280 "type": "integer",
281 "description": "Minimum number of snipers"
282 },
283 "max_sniper_count": {
284 "title": "Max Sniper Count",
285 "minimum": 1,
286 "maximum": 100000000000,
287 "type": "integer",
288 "description": "Maximum number of snipers"
289 },
290 "min_volume": {
291 "title": "Min Volume",
292 "minimum": 1,
293 "maximum": 100000000000,
294 "type": "integer",
295 "description": "Minimum trading volume"
296 },
297 "max_volume": {
298 "title": "Max Volume",
299 "minimum": 1,
300 "maximum": 100000000000,
301 "type": "integer",
302 "description": "Maximum trading volume"
303 },
304 "min_swaps1h": {
305 "title": "Min Swaps (1h)",
306 "minimum": 1,
307 "maximum": 100000000000,
308 "type": "integer",
309 "description": "Minimum number of swaps in 1 hour"
310 },
311 "max_swaps1h": {
312 "title": "Max Swaps (1h)",
313 "minimum": 1,
314 "maximum": 100000000000,
315 "type": "integer",
316 "description": "Maximum number of swaps in 1 hour"
317 },
318 "min_holder_count": {
319 "title": "Min Holder Count",
320 "minimum": 1,
321 "maximum": 100000000000,
322 "type": "integer",
323 "description": "Minimum number of token holders"
324 },
325 "max_holder_count": {
326 "title": "Max Holder Count",
327 "minimum": 1,
328 "maximum": 100000000000,
329 "type": "integer",
330 "description": "Maximum number of token holders"
331 },
332 "min_created": {
333 "title": "Min Token Age (Minutes)",
334 "minimum": 1,
335 "maximum": 100000000000,
336 "type": "integer",
337 "description": "Minimum token age in minutes"
338 },
339 "max_created": {
340 "title": "Max Token Age (Minutes)",
341 "minimum": 1,
342 "maximum": 100000000000,
343 "type": "integer",
344 "description": "Maximum token age in minutes"
345 },
346 "min_rug_ratio": {
347 "title": "Min Rug Ratio",
348 "minimum": 1,
349 "maximum": 100000000000,
350 "type": "integer",
351 "description": "Minimum rug ratio (value will be divided by 100)"
352 },
353 "max_rug_ratio": {
354 "title": "Max Rug Ratio",
355 "minimum": 1,
356 "maximum": 100000000000,
357 "type": "integer",
358 "description": "Maximum rug ratio (value will be divided by 100)"
359 },
360 "proxyConfiguration": {
361 "title": "Proxy Configuration",
362 "type": "object",
363 "description": "Using a proxy is recommended for faster and more reliable results",
364 "default": {
365 "useApifyProxy": true,
366 "apifyProxyGroups": []
367 }
368 }
369 }
370 },
371 "runsResponseSchema": {
372 "type": "object",
373 "properties": {
374 "data": {
375 "type": "object",
376 "properties": {
377 "id": {
378 "type": "string"
379 },
380 "actId": {
381 "type": "string"
382 },
383 "userId": {
384 "type": "string"
385 },
386 "startedAt": {
387 "type": "string",
388 "format": "date-time",
389 "example": "2025-01-08T00:00:00.000Z"
390 },
391 "finishedAt": {
392 "type": "string",
393 "format": "date-time",
394 "example": "2025-01-08T00:00:00.000Z"
395 },
396 "status": {
397 "type": "string",
398 "example": "READY"
399 },
400 "meta": {
401 "type": "object",
402 "properties": {
403 "origin": {
404 "type": "string",
405 "example": "API"
406 },
407 "userAgent": {
408 "type": "string"
409 }
410 }
411 },
412 "stats": {
413 "type": "object",
414 "properties": {
415 "inputBodyLen": {
416 "type": "integer",
417 "example": 2000
418 },
419 "rebootCount": {
420 "type": "integer",
421 "example": 0
422 },
423 "restartCount": {
424 "type": "integer",
425 "example": 0
426 },
427 "resurrectCount": {
428 "type": "integer",
429 "example": 0
430 },
431 "computeUnits": {
432 "type": "integer",
433 "example": 0
434 }
435 }
436 },
437 "options": {
438 "type": "object",
439 "properties": {
440 "build": {
441 "type": "string",
442 "example": "latest"
443 },
444 "timeoutSecs": {
445 "type": "integer",
446 "example": 300
447 },
448 "memoryMbytes": {
449 "type": "integer",
450 "example": 1024
451 },
452 "diskMbytes": {
453 "type": "integer",
454 "example": 2048
455 }
456 }
457 },
458 "buildId": {
459 "type": "string"
460 },
461 "defaultKeyValueStoreId": {
462 "type": "string"
463 },
464 "defaultDatasetId": {
465 "type": "string"
466 },
467 "defaultRequestQueueId": {
468 "type": "string"
469 },
470 "buildNumber": {
471 "type": "string",
472 "example": "1.0.0"
473 },
474 "containerUrl": {
475 "type": "string"
476 },
477 "usage": {
478 "type": "object",
479 "properties": {
480 "ACTOR_COMPUTE_UNITS": {
481 "type": "integer",
482 "example": 0
483 },
484 "DATASET_READS": {
485 "type": "integer",
486 "example": 0
487 },
488 "DATASET_WRITES": {
489 "type": "integer",
490 "example": 0
491 },
492 "KEY_VALUE_STORE_READS": {
493 "type": "integer",
494 "example": 0
495 },
496 "KEY_VALUE_STORE_WRITES": {
497 "type": "integer",
498 "example": 1
499 },
500 "KEY_VALUE_STORE_LISTS": {
501 "type": "integer",
502 "example": 0
503 },
504 "REQUEST_QUEUE_READS": {
505 "type": "integer",
506 "example": 0
507 },
508 "REQUEST_QUEUE_WRITES": {
509 "type": "integer",
510 "example": 0
511 },
512 "DATA_TRANSFER_INTERNAL_GBYTES": {
513 "type": "integer",
514 "example": 0
515 },
516 "DATA_TRANSFER_EXTERNAL_GBYTES": {
517 "type": "integer",
518 "example": 0
519 },
520 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
521 "type": "integer",
522 "example": 0
523 },
524 "PROXY_SERPS": {
525 "type": "integer",
526 "example": 0
527 }
528 }
529 },
530 "usageTotalUsd": {
531 "type": "number",
532 "example": 0.00005
533 },
534 "usageUsd": {
535 "type": "object",
536 "properties": {
537 "ACTOR_COMPUTE_UNITS": {
538 "type": "integer",
539 "example": 0
540 },
541 "DATASET_READS": {
542 "type": "integer",
543 "example": 0
544 },
545 "DATASET_WRITES": {
546 "type": "integer",
547 "example": 0
548 },
549 "KEY_VALUE_STORE_READS": {
550 "type": "integer",
551 "example": 0
552 },
553 "KEY_VALUE_STORE_WRITES": {
554 "type": "number",
555 "example": 0.00005
556 },
557 "KEY_VALUE_STORE_LISTS": {
558 "type": "integer",
559 "example": 0
560 },
561 "REQUEST_QUEUE_READS": {
562 "type": "integer",
563 "example": 0
564 },
565 "REQUEST_QUEUE_WRITES": {
566 "type": "integer",
567 "example": 0
568 },
569 "DATA_TRANSFER_INTERNAL_GBYTES": {
570 "type": "integer",
571 "example": 0
572 },
573 "DATA_TRANSFER_EXTERNAL_GBYTES": {
574 "type": "integer",
575 "example": 0
576 },
577 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
578 "type": "integer",
579 "example": 0
580 },
581 "PROXY_SERPS": {
582 "type": "integer",
583 "example": 0
584 }
585 }
586 }
587 }
588 }
589 }
590 }
591 }
592 }
593}
GMGN New Pair 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 GMGN New Pair 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
Pay per eventThis Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Actor Start
$0.01
Charge when the actor starts running
Each Page Scrape
$0.01
Charge for each page scraping
Token Data Scraped
$0.003
Charge for each individual token data item successfully retrieved and saved to the dataset.
Actor Completion
$0.01
Charge when all processes are successfully completed.