
DexScan Meme Explorer Scraper
Pricing
Pay per event

DexScan Meme Explorer Scraper
DexScan Meme Coin Explorer: Powerful CoinMarketCap scraper for real-time meme coin analysis. Track new and trending tokens with filters for liquidity, volume, dev ownership, and more. Essential tool for crypto investors and traders seeking profitable meme coin opportunities.
5.0 (1)
Pricing
Pay per event
2
Monthly users
3
Runs succeeded
>99%
Last modified
23 days ago
You can access the DexScan Meme Explorer 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": "23Zspz8YjtjeF6Twh"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/muhammetakkurtt~dexscan-meme-explorer-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-muhammetakkurtt-dexscan-meme-explorer-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~dexscan-meme-explorer-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-muhammetakkurtt-dexscan-meme-explorer-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~dexscan-meme-explorer-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-muhammetakkurtt-dexscan-meme-explorer-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 "category"
135 ],
136 "properties": {
137 "category": {
138 "title": "Category",
139 "enum": [
140 "newCreations",
141 "aboutGraduates",
142 "graduates"
143 ],
144 "type": "string",
145 "description": "Select which category of meme coins to scrape",
146 "default": "newCreations"
147 },
148 "poolSourceType": {
149 "title": "Pool Source",
150 "enum": [
151 "pump.fun",
152 "moonshot"
153 ],
154 "type": "string",
155 "description": "Select the source of the transaction pool",
156 "default": "pump.fun"
157 },
158 "topHoldersLessThan": {
159 "title": "Top 10 holders (less than 30%)",
160 "type": "boolean",
161 "description": "Filter coins where top 10 holders own less than 30%",
162 "default": false
163 },
164 "devSoldAll": {
165 "title": "Dev has sold",
166 "type": "boolean",
167 "description": "Filter coins where developer has sold their tokens",
168 "default": false
169 },
170 "devBurn": {
171 "title": "Dev burnt",
172 "type": "boolean",
173 "description": "Filter coins where developer has burnt their tokens",
174 "default": false
175 },
176 "leastSocial": {
177 "title": "Minimum 1 social account",
178 "type": "boolean",
179 "description": "Filter coins with at least one social media account",
180 "default": false
181 },
182 "bondingCurveMin": {
183 "title": "Bonding Curve % (Min)",
184 "minimum": 0,
185 "maximum": 100,
186 "type": "integer",
187 "description": "Minimum bonding curve percentage"
188 },
189 "bondingCurveMax": {
190 "title": "Bonding Curve % (Max)",
191 "minimum": 0,
192 "maximum": 100,
193 "type": "integer",
194 "description": "Maximum bonding curve percentage"
195 },
196 "devHoldingMin": {
197 "title": "Dev Holding % (Min)",
198 "minimum": 0,
199 "maximum": 100,
200 "type": "integer",
201 "description": "Minimum developer ownership percentage"
202 },
203 "devHoldingMax": {
204 "title": "Dev Holding % (Max)",
205 "minimum": 0,
206 "maximum": 100,
207 "type": "integer",
208 "description": "Maximum developer ownership percentage"
209 },
210 "holdersMin": {
211 "title": "Holders (Min)",
212 "minimum": 0,
213 "maximum": 100000000000,
214 "type": "integer",
215 "description": "Minimum number of holders"
216 },
217 "holdersMax": {
218 "title": "Holders (Max)",
219 "minimum": 0,
220 "maximum": 100000000000,
221 "type": "integer",
222 "description": "Maximum number of holders"
223 },
224 "liquidityMin": {
225 "title": "Liquidity (Min)",
226 "minimum": 0,
227 "maximum": 100000000000,
228 "type": "integer",
229 "description": "Minimum liquidity amount ($)"
230 },
231 "liquidityMax": {
232 "title": "Liquidity (Max)",
233 "minimum": 0,
234 "maximum": 100000000000,
235 "type": "integer",
236 "description": "Maximum liquidity amount ($)"
237 },
238 "volumeMin": {
239 "title": "Volume (Min)",
240 "minimum": 0,
241 "maximum": 100000000000,
242 "type": "integer",
243 "description": "Minimum trading volume ($)"
244 },
245 "volumeMax": {
246 "title": "Volume (Max)",
247 "minimum": 0,
248 "maximum": 100000000000,
249 "type": "integer",
250 "description": "Maximum trading volume ($)"
251 },
252 "marketCapMin": {
253 "title": "Market Cap (Min)",
254 "minimum": 0,
255 "maximum": 100000000000,
256 "type": "integer",
257 "description": "Minimum market cap value ($)"
258 },
259 "marketCapMax": {
260 "title": "Market Cap (Max)",
261 "minimum": 0,
262 "maximum": 100000000000,
263 "type": "integer",
264 "description": "Maximum market cap value ($)"
265 },
266 "txnsMin": {
267 "title": "Txns (Min)",
268 "minimum": 0,
269 "maximum": 100000000000,
270 "type": "integer",
271 "description": "Minimum number of transactions"
272 },
273 "txnsMax": {
274 "title": "Txns (Max)",
275 "minimum": 0,
276 "maximum": 100000000000,
277 "type": "integer",
278 "description": "Maximum number of transactions"
279 },
280 "buysMin": {
281 "title": "Buys (Min)",
282 "minimum": 0,
283 "maximum": 100000000000,
284 "type": "integer",
285 "description": "Minimum number of buy transactions"
286 },
287 "buysMax": {
288 "title": "Buys (Max)",
289 "minimum": 0,
290 "maximum": 100000000000,
291 "type": "integer",
292 "description": "Maximum number of buy transactions"
293 },
294 "sellsMin": {
295 "title": "Sells (Min)",
296 "minimum": 0,
297 "maximum": 100000000000,
298 "type": "integer",
299 "description": "Minimum number of sell transactions"
300 },
301 "sellsMax": {
302 "title": "Sells (Max)",
303 "minimum": 0,
304 "maximum": 100000000000,
305 "type": "integer",
306 "description": "Maximum number of sell transactions"
307 },
308 "tokenAgeMin": {
309 "title": "Token Age (Min)",
310 "minimum": 0,
311 "maximum": 100000000000,
312 "type": "integer",
313 "description": "Minimum token age (minutes)"
314 },
315 "tokenAgeMax": {
316 "title": "Token Age (Max)",
317 "minimum": 0,
318 "maximum": 100000000000,
319 "type": "integer",
320 "description": "Maximum token age (minutes)"
321 }
322 }
323 },
324 "runsResponseSchema": {
325 "type": "object",
326 "properties": {
327 "data": {
328 "type": "object",
329 "properties": {
330 "id": {
331 "type": "string"
332 },
333 "actId": {
334 "type": "string"
335 },
336 "userId": {
337 "type": "string"
338 },
339 "startedAt": {
340 "type": "string",
341 "format": "date-time",
342 "example": "2025-01-08T00:00:00.000Z"
343 },
344 "finishedAt": {
345 "type": "string",
346 "format": "date-time",
347 "example": "2025-01-08T00:00:00.000Z"
348 },
349 "status": {
350 "type": "string",
351 "example": "READY"
352 },
353 "meta": {
354 "type": "object",
355 "properties": {
356 "origin": {
357 "type": "string",
358 "example": "API"
359 },
360 "userAgent": {
361 "type": "string"
362 }
363 }
364 },
365 "stats": {
366 "type": "object",
367 "properties": {
368 "inputBodyLen": {
369 "type": "integer",
370 "example": 2000
371 },
372 "rebootCount": {
373 "type": "integer",
374 "example": 0
375 },
376 "restartCount": {
377 "type": "integer",
378 "example": 0
379 },
380 "resurrectCount": {
381 "type": "integer",
382 "example": 0
383 },
384 "computeUnits": {
385 "type": "integer",
386 "example": 0
387 }
388 }
389 },
390 "options": {
391 "type": "object",
392 "properties": {
393 "build": {
394 "type": "string",
395 "example": "latest"
396 },
397 "timeoutSecs": {
398 "type": "integer",
399 "example": 300
400 },
401 "memoryMbytes": {
402 "type": "integer",
403 "example": 1024
404 },
405 "diskMbytes": {
406 "type": "integer",
407 "example": 2048
408 }
409 }
410 },
411 "buildId": {
412 "type": "string"
413 },
414 "defaultKeyValueStoreId": {
415 "type": "string"
416 },
417 "defaultDatasetId": {
418 "type": "string"
419 },
420 "defaultRequestQueueId": {
421 "type": "string"
422 },
423 "buildNumber": {
424 "type": "string",
425 "example": "1.0.0"
426 },
427 "containerUrl": {
428 "type": "string"
429 },
430 "usage": {
431 "type": "object",
432 "properties": {
433 "ACTOR_COMPUTE_UNITS": {
434 "type": "integer",
435 "example": 0
436 },
437 "DATASET_READS": {
438 "type": "integer",
439 "example": 0
440 },
441 "DATASET_WRITES": {
442 "type": "integer",
443 "example": 0
444 },
445 "KEY_VALUE_STORE_READS": {
446 "type": "integer",
447 "example": 0
448 },
449 "KEY_VALUE_STORE_WRITES": {
450 "type": "integer",
451 "example": 1
452 },
453 "KEY_VALUE_STORE_LISTS": {
454 "type": "integer",
455 "example": 0
456 },
457 "REQUEST_QUEUE_READS": {
458 "type": "integer",
459 "example": 0
460 },
461 "REQUEST_QUEUE_WRITES": {
462 "type": "integer",
463 "example": 0
464 },
465 "DATA_TRANSFER_INTERNAL_GBYTES": {
466 "type": "integer",
467 "example": 0
468 },
469 "DATA_TRANSFER_EXTERNAL_GBYTES": {
470 "type": "integer",
471 "example": 0
472 },
473 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
474 "type": "integer",
475 "example": 0
476 },
477 "PROXY_SERPS": {
478 "type": "integer",
479 "example": 0
480 }
481 }
482 },
483 "usageTotalUsd": {
484 "type": "number",
485 "example": 0.00005
486 },
487 "usageUsd": {
488 "type": "object",
489 "properties": {
490 "ACTOR_COMPUTE_UNITS": {
491 "type": "integer",
492 "example": 0
493 },
494 "DATASET_READS": {
495 "type": "integer",
496 "example": 0
497 },
498 "DATASET_WRITES": {
499 "type": "integer",
500 "example": 0
501 },
502 "KEY_VALUE_STORE_READS": {
503 "type": "integer",
504 "example": 0
505 },
506 "KEY_VALUE_STORE_WRITES": {
507 "type": "number",
508 "example": 0.00005
509 },
510 "KEY_VALUE_STORE_LISTS": {
511 "type": "integer",
512 "example": 0
513 },
514 "REQUEST_QUEUE_READS": {
515 "type": "integer",
516 "example": 0
517 },
518 "REQUEST_QUEUE_WRITES": {
519 "type": "integer",
520 "example": 0
521 },
522 "DATA_TRANSFER_INTERNAL_GBYTES": {
523 "type": "integer",
524 "example": 0
525 },
526 "DATA_TRANSFER_EXTERNAL_GBYTES": {
527 "type": "integer",
528 "example": 0
529 },
530 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
531 "type": "integer",
532 "example": 0
533 },
534 "PROXY_SERPS": {
535 "type": "integer",
536 "example": 0
537 }
538 }
539 }
540 }
541 }
542 }
543 }
544 }
545 }
546}
DexScan Meme Explorer 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 DexScan Meme Explorer 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.005
Charge for each page scraping
Token Data Scraped
$0.001
Charged for each individual token data item successfully retrieved and saved to the dataset.
Actor Completion
$0.01
Charge when all processes are successfully completed.