MyAnimeList Scraper avatar
MyAnimeList Scraper
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
MyAnimeList Scraper

MyAnimeList Scraper

rikunk/my-anime-list-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

MyAnimeList Scraper is a comprehensive tool that provides detailed insights into anime and manga series, extracting information on content, episodes, characters, statistics, and reviews. It's designed to serve both casual fans and professionals, offering a view into trends, and user preferences.

MyAnimeList Scraper

MyAnimeList Scraper enables you to extract and download data about anime and manga, including details about content information, episodes, characters, reviews, statistics and more from myanimelist.net. Whether you're looking for comprehensive information on a specific anime or manga series, exploring various characters, or gathering insights on reviews, this scraper makes it convenient and efficient.

Why scrape MyAnimeList?

MyAnimeList is a rich source for anime and manga data, housing extensive information on various titles, characters, episode details, user reviews, and more. This comprehensive database has become a go-to destination for anime enthusiasts and researchers alike.

With MyAnimeList Scraper, you can:

  • Extract detailed information on specific anime or mangas.
  • Retrieve episodes' data, including name, sypnopsis, air date, and average score.
  • Gather characters' details such as name, role type, favorites count, and image links.
  • Collect comprehensive user reviews and reactions.
  • Obtain statistical information like watching status, completed count, etc.

Input

Properties:

  • searchTitles: Add the titles you want to search for.
  • searchURLs: Add the URLs you want to search for.
  • numberOfPagesOfEpisodes: Enter the number of pages of episodes you want to search for.
  • numberOfPagesOfReviews: Enter the number of pages of reviews you want to search for.

Example Input:

1{
2    "searchTitles": ["Attack on Titan", "Spirited Away", "Naruto: Shippuuden"],
3    "searchURLs": [
4        "https://myanimelist.net/anime/5114/Fullmetal_Alchemist__Brotherhood?q=full%20metal%20alche&cat=anime",
5        "https://myanimelist.net/anime/21/One_Piece?q=one%20piece&cat=anime"
6    ],
7    "numberOfPagesOfEpisodes": 3,
8    "numberOfPagesOfReviews": 5
9}

Output

The MyAnimeList Scraper output is stored in a dataset. Each item contains information about a spesific anime or manga.

Here is an example of the output:

1{
2	"Attack on Titan": {
3		"content_info": {
4			"orijinal_name": "Shingeki no Kyojin",
5			"english_name": "Attack on Titan",
6			"score": 8.54,
7			"ranked": "#110",
8			"popularity": "#1",
9			"members": 3782,
10			"premiered": "Spring 2013",
11			"magazine_name": "N/A",
12			"type": "TV",
13			"studios": "Wit Studio",
14			"sypnopsis": "Centuries ago, mankind was slaughtered to near extinction by monstrous humanoid creatures called Titans, forcing humans to hide in fear behind enormous concentric walls. What makes these giants truly terrifying is that their taste for human flesh is not born out of hunger but what appears to be out of pleasure. To ensure their survival, the remnants of humanity began living within defensive barriers, resulting in one hundred years without a single titan encounter. However, that fragile calm is soon shattered when a colossal Titan manages to breach the supposedly impregnable outer wall, reigniting the fight for survival against the man-eating abominations.\n\nAfter witnessing a horrific personal loss at the hands of the invading creatures, Eren Yeager dedicates his life to their eradication by enlisting into the Survey Corps, an elite military unit that combats the merciless humanoids outside the protection of the walls. Eren, his adopted sister Mikasa Ackerman, and his childhood friend Armin Arlert join the brutal war against the Titans and race to discover a way of defeating them before the last walls are breached.\n\n[Written by MAL Rewrite]",
15			"image_link": "https://cdn.myanimelist.net/images/anime/10/47347.jpg"
16		},
17		"episodes": [
18			{
19				"episode_number": "1",
20				"episode_name": "To You Two Thousand Years Later",
21				"original_episode_name": "Ni Sen-Nen-Go no Kimi e (二千年後の君へ)",
22				"aired": "Apr 7, 2013",
23				"average_score": 4.7
24			},
25			{
26				"episode_number": "2",
27				"episode_name": "That Day",
28				"original_episode_name": "Sono Hi (その日)",
29				"aired": "Apr 14, 2013",
30				"average_score": 4.6
31			},
32			{
33				"episode_number": "3",
34				"episode_name": "Shining Dimly in the Midst of Despair",
35				"original_episode_name": "Zetsubou no Naka de Nibuku Hikaru (絶望の中で鈍く光る)",
36				"aired": "Apr 21, 2013",
37				"average_score": 4.6
38			},
39			{
40				"episode_number": "4",
41				"episode_name": "Night of the Disbanding",
42				"original_episode_name": "Kaisan Shiki no Yoru (解散式の夜)",
43				"aired": "Apr 28, 2013",
44				"average_score": 4.8
45			},
46			{
47				"episode_number": "5",
48				"episode_name": "First Battle",
49				"original_episode_name": "Uijin (初陣)",
50				"aired": "May 5, 2013",
51				"average_score": 4.8
52			},
53			{
54				"episode_number": "6",
55				"episode_name": "The World She Saw",
56				"original_episode_name": "Shoujo ga Mita Sekai (少女が見た世界)",
57				"aired": "May 12, 2013",
58				"average_score": 4.7
59			},
60			{
61				"episode_number": "7",
62				"episode_name": "The Small Blade",
63				"original_episode_name": "Chiisana Yaiba (小さな刃)",
64				"aired": "May 19, 2013",
65				"average_score": 4.8
66			},
67			{
68				"episode_number": "8",
69				"episode_name": "Hearing the Heartbeat",
70				"original_episode_name": "Kodou ga Kikoeru (鼓動が聞こえる)",
71				"aired": "May 26, 2013",
72				"average_score": 4.8
73			},
74			{
75				"episode_number": "9",
76				"episode_name": "The Left Arm's Trace",
77				"original_episode_name": "Hidariude no Yukue (左腕の行方)",
78				"aired": "Jun 2, 2013",
79				"average_score": 4.8
80			},
81			{
82				"episode_number": "10",
83				"episode_name": "Answer",
84				"original_episode_name": "Kotaeru (応える)",
85				"aired": "Jun 9, 2013",
86				"average_score": 4.4
87			},
88			{
89				"episode_number": "11",
90				"episode_name": "Idol",
91				"original_episode_name": "Guuzou (偶像)",
92				"aired": "Jun 16, 2013",
93				"average_score": 4.4
94			},
95			{
96				"episode_number": "12",
97				"episode_name": "Wound",
98				"original_episode_name": "Kizu (傷)",
99				"aired": "Jun 23, 2013",
100				"average_score": 4.3
101			},
102			{
103				"episode_number": "13",
104				"episode_name": "Primordial Desire",
105				"original_episode_name": "Gensho-teki Yokkyuu (原初的欲求)",
106				"aired": "Jun 30, 2013",
107				"average_score": 4.7
108			},
109			{
110				"episode_number": "14",
111				"episode_name": "Can't Look Into His Eyes",
112				"original_episode_name": "Mada me wo Mirenai (まだ目を見れない)",
113				"aired": "Jul 14, 2013",
114				"average_score": 4.6
115			},
116			{
117				"episode_number": "15",
118				"episode_name": "Special Operations Squad",
119				"original_episode_name": "Tokubetsu Sakusen-han (特別作戦班)",
120				"aired": "Jul 21, 2013",
121				"average_score": 4.5
122			},
123			{
124				"episode_number": "16",
125				"episode_name": "What To Do Now",
126				"original_episode_name": "Ima, Nani wo Subeki ka (今、何をすべきか)",
127				"aired": "Jul 28, 2013",
128				"average_score": 4.6
129			},
130			{
131				"episode_number": "17",
132				"episode_name": "The Female Titan",
133				"original_episode_name": "Megata no Kyojin (女型の巨人)",
134				"aired": "Aug 4, 2013",
135				"average_score": 4.8
136			},
137			{
138				"episode_number": "18",
139				"episode_name": "The Forest of Giant Trees",
140				"original_episode_name": "Kyodai-ju no Mori (巨大樹の森)",
141				"aired": "Aug 11, 2013",
142				"average_score": 4.7
143			},
144			{
145				"episode_number": "19",
146				"episode_name": "Bite",
147				"original_episode_name": "Kamitsuku (嚙みつく)",
148				"aired": "Aug 18, 2013",
149				"average_score": 4.6
150			},
151			{
152				"episode_number": "20",
153				"episode_name": "Erwin Smith",
154				"original_episode_name": "Erwin Smith (エルヴィン・スミス)",
155				"aired": "Aug 25, 2013",
156				"average_score": 4.7
157			},
158			{
159				"episode_number": "21",
160				"episode_name": "Crushing Blow",
161				"original_episode_name": "Tettsui (鉄槌)",
162				"aired": "Sep 1, 2013",
163				"average_score": 4.9
164			},
165			{
166				"episode_number": "22",
167				"episode_name": "The Defeated",
168				"original_episode_name": "Haisha-tachi (敗者達)",
169				"aired": "Sep 8, 2013",
170				"average_score": 4.7
171			},
172			{
173				"episode_number": "23",
174				"episode_name": "Smile",
175				"original_episode_name": "Hohoemi (微笑み)",
176				"aired": "Sep 15, 2013",
177				"average_score": 4.7
178			},
179			{
180				"episode_number": "24",
181				"episode_name": "Mercy",
182				"original_episode_name": "Jihi (慈悲)",
183				"aired": "Sep 22, 2013",
184				"average_score": 4.8
185			},
186			{
187				"episode_number": "25",
188				"episode_name": "Wall",
189				"original_episode_name": "Kabe (壁)",
190				"aired": "Sep 29, 2013",
191				"average_score": 4.6
192			}
193		],
194		"characters": [
195			{
196				"character_name": "Ackerman, Mikasa",
197				"role_type": "Main",
198				"favourites_count": 53553,
199				"character_link": "https://myanimelist.net/character/40881/Mikasa_Ackerman"
200			},
201			{
202				"character_name": "Arlert, Armin",
203				"role_type": "Main",
204				"favourites_count": 19953,
205				"character_link": "https://myanimelist.net/character/46494/Armin_Arlert"
206			},
207			{
208				"character_name": "Yeager, Eren",
209				"role_type": "Main",
210				"favourites_count": 67028,
211				"character_link": "https://myanimelist.net/character/40882/Eren_Yeager"
212			},
213			{
214				"character_name": "Abel",
215				"role_type": "Supporting",
216				"favourites_count": 2,
217				"character_link": "https://myanimelist.net/character/150717/Abel"
218			},
219			{
220				"character_name": "Ackerman, Father",
221				"role_type": "Supporting",
222				"favourites_count": 8,
223				"character_link": "https://myanimelist.net/character/84339/Father_Ackerman"
224			},
225			{
226				"character_name": "Ackerman, Mother",
227				"role_type": "Supporting",
228				"favourites_count": 13,
229				"character_link": "https://myanimelist.net/character/84341/Mother_Ackerman"
230			},
231			{
232				"character_name": "Arlert, Grandfather",
233				"role_type": "Supporting",
234				"favourites_count": 5,
235				"character_link": "https://myanimelist.net/character/84313/Grandfather_Arlert"
236			},
237			{
238				"character_name": "Balto",
239				"role_type": "Supporting",
240				"favourites_count": 1,
241				"character_link": "https://myanimelist.net/character/84327/Balto"
242			},
243			{
244				"character_name": "Berner, Moblit",
245				"role_type": "Supporting",
246				"favourites_count": 59,
247				"character_link": "https://myanimelist.net/character/89387/Moblit_Berner"
248			},
249			{
250				"character_name": "Blouse, Sasha",
251				"role_type": "Supporting",
252				"favourites_count": 10254,
253				"character_link": "https://myanimelist.net/character/45887/Sasha_Blouse"
254			},
255			{
256				"character_name": "Bott, Marco",
257				"role_type": "Supporting",
258				"favourites_count": 414,
259				"character_link": "https://myanimelist.net/character/62479/Marco_Bott"
260			},
261			{
262				"character_name": "Bozado, Father",
263				"role_type": "Supporting",
264				"favourites_count": 0,
265				"character_link": "https://myanimelist.net/character/92953/Father_Bozado"
266			},
267			{
268				"character_name": "Bozado, Mother",
269				"role_type": "Supporting",
270				"favourites_count": 1,
271				"character_link": "https://myanimelist.net/character/92955/Mother_Bozado"
272			},
273			{
274				"character_name": "Bozado, Oluo",
275				"role_type": "Supporting",
276				"favourites_count": 30,
277				"character_link": "https://myanimelist.net/character/71687/Oluo_Bozado"
278			},
279			{
280				"character_name": "Braun, Reiner",
281				"role_type": "Supporting",
282				"favourites_count": 8703,
283				"character_link": "https://myanimelist.net/character/46484/Reiner_Braun"
284			},
285			{
286				"character_name": "Brzenska, Riko",
287				"role_type": "Supporting",
288				"favourites_count": 83,
289				"character_link": "https://myanimelist.net/character/84707/Riko_Brzenska"
290			},
291			{
292				"character_name": "Carolina, Mina",
293				"role_type": "Supporting",
294				"favourites_count": 17,
295				"character_link": "https://myanimelist.net/character/83181/Mina_Carolina"
296			},
297			{
298				"character_name": "Dazz",
299				"role_type": "Supporting",
300				"favourites_count": 7,
301				"character_link": "https://myanimelist.net/character/84321/Dazz"
302			},
303			{
304				"character_name": "Diamant, Hannah",
305				"role_type": "Supporting",
306				"favourites_count": 3,
307				"character_link": "https://myanimelist.net/character/84319/Hannah_Diamant"
308			},
309			{
310				"character_name": "Dieter",
311				"role_type": "Supporting",
312				"favourites_count": 3,
313				"character_link": "https://myanimelist.net/character/92947/Dieter"
314			},
315			{
316				"character_name": "Dietrich, Ian",
317				"role_type": "Supporting",
318				"favourites_count": 11,
319				"character_link": "https://myanimelist.net/character/84333/Ian_Dietrich"
320			},
321			{
322				"character_name": "Dok, Nile",
323				"role_type": "Supporting",
324				"favourites_count": 6,
325				"character_link": "https://myanimelist.net/character/71123/Nile_Dok"
326			},
327			{
328				"character_name": "Dreyse, Hitch",
329				"role_type": "Supporting",
330				"favourites_count": 193,
331				"character_link": "https://myanimelist.net/character/86017/Hitch_Dreyse"
332			},
333			{
334				"character_name": "Eibringer, Dennis",
335				"role_type": "Supporting",
336				"favourites_count": 1,
337				"character_link": "https://myanimelist.net/character/92965/Dennis_Eibringer"
338			},
339			{
340				"character_name": "Eld's lover",
341				"role_type": "Supporting",
342				"favourites_count": 1,
343				"character_link": "https://myanimelist.net/character/92963/Elds_lover"
344			},
345			{
346				"character_name": "Feulner, Boris",
347				"role_type": "Supporting",
348				"favourites_count": 4,
349				"character_link": "https://myanimelist.net/character/92967/Boris_Feulner"
350			},
351			{
352				"character_name": "Freudenberg, Marlo",
353				"role_type": "Supporting",
354				"favourites_count": 31,
355				"character_link": "https://myanimelist.net/character/71457/Marlo_Freudenberg"
356			},
357			{
358				"character_name": "Gustav",
359				"role_type": "Supporting",
360				"favourites_count": 1,
361				"character_link": "https://myanimelist.net/character/84329/Gustav"
362			},
363			{
364				"character_name": "Hannes",
365				"role_type": "Supporting",
366				"favourites_count": 121,
367				"character_link": "https://myanimelist.net/character/46492/Hannes"
368			},
369			{
370				"character_name": "Hoover, Bertolt",
371				"role_type": "Supporting",
372				"favourites_count": 696,
373				"character_link": "https://myanimelist.net/character/46488/Bertolt_Hoover"
374			},
375			{
376				"character_name": "Hugo",
377				"role_type": "Supporting",
378				"favourites_count": 1,
379				"character_link": "https://myanimelist.net/character/84307/Hugo"
380			},
381			{
382				"character_name": "Instructor",
383				"role_type": "Supporting",
384				"favourites_count": 3,
385				"character_link": "https://myanimelist.net/character/84323/Instructor"
386			},
387			{
388				"character_name": "Jarnach, Mitabi",
389				"role_type": "Supporting",
390				"favourites_count": 1,
391				"character_link": "https://myanimelist.net/character/87385/Mitabi_Jarnach"
392			},
393			{
394				"character_name": "Jinn, Eld",
395				"role_type": "Supporting",
396				"favourites_count": 3,
397				"character_link": "https://myanimelist.net/character/71689/Eld_Jinn"
398			},
399			{
400				"character_name": "Jinn, Mother",
401				"role_type": "Supporting",
402				"favourites_count": 2,
403				"character_link": "https://myanimelist.net/character/92961/Mother_Jinn"
404			},
405			{
406				"character_name": "Jurgen",
407				"role_type": "Supporting",
408				"favourites_count": 0,
409				"character_link": "https://myanimelist.net/character/92949/Jurgen"
410			},
411			{
412				"character_name": "Kefka, Franz",
413				"role_type": "Supporting",
414				"favourites_count": 2,
415				"character_link": "https://myanimelist.net/character/84317/Franz_Kefka"
416			},
417			{
418				"character_name": "Keiji",
419				"role_type": "Supporting",
420				"favourites_count": 1,
421				"character_link": "https://myanimelist.net/character/71455/Keiji"
422			},
423			{
424				"character_name": "Kirstein, Jean",
425				"role_type": "Supporting",
426				"favourites_count": 6998,
427				"character_link": "https://myanimelist.net/character/46498/Jean_Kirstein"
428			},
429			{
430				"character_name": "Lenz, Krista",
431				"role_type": "Supporting",
432				"favourites_count": 2500,
433				"character_link": "https://myanimelist.net/character/62481/Krista_Lenz"
434			},
435			{
436				"character_name": "Leonhart, Annie",
437				"role_type": "Supporting",
438				"favourites_count": 5831,
439				"character_link": "https://myanimelist.net/character/46490/Annie_Leonhart"
440			},
441			{
442				"character_name": "Leonhart, Father",
443				"role_type": "Supporting",
444				"favourites_count": 2,
445				"character_link": "https://myanimelist.net/character/92969/Father_Leonhart"
446			},
447			{
448				"character_name": "Levi",
449				"role_type": "Supporting",
450				"favourites_count": 137636,
451				"character_link": "https://myanimelist.net/character/45627/Levi"
452			},
453			{
454				"character_name": "Louise",
455				"role_type": "Supporting",
456				"favourites_count": 3,
457				"character_link": "https://myanimelist.net/character/171380/Louise"
458			},
459			{
460				"character_name": "Moses",
461				"role_type": "Supporting",
462				"favourites_count": 5,
463				"character_link": "https://myanimelist.net/character/84309/Moses"
464			},
465			{
466				"character_name": "Moses's Mother",
467				"role_type": "Supporting",
468				"favourites_count": 4,
469				"character_link": "https://myanimelist.net/character/84311/Moses_039_s_Mother"
470			},
471			{
472				"character_name": "Nanaba",
473				"role_type": "Supporting",
474				"favourites_count": 74,
475				"character_link": "https://myanimelist.net/character/71481/Nanaba"
476			},
477			{
478				"character_name": "Narrator",
479				"role_type": "Supporting",
480				"favourites_count": 5,
481				"character_link": "https://myanimelist.net/character/208026/Narrator"
482			},
483			{
484				"character_name": "Ness, Dita",
485				"role_type": "Supporting",
486				"favourites_count": 5,
487				"character_link": "https://myanimelist.net/character/71459/Dita_Ness"
488			},
489			{
490				"character_name": "Nick",
491				"role_type": "Supporting",
492				"favourites_count": 3,
493				"character_link": "https://myanimelist.net/character/71453/Nick"
494			},
495			{
496				"character_name": "Pere",
497				"role_type": "Supporting",
498				"favourites_count": 0,
499				"character_link": "https://myanimelist.net/character/92945/Pere"
500			},
501			{
502				"character_name": "Pixis, Dot",
503				"role_type": "Supporting",
504				"favourites_count": 170,
505				"character_link": "https://myanimelist.net/character/62485/Dot_Pixis"
506			},
507			{
508				"character_name": "Ral, Father",
509				"role_type": "Supporting",
510				"favourites_count": 1,
511				"character_link": "https://myanimelist.net/character/92951/Father_Ral"
512			},
513			{
514				"character_name": "Ral, Petra",
515				"role_type": "Supporting",
516				"favourites_count": 467,
517				"character_link": "https://myanimelist.net/character/62501/Petra_Ral"
518			},
519			{
520				"character_name": "Reeves, Dimo",
521				"role_type": "Supporting",
522				"favourites_count": 1,
523				"character_link": "https://myanimelist.net/character/100947/Dimo_Reeves"
524			},
525			{
526				"character_name": "Rheinberger, Anka",
527				"role_type": "Supporting",
528				"favourites_count": 6,
529				"character_link": "https://myanimelist.net/character/84331/Anka_Rheinberger"
530			},
531			{
532				"character_name": "Samuel",
533				"role_type": "Supporting",
534				"favourites_count": 7,
535				"character_link": "https://myanimelist.net/character/84315/Samuel"
536			},
537			{
538				"character_name": "Schultz, Grandfather",
539				"role_type": "Supporting",
540				"favourites_count": 1,
541				"character_link": "https://myanimelist.net/character/92959/Grandfather_Schultz"
542			},
543			{
544				"character_name": "Schultz, Gunther",
545				"role_type": "Supporting",
546				"favourites_count": 2,
547				"character_link": "https://myanimelist.net/character/71691/Gunther_Schultz"
548			},
549			{
550				"character_name": "Schultz, Mother",
551				"role_type": "Supporting",
552				"favourites_count": 0,
553				"character_link": "https://myanimelist.net/character/92957/Mother_Schultz"
554			},
555			{
556				"character_name": "Shadis, Keith",
557				"role_type": "Supporting",
558				"favourites_count": 65,
559				"character_link": "https://myanimelist.net/character/84305/Keith_Shadis"
560			},
561			{
562				"character_name": "Siss, Luke",
563				"role_type": "Supporting",
564				"favourites_count": 3,
565				"character_link": "https://myanimelist.net/character/71461/Luke_Siss"
566			},
567			{
568				"character_name": "Smith, Erwin",
569				"role_type": "Supporting",
570				"favourites_count": 25762,
571				"character_link": "https://myanimelist.net/character/46496/Erwin_Smith"
572			},
573			{
574				"character_name": "Springer, Connie",
575				"role_type": "Supporting",
576				"favourites_count": 651,
577				"character_link": "https://myanimelist.net/character/46486/Connie_Springer"
578			},
579			{
580				"character_name": "Tierce, Nack",
581				"role_type": "Supporting",
582				"favourites_count": 1,
583				"character_link": "https://myanimelist.net/character/84335/Nack_Tierce"
584			},
585			{
586				"character_name": "Tom",
587				"role_type": "Supporting",
588				"favourites_count": 3,
589				"character_link": "https://myanimelist.net/character/85211/Tom"
590			},
591			{
592				"character_name": "Varbrun, Darius Baer",
593				"role_type": "Supporting",
594				"favourites_count": 0,
595				"character_link": "https://myanimelist.net/character/89389/Darius_Baer_Varbrun"
596			},
597			{
598				"character_name": "Verman, Kitts",
599				"role_type": "Supporting",
600				"favourites_count": 10,
601				"character_link": "https://myanimelist.net/character/84325/Kitts_Verman"
602			},
603			{
604				"character_name": "Wagner, Thomas",
605				"role_type": "Supporting",
606				"favourites_count": 11,
607				"character_link": "https://myanimelist.net/character/62483/Thomas_Wagner"
608			},
609			{
610				"character_name": "Yeager, Carla",
611				"role_type": "Supporting",
612				"favourites_count": 59,
613				"character_link": "https://myanimelist.net/character/62475/Carla_Yeager"
614			},
615			{
616				"character_name": "Yeager, Grisha",
617				"role_type": "Supporting",
618				"favourites_count": 219,
619				"character_link": "https://myanimelist.net/character/62477/Grisha_Yeager"
620			},
621			{
622				"character_name": "Ymir",
623				"role_type": "Supporting",
624				"favourites_count": 2336,
625				"character_link": "https://myanimelist.net/character/71479/Ymir"
626			},
627			{
628				"character_name": "Zacharias, Mike",
629				"role_type": "Supporting",
630				"favourites_count": 127,
631				"character_link": "https://myanimelist.net/character/71119/Mike_Zacharias"
632			},
633			{
634				"character_name": "Zackly, Darius",
635				"role_type": "Supporting",
636				"favourites_count": 6,
637				"character_link": "https://myanimelist.net/character/71125/Darius_Zackly"
638			},
639			{
640				"character_name": "Zermusky, Millius",
641				"role_type": "Supporting",
642				"favourites_count": 1,
643				"character_link": "https://myanimelist.net/character/84337/Millius_Zermusky"
644			},
645			{
646				"character_name": "Zoë, Hange",
647				"role_type": "Supporting",
648				"favourites_count": 18808,
649				"character_link": "https://myanimelist.net/character/71121/Hange_Zoë"
650			}
651		],
652		"stats": {
653			"watching": 195109,
654			"completed": 3313096,
655			"on_hold": 49844,
656			"dropped": 58189,
657			"plan_to_watch": 166167,
658			"total": 3782405
659		},
660		"reviews": [
661			{
662				"user_name": "Sorrowful",
663				"recommendation": "Recommended",
664				"review": "Oh dear Shingeki no Kyojin, where do I even begin. If you've talked with your friends about anime, then the couple anime that everyone talks about are Naruto, Bleach, One Piece, Dragon Ball, and... Shingeki no Kyojin. What's the difference between Shingeki and the rest? Shingeki only has 25 episodes so far yet it's on par in popularity with the other super long, Americanized anime. Why is it popular? Well that's simply because it's stunningly amazing. Those people that call Shingeki no Kyojin \"overrated\" may not have the same taste as me, and that's perfectly fine, but in my honest opinion, Shingeki no Kyojin is one of if not the greatest anime to be made. It's not popular for no reason.\n\nThe story is one of the most captivating stories I've ever seen. 100 years prior to the start of the anime, humanity has been on the bridge of extinction due to the monstrous humanoid Titans that devour humans. Now, present day in the anime, the remaining small population of mankind lives confined within 3 \"heavenly\" walls that are so tall and sturdy that even the titans can't break in. The most outward wall was named, Wall Maria, the middle wall was named Wall Rose, and the most outward wall named Wall Sina. Unfortunately for mankind, a colossal titan, one that is even bigger than the 50 meter heavenly walls, breaks Wall Maria, allowing the other titans to rampage the city, thus leading to another massacre of mankind. During this massacre, our main characters, Eren Yeager and Mikasa Ackerman watch in horror as a horrifying titan rips their mother's head off, then gobbles her up whole. Vowing that he'd one day avenge mankind and exterminate all the titans, Eren Yeager trains to become a survey corp, brave heroic soldiers who go outside the walls, into the plains in order to fight the titans. But we soon find out, that Eren is much more special than he seems, not only is he a brave warrior, but he's also something else that could be the key to humanity's survival, but could also be humanity's destruction. \n\nMy 3-word thoughts on the anime: Epic, Dynamic, Masterpiece. The suspense build-up was absolutely amazing, yet there was still room for improvement; that shows just how epic this anime can get. The anime not only includes epic fights, but lots of dialogue, and for those of you that hate dialogue, I feel sorry for you people whom only watch for action. The anime includes lots of other things as well: there's lots of half-hearted, hilarious scenes, as well as sad, tragic scenes. The anime certainly has a good amount of gore, and will break your heart frequently (if you get attached to the characters). Many characters end up getting gobbled up mercilessly while trying to protect humanity in ways that are quite *shivers*. Have I teared up in the anime? As a matter of fact, I have. \n\nCharacters was another area (alongside every area) that was Shingeki's strongpoint. There's a diverse variety of characters that fight for humanity for all different reasons. There's trust, friendship, along with betrayals, and pains. There's comedy relief among many characters, especially Sasha \"Potato Girl\" Blouse. There are characters that people can definitely relate with, such as Armin Arlert, who wants to do the right thing and protect his friends, but can't seem to do much because of fear. Fear is something that haunts us all, and prevents us from doing things in life. Another character that people can somewhat relate with is Annie Leonhardt, who fights alongside humanity, yet fights opposed to humanity. What does that mean? Watch the anime. Why is she doing this? Because of her past scars, \"scars have the strange power to remind us that our past is real\" (watch to find out more). There were too many characters to development fully, but certainly the main characters were developed to their max. Levi is certainly a fan-favorite character, because of the fact that he's cool, overpowered, badass, kind-in-the-heart, smart, straight-to-the-point, and most of all, hilarious with all his neat-freakiness. The main character, Eren Yeager is strong-hearted, and \"special\", but he's still not strong enough to defeat the titans. How he develops is one of the most interesting things, in this interesting-things-packed anime. \n\nThe art and music can be described in one word: WOW! The art drawings were absolutely stunning! From the characters/titans to the setting of the story to all the equipment used in battle. The characters all had a unique aspect to them. The settings of the anime were beautiful. The cities, and walls looked realistic, the plains that characters dreamed of seeing made me want to run outside to see for myself how beautiful nature really is, and how humans under appreciate the naturality of nature. The 3-D gear was something that really caught my eye, and will certainly catch other people's eyes as well. A new form of action that's never been seen before. The characters would literally fly from rooftop to rooftop slicing their swords at the titans at high-speeds that keep the viewers eyes locked onto the screen at all times. The soundtrack in the anime was epic as shit. The openings speak for themselves, they do the anime justice. The openings were epic and certainly set the mood of what was to come from the anime. \"They're the prey, and we are the hunters!\" The rest of the soundtrack in the anime was okayasgduyasgda AMAZING. How can one describe how amazing those German OSTs were. They fit in perfectly with the epicness of the anime, and certianly added tons of suspense to the 3-D maneuver gear action. \n\nOf course, I may be over-thinking things, but the anime certainly included some themes while creating this masterpiece of an anime. The aspect of being confined in an area, doing the same daily routine every day. People seek to be free, and to seek adventure. Watch for this. Another theme that the anime incorporated was that of the cycle of life. Humans, we steal animals away from their families, we kill them, we eat them. What's so different from us, and the titans? The feelings of not being at the top of the food chain... Anyways, if you haven't already watched this anime and you're reading this review, then you've clearly been living under a rock all this time, and I definitely encourage you to watch this show even if it isn't your style of anime.",
665				"reaction_number": 1655
666			},
667			{
668				"user_name": "Gladius650",
669				"recommendation": "Recommended",
670				"review": "I started to follow the manga after watching the anime and quite frankly I don't see where and how the plot of Shingeki no Kyojin can suck, which in my humble opinion is awsome. You can understand the anime very well even without having read the manga. However, SNK isn't understood by many because it's a psychological manga .. SNK isn't just a succession of empty and meaningless clashes and, of uncontrolled violence, stereotyped heroes who fight the bad (like Bleach). Here are shown the darkest sides of the human psyche with great mastery: the desire to be the best but can't do it, the difference between men, their different modes of action (just think about the speech when Eren was discovered in which they show the reactions of the inhabitants of the inner walls Rose) and their motivations, some of the questionable actions that seems to be made in the right and instead the Justice of others that superficially seems foolish and petty (such as the choice of sending refugees to rebuild the wall Mary), freedom and the fact that they don't understand that what others inculcate to us sometimes are nothing more than mental cages. We stop at the appearances only because it suits us ( the walls is a symbol of that). Omitting the main and masterfully developed theme of \"Homo omini lupus\".\nIn this anime there are no heroes! There are not brave men, without fear, that kill all the wicked. Here there are people who are fighting against their own fear and that sometimes they make it and sometimes not. The enemies aren't the giants !Although the anime does not say from where they come from and I won't do spoilers, it's repeated several times that the enemies are the human beings with their fear (who have surrendered to the giants without doing anything, ignoring and accepting to live like cattle) and the walls! But no one notices that because it would be too challenging to make two questions and wondering: \"Why the walls ? Shouldn't they be their salvation?\" and get an answer.\nThe fact that many people aren't well characterized, and that physically are not very different from each other isn't a coincidence .. Isayama is putting on the same level all human beings, he is saying that we are all like that guy who shoots himself alone after he surrendered to fear, that we are all as Vernam (who during the attack fled from Trost ), that there is some of us who is better than others, but that we all live under the same fears, and even if we react differently, we act according to substantially the same nature. It still tells us that we might be the protagonists of our life, choosing our destiny, but only if we are ready to go beyond the stereotypes and mindsets that others impose to us, only if only if we work with all our strength. Because living by what others tell us, from what they show us, isn't to live, but survive!\nAnd in addition to all the various points of reflection that SNK has to offer (and there are many, not just those listed ), there is a plot full of twists and turns, the suspense. In short, it is a masterpiece. \nThen, if you are used to an anime where the bad guys magically becomes good after a lesson or in which the characters acquire super powers from nothing or from old men who appearing in their minds... Well, ok ...... that ... that's original and profound ........\n(Hope my english was not so bad) :)",
671				"reaction_number": 1018
672			},
673			{
674				"user_name": "SonDavid",
675				"recommendation": "Recommended",
676				"review": "In the 80's, Mobile Suit Gundam catapulted anime in Japan.\n\nIn the 90s, Dragon Ball Z broke the mainstream walls while Neon Genesis Evangelion opened the doors to the now indispensable late-night anime slots in Japan.\n\nIn the 2000s, Fullmetal Alchemist marked the peak of manga-to-anime adaptations while Code Geass & Death Note headed the class of those who introduced the new anti-hero genre.\n\nAnd now, in 2013, Attack on Titan has shaken the industry once again.\n\nUnless you've been living under a rock for the past 5 months, you should at least know what the story is about, and for the sake of staying spoiler free, I'm not going into details on the plot.\n\nBefore I wrote this review, I wrote a different piece moments after watching the first episode stating that Attack on Titan had all the potential to become a landmark anime, knowing very little of how true that statement would turn out to be.\n\nI have watched anime ever since I can remember. I have seen the very best and the worst that this industry has to offer. And I, like most of you, am very familiar with the relationship of manga-anime adaptation, which is the case of Attack on Titan. It is because of such experience and knowledge that I am able to say with so much confidence that Attack on Titan is the best anime series ever produced from any standpoint, at least, in the last decade.\n\nAttack on Titan is such a well-done product that it has all the key strong points we all dream every series could have. By this I mean the story, characters, animation, OST, opening/ending sequences, art, directing, narrative, character development, and, most importantly, the \"it\" factor. These are all present with \"A grade\" production values. \n\nFirst of all, I want to start with the OST. Simply put, Attack on Titan's soundtrack rivals that of Rurouni Kenshin and Evangelion. Period. Don't misunderstand, they are not similar by any means, they are simply equally as masterful. Check on the internet the impressions left by fans about the first soundtrack. And if you still don't believe me, tweet Hideo Kojima (creator of Metal Gear series) and ask his take on it.\n\nThe OST is extremely important in this show because it allows you to feel the many epic moments that dwell in this 25 episode marvel. This is where the directing and narrative play a big role. For those of you who have seen Death Note (same director), you will feel an extra feeling of similarity with Attack on Titan, as the show relies heavily on its intense emotional scenes which you most certainly will feel the first 2 minutes of episode #1. \n\nIt is in these scenes where the golden cast of characters shine. I cannot stress enough how unique the characters are. You could say they are the cream of the many accolades that Attack on Titan has. I'm still amazed by the quality of voice actors that just seem to just pop out in this show. The voices of so many main characters from hit series come together in Attack on Titan to help provide that epic feeling you start to get once episode #1 ends. Note I emphasize the voice acting because it's part of the anime but, obviously, not of the manga. \n\nAnother key strong point is the work and effort put on the OP/ED sequences. If you've come this far in my review then you most likely understand when I say that Openings and Ending sequences are crucial. They provide that extra excitement to the show. It's definitely something not all anime series take seriously. Fortunately, Wit Studio took them seriously, and then came \"Guren no Yumiya\". The second opening, \"Jiyuu no Tsubasa\" is outstanding and marvelous in its own way and the second ending, \"great escape\", fuels that adrenaline rush of excitement you will get after those killing cliffhangers. Having said that, the first OP, \"Guren no Yumiya\", is simply epic. If there was ever something to describe as epic, it would be this OP. I am certain that as of today, it is the greatest anime opening ever. I'm amazed by the amount of attention it got on the internet and the hundreds of parodies derived from it. It was simply a treat to our eyes. The song. The animation in the opening. The sync between the two. Epic. \n\nYou won't be skipping that opening.\n\nIn addition, an animation production is never as close to perfection without the animation and art being top class. Now, Attack on Titan has astonishing art, to the point where you are amazed of how far animation has come. The scenes where there is sunlight will leave you speechless. The animation, unlike the other aspects, is where some disagree. The only thing I have to say is I was extremely impressed throughout the whole show until I saw a certain scene in episode #11 where the 3D maneuver gear was used, and I was stunned. I was simply stunned. Then, of course, later episodes also take it to a whole new level, but you're probably gonna be used to that quality of greatness by then.\n\nThat's how ridiculously good Attack on Titan is.\n\nNow, like the characters, the story is mostly work of the manga's author. This includes character development, which I believe is the key to the success and extreme popularity of the characters. Also, the story maybe the most original aspect of this series. Nothing you have seen before is in this show. Nothing. Much like EVA, Attack on Titan gives you a world of \"dystopia\", on-edge, and uncertainty, so full of potential that just when you think you have it figured it out, it turns around and leaves you speechless. \n\nOh, that will happen to you for the first time in episode #5. Guaranteed. \n\nFinally, even IF all these characteristics of an anime series are top notch, it won't amount to its potential if it doesn't have that \"IT\" factor. Some series have the \"IT\" factor without having all of these production values. They tend have 3 or 4 at most. Those become popular because they give out that feeling of \"amazing\". Gintama, the greatest gag series ever, comes to mind. Its anime doesn't have overwhelming OST, or eye popping animation; it does have A class characters and A class story (among others), but that \"IT\" factor takes it to another level. Now, imagine having practically everything an anime series has to offer in A class value while also having that \"IT\" factor. Extremely rare. Eva rare. FMA rare. Attack on Titan is part of that elite group. This is why its popularity rose to highs only few series reach.\n\nThis is the first time I have ever written a detailed review of an anime series. I did it because this one deserves it. It's The anime series of my adult era. I can now relate to those anime fans who watched Evangelion almost 20 years ago. They knew they had something special, just like we do now with Attack on Titan. \n\nIn conclusion, Attack on Titan is, of course, like MS Gundam, DBZ, EVA, FMA, Geass, and Death Note, not perfect. Like any other piece of greatness it does have its negatives. Having said that, when you add up the good and the bad, you end up with a landmark anime series that is currently shaking the industry with its mesmerizing, sensational, emotional, intense, and inspiring first season. Just imagine the wait and the hype for season 2. \n\nWhat kind of effect will Attack on Titan have on the anime/manga industry we love? Only time will tell...\n\nIn the meantime, this is simply the best anime series in the last 15 years. Enjoy.\n\nExquisite beyond words.\n101/100.",
677				"reaction_number": 853
678			},
679			{
680				"user_name": "Kerma_",
681				"recommendation": "Mixed Feelings",
682				"review": "Shingeki no Kyojin... Where do I start?\n\nIn summary, Shingeki no Kyojin is a perfect anime to get somebody who loves action started on anime- I think it is literally the most mainstream anime ever made, and that is definitely not a bad thing. But with this comes downsides- ones not apparent to the viewer at first glance, but looking back on it after watching it around the time it first came out, definitely shine through.\n\nShingeki no Kyojin starts off with a roar- the first 2 episodes explode right out of the gate with high-octane action that also leaves mystery to draw the viewer in. Who are the titans? What is in the basement? Why is Eren's dad so creepy? All this and more the viewer asks themselves as the end credits roll for episode 2.\n\nThen episode 3 and 4 jump in. It's a training scene for Eren and his friends, and it's dead slow in comparison. But that's ok- it's episodes like this that reinforce character development and get the plot rolling. And soon, the episodes with action will begin again, right? That High-Octane, bloody, gory action we've all been waiting for!\n\nWell, it does. But then shortly after, it grinds back to a halt. Why do I bring up the first 5 episodes out of all things to mention about Shingeki no Kyojin? Because it perfectly frames the pacing of the entire anime. First you're baited with that sweet, bloody action that makes you just stare at the screen in amazement of the beautiful animation and heart-pumping soundtrack, and next thing you know you have to sit through an hour of people arguing over the same issue over and over before going back to the action. This would be fine and acceptable if it actually resulted in plot and character development going somewhere- but rarely this bickering between Armin and Eren result in anything productive.\n\nActually, Shingeki no Kyojin seems to show perfectly how to pull off the ILLUSION of plot and character development- Eren struggling with his inner demons despite somehow going back to square 1 every 5 episodes, the Basement which has been explicitly mentioned as having \"all the answers\" being completely forgotten about while the group goes out to hunt titans, and Armin rehashing what we already know to other characters every episode or two. All of this combined create a huge mess that on first glance seems like a deep and interesting story, but only through reflection of a different lens you begin to notice how shallow the pool you're standing in really is. The characters are shallow, the story tries to go somewhere but the characters almost seem to prevent it from moving at all, and at some points the story tries to go to too many places at once, just confusing the viewer until the next trippy action scene kicks in.\n\nI like to compare Shingeki no Kyojin to a Michael Bay film. This also makes it easier to understand what I'm trying to say (and trust me, it's not your fault- I have a hard time expressing what I feel in words sometimes).\n\nImagine Eren as Shia Labeouf, and Shingeki no Kyojin as a typical summer blockbuster by Michael Bay. Eren zips around the scenes of the movie, fighting bad-guys and pulling off amazing stunts with beautifully rendered graphics and an amazing ost- but then hardcut to Eren getting mad at himself and people around him but not actually advancing the plot for 1/3rd of the movie as the action grinds to a halt. Add some comedic relief (if you want a Bay comparison, the classic transformers out of place masturbation joke fits well) including possibly some potatoes after a traumatic scene and then slap on the illusion of having a deep plot and you have Shingeki no Kyojin. It's a typical summer blockbuster! You go in, watch it, enjoy it, then leave and forget about it! I'm really not saying you're not allowed to enjoy it because it's shallow and noisy, I'm just saying you shouldn't walk in expecting a revolutionary masterpiece of anime- which is what some critics are raising it up to be.\n\nSTORY- 4 : The story's foundations are put up well, but the actual progression falls flat as no questions are ever really answered and the plot never seems to want to go in a single direction.\nART- 9 : The art is amazing! There are some worse-off scenes and some animation glitches, but the art is one of the things that makes Shingeki no Kyojin stand out from the crowd. Even though I am not a huge fan of the anime itself, I have a massive poster above my computer of it as we speak.\nSOUND- 10 : While the music and sound design is generic at worst, it is composed beautifully and always reinforces the mood set out by the show. I would highly recommend a download of the OST.\nCHARACTER- 3 : Easily the worst part of Shingeki no Kyojin. Eren's constant back and forth attitude and behaviour that never goes anywhere, Armin's arguing with people that last an entire episode simply to recap what just happened on screen, Mikasa's constant fight to try and save everyone and pull everything together: it's just all poorly done.\nENJOYMENT- 6 : While watching Shingeki no Kyojin, I certainly enjoyed it- but I wouldn't say I enjoyed it the whole way through. Even while watching it, I noticed a lot of the fighting and arguing was going on too long, and let's not forget the 3-5 episodes of riding on horses. But the scenes that were enjoyable- notably the fight scenes and the pivotal plot twists certainly left a lot to talk about and were enjoyable enough to at least somewhat wipe away two annoying characters yelling at eachother on horses for 30 minutes.\n\nOVERALL- 5: Watch it, get what you get out of it, but don't walk in expecting the next amazing revolutionary anime. Expect a summer blockbuster.",
683				"reaction_number": 795
684			},
685			{
686				"user_name": "emberreviews",
687				"recommendation": "Recommended",
688				"review": "Every once in a while, and even more frequently now than in the past, an anime appears that is completely and unequivocally shrouded in layers upon layers of hype and popularity from the anime community. It's the show that's on everyone lips, as well as everyone's TV screens. In the Fall of 2011, The Future Diary created an exceptional level of hype that had not been seen for quite some time. When the Summer of 2012 rolled along, it was time for Sword Art Online to take the spotlight, and its own popularity grew to heights far beyond that of The Future Diary. Then, in the Spring of 2013, we were treated to what one could consider the Game of Thrones or the Breaking Bad of the anime industry in terms of sheer popularity; a show that completed engulfed the entire anime community, dwarfing even SAO in popularity, but is this anime truly worthy of the hype that it received?\n\n          Our story is set in an alternate universe where, 100 years prior to the events of the story, giant humanoid creatures known as Titans appeared and began consuming and decimating the human population, though with no apparent purpose for doing so. In response, the remainder of humanity built three enormous, circular walls to encompass their entire population and keep the Titans at bay. In this world, we meet three young children Eren Yeager, his adopted sister Mikasa, and their friend Armin, as they live out their peaceful lives in the southernmost city at the edge of the outer wall, Wall Maria. This soon changes, however, when a 60-meter Titan smashes through the main gate of Wall Maria, allowing Titans to freely enter the city and devour every human in sight, and forcing those who lived in the outer districts to retreat behind Wall Rose. During the chaos, Eren witnesses his mother being eaten by a Titan, and now he, Mikasa, and Armin have joined the military in the hopes of acquiring the skills necessary to take vengeance on the creatures that destroyed their lives.\n\n          This series, as a whole, has almost completely mastered the art of building suspense, mostly through the use of very long plot arcs. There always seems to be something constantly pushing towards a conclusion, but not actually getting there until several episode later, and that push factor creates a sensation of rarely ever wanting to stop watching for fear of the resolution being just after the episode you just watched. Additionally, this series is also a master of what I call the \"morale builder,\" something that Gurren Lagann has shown mastery of in the past, and there are dozens of moments throughout the series where, no matter how grim and horrifying the situation, it provides an uplifting or rallying feeling that both immerses you in the world its sets up and makes you root for our heroes to the bitter end.\n\n          Speaking of grim and horrifying, that comparison to Game of Thrones earlier was far from being an off-handed comment. By this I mean that I hope you don't enjoy getting attached to characters, like I do, as you may find yourself curled up in a corner at some point. In the world of fiction, particularly in action series, there is a concept called \"plot armor,\" which basically means that characters who seem crucial to the plot's progression and the show's stability as a whole are protected from death or other nasty fates that might await them. In this regard, the plot armor for Attack on Titan is about as thick as a used piece of tin foil, and deaths of major characters are frequent and often times unrelenting. In regards to this, and on a more personal note, there are only three anime that have actually made me legitimately cry before. Two of them were KyoAni series, and the third was Attack on Titan. This show really does not care about who your favorite character is, and if you've made it this far without having had the major deaths in the series spoiled for you yet, then consider yourself lucky.\n\n          Unfortunately, there is one minor flaw with this series. There are certain points, especially at some slightly slower moments in the series, where its gets a little too over-dramatic, to the point of almost being ridiculous. This was especially noticeable during what is now referred to as the \"Boulder Arc,\" which encompasses roughly episodes 10-12. These moments are few and far between however, and are immediately drowned out once the hype builds back up again.\n\n          On the character front, for the sake of not getting your hopes up about the prospects of certain characters living, I'll talk only about the three main characters I mentioned earlier, with the knowledge that the rest of the cast, while incredibly massive in scale, still serves as a stellar group of vibrant personalities and ideals to create a surprisingly organic social environment. As for the big three, we'll start with Armin, who takes on the \"smart one/strategist\" archetype. While he is fairly generic and standard at the beginning of the series, we get to see him grow into being a more varied character at a constantly shifting rate, and his skills at strategy both on the battlefield and in complex conversations are practically unmatched, often allowing him the power to save the other two from the situations they get themselves into.\n\n          Next is Mikasa, who, for the majority of the series, is portrayed as being essentially flawless, taking on the role of the unstoppable badass Titan slayer fresh out of training who also makes time to coddle her adoptive brother, and this flawlessness is built up to the point of it almost being a flaw in itself. There are, however, a few quirks to her personality that make her feel more human, but at the same time make her seem even more distant. Her only notable \"flaw\" seems to be her undying loyalty and devotion to Eren, often throwing caution to the wind and bolting out against orders in order to make sure he's safe. This also leads to some rather disquieting moments where her own sanity seems to abandon her and, to put it lightly, causes her to act excessively hostile towards anyone who means ill will towards Eren.\n\n          Finally, we have Eren, our stereotypical \"perseverance\" character whose sole motivation for the majority of the season is taking revenge on the Titans, and while this does seem like a bit of a gaping flaw for the show's main character, it's actually both understandable and sort of refreshing. His intense focus on his own rage and desires for revenge slowly consumes part of who he is, which becomes especially present at several points throughout the series that I can't go further into detail on due to massive amounts of spoilers.\n\n         The animation was produced by Wit Studios, a new studio that serves as a surrogate of Production I.G. Regardless of its heritage, for a new studio to create such a massively impressive project is beyond incredible. Not only is the animation well-polished, but it also carries its own distinctive style, most notably in the fact that its characters are heavily outlined in varying thicknesses of black to make them pop out from the background. Speaking of backgrounds, the environments are shown to be incredibly rich and detailed despite how unvaried they may appear on the surface, and the action shots give us plenty of different perspectives on this environment. As for the action itself, Wit Studios has no qualms at all with handing out incredible fight sequences by the barrel-full via an in-world tool used by humanity's military known as 3D Maneuver Gear, allowing us to break away from standard ground combat and enter the world of high-flying intensity, with soldiers bolting off of every building in sight, into the air above them, and landing blade-first on the neck of a Titan. On course, all of these brilliant combinations of animation are to be expected from Araki, who has already brought us both the intensely stylized atmosphere of Death Note and the blood-pumping action of Guilty Crown.\n\n         The dub was produced by FUNimation, and, as someone who watched the subbed version first, I have no problems whatsoever recommending this dub. From heavy-hitting new favorites like Josh Grelle and Matthew Mercer to classic icons like Vic Mignogna and Caitlin Glass, Funimation has pulled out all the stop to create one of the best dubs this side of 2010. Grelle shuffles between nervously unstable and frantically stern for his portrayal as Armin, and Trina Nishimura pulls off both Mikasa's warmth and ferocity to near perfection. My only notable flaw with the dub is Bryce Papenbrook as Eren. To be fair, this is definitely Papenbrook's best performance yet, due in no small part to Mike McFarland's exceptional voice directing, but he does still tend to get a bit \"Bryce-y\" at some points and lets his excessively angsty style boil over, which is a rather dangerous idea considering Eren's character. Overall though, this is a minor blemish on an otherwise excellent dub.\n\n         The music was composed by Hiroyuki Sawano (Aldnoah.Zero, Kill la Kill), and this soundtrack is definitely one of the best to come out of anime in a long time, based in heavy orchestrations and laced throughout with electronica and hard rock. From the bombastic explosions of \"E.M.A\" and main theme \"Attack on Titan\" to the insert tracks of \"The Reluctant Heroes\" and \"Doa,\" this soundtrack dabbles in the art of perfection on all fronts. If it seems like I'm being much more in-depth with the soundtrack than usual, it's because I've actually purchased the soundtrack on iTunes and have been listening to it practically non-stop, and I highly recommend making this purchase as well. Both opening themes, \"Guren no Yumiya\" and \"Jiyuu no Tsubasa,\" were performed by Linked Horizon and give us massive eruptions of heavy rock combined with brass and vocal choirs (and on a quick aside, I'm one of the few people that actually preferred the second theme more than the first, though the first still kicks all sorts of ass). The first ending theme \"Utsukushiki Zankoku na Sekai\" by Yoko Hikasa gives us a rolling ballad to play us out of each episode, while the second ending theme \"great escape\" by Cinema Staff blasts through with a heavy rock track. Additionally, all of these tracks except \"great escape\" are available for purchase on iTunes, purchases that I also highly recommend.\n\n         Overall, Attack on Titan is simply an incredible experience, combining high-flying action that could even make ufotable nervous with a dark and nearly-overwhelming sense of fear and desperation, and this anime is more than deserving of the hype that it receives. However, as it stands right now, on November 4, 2014, the series is incomplete, and there has been no announcement of a second season yet. I highly doubt that this second season will never come however, and it has been reported that the original manga is planned to be finished in about four years’ time (which actually isn't that much material for a monthly manga). In the meantime, there will be plenty of specials and spin-offs to keep us satiated until season 2 is officially announced.\n\n          Attack on Titan is currently licensed by FUNimation and is available from them for both streaming and purchase.",
689				"reaction_number": 772
690			}
691		]
692	}
693}

Cost Estimation for Scraping

When it comes to scraping, it can be challenging to estimate the resources needed to extract data as use cases may vary significantly. That's why the best course of action is to run a test scrape with a small sample of input data and limited output. You’ll get your price per scrape, which you’ll then multiply by the number of scrapes you intend to do.

Watch this video for a few helpful tips. And don't forget that choosing a higher plan will save you money in the long run.

Legality of Scraping

Our scrapers are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our scrapers, when used for ethical purposes by Bet Prediction Scraper users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers. You can also read this Apify blog post on the legality of web scraping.

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 96.7% runs succeeded
  • 0.0 days response time
  • Created in Aug 2023
  • Modified 9 months ago