diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000000000000000000000000000000000000..94a25f7f4cb416c083d265558da75d457237d671
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b65e5c9b18515e223b24127bae7b12e607c0023c..6060bad303c2ef49a90ec5be3f6bff4bf9886ffa 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="03867616-3711-4d5e-a06b-55f3ca15155e" name="Default Changelist" comment="" />
+    <list default="true" id="03867616-3711-4d5e-a06b-55f3ca15155e" name="Default Changelist" comment="">
+      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/src/JSONSupport.py" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/src/Webserver.py" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/src/test_webServer.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/Graph.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Graph.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/Scraper.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Scraper.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/Vertex/ActorVertex.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Vertex/ActorVertex.py" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/Vertex/MovieVertex.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Vertex/MovieVertex.py" afterDir="false" />
+    </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -9,9 +19,21 @@
     <option name="LAST_RESOLUTION" value="IGNORE" />
   </component>
   <component name="CoverageDataManager">
-    <SUITE FILE_PATH="coverage/GraphandScraper$Unittests_in_GraphTest_py.coverage" NAME="Unittests in GraphTest.py Coverage Results" MODIFIED="1539196754210" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
-    <SUITE FILE_PATH="coverage/GraphandScraper$Scraper.coverage" NAME="Scraper Coverage Results" MODIFIED="1539195896710" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
-    <SUITE FILE_PATH="coverage/GraphandScraper$Graph.coverage" NAME="Graph Coverage Results" MODIFIED="1539196335959" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_webServer_TestWebServer_test_PutRequestActors.coverage" NAME="Unittests for test_webServer.TestWebServer.test_PutRequestActors Coverage Results" MODIFIED="1539802609447" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_in_test_getRequestActor_py.coverage" NAME="Unittests in test_getRequestActor.py Coverage Results" MODIFIED="1539800339936" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_in_test_webServer_py.coverage" NAME="Unittests in test_webServer.py Coverage Results" MODIFIED="1539803341532" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_getRequestActor_TestIntegrations_testGetSpecActor.coverage" NAME="Unittests for test_getRequestActor.TestIntegrations.testGetSpecActor Coverage Results" MODIFIED="1539800737972" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Webserver.coverage" NAME="Webserver Coverage Results" MODIFIED="1539802693572" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$JSONSupport.coverage" NAME="JSONSupport Coverage Results" MODIFIED="1539804476352" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_webServer_TestWebServer_test_GetRequestSpecActor.coverage" NAME="Unittests for test_webServer.TestWebServer.test_GetRequestSpecActor Coverage Results" MODIFIED="1539801063493" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_webServer_TestWebServer_test_PostRequestMovies.coverage" NAME="Unittests for test_webServer.TestWebServer.test_PostRequestMovies Coverage Results" MODIFIED="1539802936565" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_webServer_TestWebServer_test_GetRequestSpecMovie.coverage" NAME="Unittests for test_webServer.TestWebServer.test_GetRequestSpecMovie Coverage Results" MODIFIED="1539801350695" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_webServer_TestWebServer_test_getRequestMovieAll.coverage" NAME="Unittests for test_webServer.TestWebServer.test_getRequestMovieAll Coverage Results" MODIFIED="1539801222017" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Graph.coverage" NAME="Graph Coverage Results" MODIFIED="1539750542885" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+    <SUITE FILE_PATH="coverage/fa18_cs242_assignment2$Unittests_for_test_webServer_TestWebServer_test_PostRequestActors.coverage" NAME="Unittests for test_webServer.TestWebServer.test_PostRequestActors Coverage Results" MODIFIED="1539802765188" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/src" />
+  </component>
+  <component name="CoverageOptionsProvider">
+    <option name="myAddOrReplace" value="1" />
   </component>
   <component name="CoverageViewManager">
     <option name="myElementSize" value="15" />
@@ -45,74 +67,172 @@
         </counts>
       </usages-collector>
     </session>
+    <session id="-1853708786">
+      <usages-collector id="statistics.lifecycle.project">
+        <counts>
+          <entry key="project.closed" value="3" />
+          <entry key="project.open.time.1" value="1" />
+          <entry key="project.open.time.11" value="1" />
+          <entry key="project.open.time.15" value="1" />
+          <entry key="project.open.time.8" value="1" />
+          <entry key="project.opened" value="4" />
+        </counts>
+      </usages-collector>
+      <usages-collector id="statistics.file.extensions.edit">
+        <counts>
+          <entry key="py" value="17113" />
+        </counts>
+      </usages-collector>
+      <usages-collector id="statistics.file.types.edit">
+        <counts>
+          <entry key="Python" value="17113" />
+        </counts>
+      </usages-collector>
+      <usages-collector id="statistics.file.extensions.open">
+        <counts>
+          <entry key="json" value="49" />
+          <entry key="png" value="1" />
+          <entry key="py" value="8" />
+        </counts>
+      </usages-collector>
+      <usages-collector id="statistics.file.types.open">
+        <counts>
+          <entry key="Image" value="1" />
+          <entry key="JSON" value="49" />
+          <entry key="Python" value="8" />
+        </counts>
+      </usages-collector>
+    </session>
   </component>
   <component name="FileEditorManager">
-    <leaf>
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
       <file pinned="false" current-in-tab="false">
         <entry file="file://$PROJECT_DIR$/src/Graph.py">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="130">
-              <caret line="178" column="62" selection-start-line="178" selection-start-column="62" selection-end-line="178" selection-end-column="62" />
+            <state relative-caret-position="200">
+              <caret line="354" lean-forward="true" selection-start-line="354" selection-end-line="354" />
               <folding>
                 <element signature="e#0#11#0" expanded="true" />
-                <marker date="1539196689006" expanded="true" signature="8103:8108" ph="..." />
+                <marker date="1539804148046" expanded="true" signature="261:1877" ph="..." />
+                <marker date="1539804148046" expanded="true" signature="1777:1877" ph="..." />
+                <marker date="1539804148046" expanded="true" signature="15342:15347" ph="..." />
               </folding>
             </state>
           </provider>
         </entry>
       </file>
-      <file pinned="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/src/GraphTest.py">
+      <file pinned="false" current-in-tab="true">
+        <entry file="file://$PROJECT_DIR$/src/JSONSupport.py">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="646">
-              <caret line="38" lean-forward="true" selection-start-line="38" selection-end-line="38" />
+            <state relative-caret-position="79">
+              <caret line="56" column="5" selection-start-line="56" selection-start-column="5" selection-end-line="56" selection-end-column="5" />
               <folding>
-                <element signature="e#0#15#0" expanded="true" />
+                <element signature="e#0#11#0" expanded="true" />
+                <marker date="1539804596382" expanded="true" signature="93:1683" ph="..." />
+                <marker date="1539804596382" expanded="true" signature="1681:1682" ph="..." />
+                <marker date="1539804596382" expanded="true" signature="1694:1695" ph="..." />
               </folding>
             </state>
           </provider>
         </entry>
       </file>
       <file pinned="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/src/Vertex/ActorVertex.py">
+        <entry file="file://$PROJECT_DIR$/src/actorRelations.png">
+          <provider selected="true" editor-type-id="images" />
+        </entry>
+      </file>
+      <file pinned="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/src/Webserver.py">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="68">
-              <caret line="4" column="49" selection-start-line="4" selection-start-column="49" selection-end-line="4" selection-end-column="49" />
+            <state relative-caret-position="140">
+              <caret line="7" selection-start-line="7" selection-end-line="7" />
+              <folding>
+                <element signature="e#0#58#0" expanded="true" />
+                <marker date="1539803371934" expanded="true" signature="236:238" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="280:281" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="3604:4852" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="10023:10024" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="10023:10080" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="15325:15326" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="15325:15372" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="15400:17362" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="20006:20007" ph="..." />
+                <marker date="1539803371934" expanded="true" signature="20006:20067" ph="..." />
+              </folding>
             </state>
           </provider>
         </entry>
       </file>
-      <file pinned="false" current-in-tab="true">
-        <entry file="file://$PROJECT_DIR$/src/Vertex/MovieVertex.py">
+      <file pinned="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/src/test_webServer.py">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="85">
-              <caret line="5" column="50" selection-start-line="5" selection-start-column="50" selection-end-line="5" selection-end-column="50" />
+            <state relative-caret-position="259">
+              <caret line="62" lean-forward="true" selection-start-line="62" selection-end-line="62" />
+              <folding>
+                <element signature="e#0#29#0" expanded="true" />
+                <marker date="1539803335010" expanded="true" signature="1818:2042" ph="..." />
+              </folding>
             </state>
           </provider>
         </entry>
       </file>
       <file pinned="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/src/Scraper.py">
+        <entry file="file://$PROJECT_DIR$/src/moviesAndActors.json">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="-1921">
-              <caret line="155" column="39" selection-start-line="155" selection-start-column="39" selection-end-line="155" selection-end-column="39" />
-              <folding>
-                <element signature="e#0#10#0" expanded="true" />
-              </folding>
+            <state>
+              <caret column="1" selection-start-column="1" selection-end-column="1" />
             </state>
           </provider>
         </entry>
       </file>
+      <file pinned="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/src/test_getRequestActor.py">
+          <provider selected="true" editor-type-id="text-editor" />
+        </entry>
+      </file>
+      <file pinned="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/src/JSON/moviesAndActors.json">
+          <provider selected="true" editor-type-id="text-editor" />
+        </entry>
+      </file>
     </leaf>
   </component>
+  <component name="FileTemplateManagerImpl">
+    <option name="RECENT_TEMPLATES">
+      <list>
+        <option value="Python Script" />
+      </list>
+    </option>
+  </component>
+  <component name="FindInProjectRecents">
+    <findStrings>
+      <find>print</find>
+      <find>400</find>
+      <find>200</find>
+      <find>201</find>
+      <find>Opened</find>
+    </findStrings>
+  </component>
+  <component name="Git.Settings">
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+  </component>
   <component name="IdeDocumentHistory">
     <option name="CHANGED_PATHS">
       <list>
-        <option value="$PROJECT_DIR$/src/Scraper.py" />
-        <option value="$PROJECT_DIR$/src/Graph.py" />
         <option value="$PROJECT_DIR$/src/GraphTest.py" />
+        <option value="$PROJECT_DIR$/src/Scraper.py" />
         <option value="$PROJECT_DIR$/src/Vertex/ActorVertex.py" />
         <option value="$PROJECT_DIR$/src/Vertex/MovieVertex.py" />
+        <option value="$PROJECT_DIR$/src/actorsAndAges.json" />
+        <option value="$PROJECT_DIR$/src/actorsAndMovies.json" />
+        <option value="$PROJECT_DIR$/src/moviesAndActors.json" />
+        <option value="$PROJECT_DIR$/src/moviesAndDate.json" />
+        <option value="$PROJECT_DIR$/src/moviesAndGross.json" />
+        <option value="$PROJECT_DIR$/src/test_getRequestActor.py" />
+        <option value="$PROJECT_DIR$/src/test_webServer.py" />
+        <option value="$PROJECT_DIR$/src/Webserver.py" />
+        <option value="$PROJECT_DIR$/src/Graph.py" />
+        <option value="$PROJECT_DIR$/src/JSONSupport.py" />
       </list>
     </option>
   </component>
@@ -133,33 +253,30 @@
       <foldersAlwaysOnTop value="true" />
     </navigator>
     <panes>
+      <pane id="Scope" />
       <pane id="ProjectPane">
         <subPane>
           <expand>
             <path>
-              <item name="GraphandScraper" type="b2602c69:ProjectViewProjectNode" />
-              <item name="GraphandScraper" type="462c0819:PsiDirectoryNode" />
+              <item name="fa18-cs242-assignment2" type="b2602c69:ProjectViewProjectNode" />
+              <item name="fa18-cs242-assignment2" type="462c0819:PsiDirectoryNode" />
             </path>
             <path>
-              <item name="GraphandScraper" type="b2602c69:ProjectViewProjectNode" />
-              <item name="GraphandScraper" type="462c0819:PsiDirectoryNode" />
+              <item name="fa18-cs242-assignment2" type="b2602c69:ProjectViewProjectNode" />
+              <item name="fa18-cs242-assignment2" type="462c0819:PsiDirectoryNode" />
               <item name="src" type="462c0819:PsiDirectoryNode" />
             </path>
-            <path>
-              <item name="GraphandScraper" type="b2602c69:ProjectViewProjectNode" />
-              <item name="GraphandScraper" type="462c0819:PsiDirectoryNode" />
-              <item name="src" type="462c0819:PsiDirectoryNode" />
-              <item name="Vertex" type="462c0819:PsiDirectoryNode" />
-            </path>
           </expand>
           <select />
         </subPane>
       </pane>
-      <pane id="Scope" />
+      <pane id="PackagesPane" />
     </panes>
   </component>
   <component name="PropertiesComponent">
     <property name="WebServerToolWindowFactoryState" value="false" />
+    <property name="aspect.path.notification.shown" value="true" />
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
     <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
     <property name="nodejs_npm_path_reset_for_default_project" value="true" />
     <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
@@ -185,8 +302,8 @@
       </list>
     </option>
   </component>
-  <component name="RunManager" selected="Python tests.Unittests in GraphTest.py">
-    <configuration name="Graph" type="PythonConfigurationType" factoryName="Python" temporary="true">
+  <component name="RunManager" selected="Python.JSONSupport">
+    <configuration name="JSONSupport" type="PythonConfigurationType" factoryName="Python" temporary="true">
       <module name="GraphandScraper" />
       <option name="INTERPRETER_OPTIONS" value="" />
       <option name="PARENT_ENVS" value="true" />
@@ -199,7 +316,7 @@
       <option name="ADD_CONTENT_ROOTS" value="true" />
       <option name="ADD_SOURCE_ROOTS" value="true" />
       <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
-      <option name="SCRIPT_NAME" value="$PROJECT_DIR$/src/Graph.py" />
+      <option name="SCRIPT_NAME" value="$PROJECT_DIR$/src/JSONSupport.py" />
       <option name="PARAMETERS" value="" />
       <option name="SHOW_COMMAND_LINE" value="false" />
       <option name="EMULATE_TERMINAL" value="false" />
@@ -208,12 +325,13 @@
       <option name="INPUT_FILE" value="" />
       <method v="2" />
     </configuration>
-    <configuration name="Scraper" type="PythonConfigurationType" factoryName="Python" temporary="true">
+    <configuration name="Webserver" type="PythonConfigurationType" factoryName="Python">
       <module name="GraphandScraper" />
       <option name="INTERPRETER_OPTIONS" value="" />
       <option name="PARENT_ENVS" value="true" />
       <envs>
         <env name="PYTHONUNBUFFERED" value="1" />
+        <env name="FLASK_APP" value="Webserver.py" />
       </envs>
       <option name="SDK_HOME" value="" />
       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
@@ -221,7 +339,7 @@
       <option name="ADD_CONTENT_ROOTS" value="true" />
       <option name="ADD_SOURCE_ROOTS" value="true" />
       <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
-      <option name="SCRIPT_NAME" value="$PROJECT_DIR$/src/Scraper.py" />
+      <option name="SCRIPT_NAME" value="$PROJECT_DIR$/src/Webserver.py" />
       <option name="PARAMETERS" value="" />
       <option name="SHOW_COMMAND_LINE" value="false" />
       <option name="EMULATE_TERMINAL" value="false" />
@@ -230,7 +348,7 @@
       <option name="INPUT_FILE" value="" />
       <method v="2" />
     </configuration>
-    <configuration name="Unittests in GraphTest.py" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
+    <configuration name="ApiTest" type="tests" factoryName="Unittests">
       <module name="GraphandScraper" />
       <option name="INTERPRETER_OPTIONS" value="" />
       <option name="PARENT_ENVS" value="true" />
@@ -240,21 +358,88 @@
       <option name="ADD_CONTENT_ROOTS" value="true" />
       <option name="ADD_SOURCE_ROOTS" value="true" />
       <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+      <option name="_new_pattern" value="&quot;&quot;" />
       <option name="_new_additionalArguments" value="&quot;&quot;" />
-      <option name="_new_target" value="&quot;$PROJECT_DIR$/src/GraphTest.py&quot;" />
+      <option name="_new_target" value="&quot;$PROJECT_DIR$/src&quot;" />
+      <option name="_new_targetType" value="&quot;PATH&quot;" />
+      <method v="2" />
+    </configuration>
+    <configuration name="Unittests for test_webServer.TestWebServer.test_PostRequestActors" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
+      <module name="GraphandScraper" />
+      <option name="INTERPRETER_OPTIONS" value="" />
+      <option name="PARENT_ENVS" value="true" />
+      <option name="SDK_HOME" value="" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
+      <option name="IS_MODULE_SDK" value="true" />
+      <option name="ADD_CONTENT_ROOTS" value="true" />
+      <option name="ADD_SOURCE_ROOTS" value="true" />
+      <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+      <option name="_new_additionalArguments" value="&quot;&quot;" />
+      <option name="_new_target" value="&quot;test_webServer.TestWebServer.test_PostRequestActors&quot;" />
+      <option name="_new_targetType" value="&quot;PYTHON&quot;" />
+      <method v="2" />
+    </configuration>
+    <configuration name="Unittests for test_webServer.TestWebServer.test_PostRequestMovies" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
+      <module name="GraphandScraper" />
+      <option name="INTERPRETER_OPTIONS" value="" />
+      <option name="PARENT_ENVS" value="true" />
+      <option name="SDK_HOME" value="" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
+      <option name="IS_MODULE_SDK" value="true" />
+      <option name="ADD_CONTENT_ROOTS" value="true" />
+      <option name="ADD_SOURCE_ROOTS" value="true" />
+      <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+      <option name="_new_additionalArguments" value="&quot;&quot;" />
+      <option name="_new_target" value="&quot;test_webServer.TestWebServer.test_PostRequestMovies&quot;" />
+      <option name="_new_targetType" value="&quot;PYTHON&quot;" />
+      <method v="2" />
+    </configuration>
+    <configuration name="Unittests for test_webServer.TestWebServer.test_PutRequestActors" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
+      <module name="GraphandScraper" />
+      <option name="INTERPRETER_OPTIONS" value="" />
+      <option name="PARENT_ENVS" value="true" />
+      <option name="SDK_HOME" value="" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
+      <option name="IS_MODULE_SDK" value="true" />
+      <option name="ADD_CONTENT_ROOTS" value="true" />
+      <option name="ADD_SOURCE_ROOTS" value="true" />
+      <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+      <option name="_new_additionalArguments" value="&quot;&quot;" />
+      <option name="_new_target" value="&quot;test_webServer.TestWebServer.test_PutRequestActors&quot;" />
+      <option name="_new_targetType" value="&quot;PYTHON&quot;" />
+      <method v="2" />
+    </configuration>
+    <configuration name="Unittests in test_webServer.py" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
+      <module name="GraphandScraper" />
+      <option name="INTERPRETER_OPTIONS" value="" />
+      <option name="PARENT_ENVS" value="true" />
+      <option name="SDK_HOME" value="" />
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src" />
+      <option name="IS_MODULE_SDK" value="true" />
+      <option name="ADD_CONTENT_ROOTS" value="true" />
+      <option name="ADD_SOURCE_ROOTS" value="true" />
+      <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+      <option name="_new_additionalArguments" value="&quot;&quot;" />
+      <option name="_new_target" value="&quot;$PROJECT_DIR$/src/test_webServer.py&quot;" />
       <option name="_new_targetType" value="&quot;PATH&quot;" />
       <method v="2" />
     </configuration>
     <list>
-      <item itemvalue="Python tests.Unittests in GraphTest.py" />
-      <item itemvalue="Python.Graph" />
-      <item itemvalue="Python.Scraper" />
+      <item itemvalue="Python.Webserver" />
+      <item itemvalue="Python tests.ApiTest" />
+      <item itemvalue="Python tests.Unittests for test_webServer.TestWebServer.test_PutRequestActors" />
+      <item itemvalue="Python tests.Unittests for test_webServer.TestWebServer.test_PostRequestActors" />
+      <item itemvalue="Python tests.Unittests in test_webServer.py" />
+      <item itemvalue="Python tests.Unittests for test_webServer.TestWebServer.test_PostRequestMovies" />
+      <item itemvalue="Python.JSONSupport" />
     </list>
     <recent_temporary>
       <list>
-        <item itemvalue="Python tests.Unittests in GraphTest.py" />
-        <item itemvalue="Python.Graph" />
-        <item itemvalue="Python.Scraper" />
+        <item itemvalue="Python.JSONSupport" />
+        <item itemvalue="Python tests.Unittests in test_webServer.py" />
+        <item itemvalue="Python tests.Unittests for test_webServer.TestWebServer.test_PostRequestMovies" />
+        <item itemvalue="Python tests.Unittests for test_webServer.TestWebServer.test_PostRequestActors" />
+        <item itemvalue="Python tests.Unittests for test_webServer.TestWebServer.test_PutRequestActors" />
       </list>
     </recent_temporary>
   </component>
@@ -268,67 +453,81 @@
       <option name="number" value="Default" />
       <option name="presentableId" value="Default" />
       <updated>1539195276468</updated>
+      <workItem from="1539623005373" duration="6000" />
     </task>
     <servers />
   </component>
   <component name="TestHistory">
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 17m 40s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_for_test_webServer_TestWebServer_test_PostRequestActors - 2018.10.17 at 13h 58m 34s.xml">
+      <configuration name="Unittests for test_webServer.TestWebServer.test_PostRequestActors" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 20m 37s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_for_test_webServer_TestWebServer_test_PostRequestActors - 2018.10.17 at 13h 59m 31s.xml">
+      <configuration name="Unittests for test_webServer.TestWebServer.test_PostRequestActors" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 21m 01s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 00m 12s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 24m 47s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 00m 54s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 30m 54s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_for_test_webServer_TestWebServer_test_PostRequestMovies - 2018.10.17 at 14h 02m 22s.xml">
+      <configuration name="Unittests for test_webServer.TestWebServer.test_PostRequestMovies" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 31m 25s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 04m 01s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 35m 09s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 06m 53s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 38m 39s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 07m 08s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 39m 01s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 08m 00s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
-    <history-entry file="Unittests_in_GraphTest_py - 2018.10.10 at 13h 39m 15s.xml">
-      <configuration name="Unittests in GraphTest.py" configurationId="tests" />
+    <history-entry file="Unittests_in_test_webServer_py - 2018.10.17 at 14h 09m 07s.xml">
+      <configuration name="Unittests in test_webServer.py" configurationId="tests" />
     </history-entry>
   </component>
+  <component name="TimeTrackingManager">
+    <option name="totallyTimeSpent" value="6000" />
+  </component>
   <component name="ToolWindowManager">
     <frame x="-7" y="-7" width="1550" height="838" extended-state="6" />
     <editor active="true" />
     <layout>
-      <window_info id="Favorites" side_tool="true" />
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24966443" />
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.20536913" />
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
-      <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
-      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
-      <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
-      <window_info anchor="bottom" id="Python Console" weight="0.32907802" />
-      <window_info anchor="bottom" id="Terminal" />
-      <window_info anchor="bottom" id="Event Log" side_tool="true" />
+      <window_info id="Favorites" order="2" side_tool="true" />
+      <window_info id="Designer" order="3" />
+      <window_info id="Image Layers" order="4" />
+      <window_info id="Capture Tool" order="5" />
+      <window_info id="UI Designer" order="6" />
+      <window_info id="Learn" order="7" />
       <window_info anchor="bottom" id="Message" order="0" />
       <window_info anchor="bottom" id="Find" order="1" weight="0.32907802" />
-      <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.32907802" />
-      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
-      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
-      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
+      <window_info anchor="bottom" id="Debug" order="2" weight="0.4" />
+      <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
+      <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
+      <window_info anchor="bottom" id="Run" order="5" visible="true" weight="0.28085107" />
       <window_info anchor="bottom" id="TODO" order="6" />
-      <window_info anchor="right" id="SciView" />
-      <window_info anchor="right" id="Database" />
-      <window_info anchor="right" id="Coverage" side_tool="true" visible="true" weight="0.0" />
+      <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
+      <window_info anchor="bottom" id="Version Control" order="8" show_stripe_button="false" />
+      <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
+      <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
+      <window_info anchor="bottom" id="Terminal" order="11" weight="0.32907802" />
+      <window_info anchor="bottom" id="Python Console" order="12" weight="0.32907802" />
       <window_info anchor="right" id="Commander" order="0" weight="0.4" />
       <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
       <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
+      <window_info anchor="right" id="SciView" order="3" sideWeight="0.4990138" visible="true" weight="0.0" />
+      <window_info anchor="right" id="Database" order="4" />
+      <window_info anchor="right" id="Coverage" order="5" sideWeight="0.5009862" side_tool="true" visible="true" weight="0.0" />
+      <window_info anchor="right" id="Palette" order="6" />
+      <window_info anchor="right" id="Capture Analysis" order="7" />
+      <window_info anchor="right" id="Maven Projects" order="8" />
+      <window_info anchor="right" id="Palette&#9;" order="9" />
+      <window_info anchor="right" id="Theme Preview" order="10" />
     </layout>
   </component>
   <component name="TypeScriptGeneratedFilesManager">
@@ -340,46 +539,154 @@
   <component name="editorHistoryManager">
     <entry file="file://$PROJECT_DIR$/src/Scraper.py">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="-1921">
-          <caret line="155" column="39" selection-start-line="155" selection-start-column="39" selection-end-line="155" selection-end-column="39" />
-          <folding>
-            <element signature="e#0#10#0" expanded="true" />
-          </folding>
+        <state relative-caret-position="2417">
+          <caret line="281" column="27" selection-start-line="281" selection-start-column="27" selection-end-line="281" selection-end-column="27" />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/src/Graph.py">
+    <entry file="file://$PROJECT_DIR$/src/JSON/actorsAndMovies.json">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="-400" />
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/Vertex/ActorVertex.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="520">
+          <caret line="26" column="27" selection-start-line="26" selection-start-column="27" selection-end-line="26" selection-end-column="27" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/JSON/builtGraph.json">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="130">
-          <caret line="178" column="62" selection-start-line="178" selection-start-column="62" selection-end-line="178" selection-end-column="62" />
+        <state>
+          <caret column="175" selection-start-column="175" selection-end-column="175" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/JSON/moviesAndActors.json">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/moviesAndActors1.json">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/moviesAndGross1.json">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/Vertex/MovieVertex.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="256">
+          <caret line="27" selection-start-line="27" selection-end-line="27" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/moviesAndDate.json">
+      <provider selected="true" editor-type-id="text-editor">
+        <state>
+          <caret column="1" selection-start-column="1" selection-end-column="1" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/moviesAndGross.json">
+      <provider selected="true" editor-type-id="text-editor">
+        <state>
+          <caret column="1" selection-start-column="1" selection-end-column="1" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/APITest.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/__init__.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/GraphTest.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="340">
+          <caret line="18" column="54" selection-start-line="18" selection-start-column="51" selection-end-line="18" selection-end-column="54" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/test_getRequestActor.py">
+      <provider selected="true" editor-type-id="text-editor" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/actorsAndAges.json">
+      <provider selected="true" editor-type-id="text-editor">
+        <state>
+          <caret column="2" lean-forward="true" selection-start-column="2" selection-end-column="2" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/moviesAndActors.json">
+      <provider selected="true" editor-type-id="text-editor">
+        <state>
+          <caret column="1" selection-start-column="1" selection-end-column="1" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/Webserver.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="140">
+          <caret line="7" selection-start-line="7" selection-end-line="7" />
           <folding>
-            <element signature="e#0#11#0" expanded="true" />
-            <marker date="1539196689006" expanded="true" signature="8103:8108" ph="..." />
+            <element signature="e#0#58#0" expanded="true" />
+            <marker date="1539803371934" expanded="true" signature="236:238" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="280:281" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="3604:4852" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="10023:10024" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="10023:10080" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="15325:15326" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="15325:15372" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="15400:17362" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="20006:20007" ph="..." />
+            <marker date="1539803371934" expanded="true" signature="20006:20067" ph="..." />
           </folding>
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/src/GraphTest.py">
+    <entry file="file://$PROJECT_DIR$/src/actorRelations.png">
+      <provider selected="true" editor-type-id="images" />
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/actorsAndMovies.json">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="646">
-          <caret line="38" lean-forward="true" selection-start-line="38" selection-end-line="38" />
+        <state>
+          <caret column="1" selection-start-column="1" selection-end-column="1" />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/src/test_webServer.py">
+      <provider selected="true" editor-type-id="text-editor">
+        <state relative-caret-position="259">
+          <caret line="62" lean-forward="true" selection-start-line="62" selection-end-line="62" />
           <folding>
-            <element signature="e#0#15#0" expanded="true" />
+            <element signature="e#0#29#0" expanded="true" />
+            <marker date="1539803335010" expanded="true" signature="1818:2042" ph="..." />
           </folding>
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/src/Vertex/ActorVertex.py">
+    <entry file="file://$PROJECT_DIR$/src/Graph.py">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="68">
-          <caret line="4" column="49" selection-start-line="4" selection-start-column="49" selection-end-line="4" selection-end-column="49" />
+        <state relative-caret-position="200">
+          <caret line="354" lean-forward="true" selection-start-line="354" selection-end-line="354" />
+          <folding>
+            <element signature="e#0#11#0" expanded="true" />
+            <marker date="1539804148046" expanded="true" signature="261:1877" ph="..." />
+            <marker date="1539804148046" expanded="true" signature="1777:1877" ph="..." />
+            <marker date="1539804148046" expanded="true" signature="15342:15347" ph="..." />
+          </folding>
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/src/Vertex/MovieVertex.py">
+    <entry file="file://$PROJECT_DIR$/src/JSONSupport.py">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="85">
-          <caret line="5" column="50" selection-start-line="5" selection-start-column="50" selection-end-line="5" selection-end-column="50" />
+        <state relative-caret-position="79">
+          <caret line="56" column="5" selection-start-line="56" selection-start-column="5" selection-end-line="56" selection-end-column="5" />
+          <folding>
+            <element signature="e#0#11#0" expanded="true" />
+            <marker date="1539804596382" expanded="true" signature="93:1683" ph="..." />
+            <marker date="1539804596382" expanded="true" signature="1681:1682" ph="..." />
+            <marker date="1539804596382" expanded="true" signature="1694:1695" ph="..." />
+          </folding>
         </state>
       </provider>
     </entry>
diff --git a/src/Graph.py b/src/Graph.py
index bb73099332bda6f728cace132dce298f2ad9ecdb..e99919e8b3ddde93aedfc0592d66db8eb2af4255 100644
--- a/src/Graph.py
+++ b/src/Graph.py
@@ -5,22 +5,60 @@ import jsonpickle
 
 
 class Graph(object):
-    with open('JSON/actorsAndAges.json', 'r') as fp:
-        actorsAndAges = json.load(fp)
 
-    with open('JSON/actorsAndMovies.json', 'r') as fp:
-        actorsAndMovies = json.load(fp)
+    def __init__(self, actorsAndAgesFP, actorsAndMoviesFP, moviesAndActorsFP, moviesAndDateFP, moviesAndGrossFP):
+        with open(actorsAndAgesFP, 'r') as fp:
+            self.actorsAndAges = json.load(fp)
 
-    with open('JSON/moviesAndActors.json', 'r') as fp:
-        moviesAndActors = json.load(fp)
+        with open(actorsAndMoviesFP, 'r') as fp:
+            self.actorsAndMovies = json.load(fp)
 
-    with open('JSON/moviesAndDate.json', 'r') as fp:
-        moviesAndDate = json.load(fp)
+        with open(moviesAndActorsFP, 'r') as fp:
+            self.moviesAndActors = json.load(fp)
 
-    with open('JSON/moviesAndGross.json', 'r') as fp:
-        moviesAndGross = json.load(fp)
+        with open(moviesAndDateFP, 'r') as fp:
+            self.moviesAndDate = json.load(fp)
+
+        with open(moviesAndGrossFP, 'r') as fp:
+            self.moviesAndGross = json.load(fp)
+
+        self.builtGraph = self.buildGraph()
+
+    def getActorsAndAges(self):
+        return self.actorsAndAges
+
+    def setActorsAndAges(self, newActorsAndAges):
+        for key, val in newActorsAndAges.items():
+            self.actorsAndAges[key] = val
+
+    def getActorsAndMovies(self):
+        return self.actorsAndMovies
+
+    def setActorsAndMovies(self, newActorsAndMovies):
+        for key, val in newActorsAndMovies.items():
+            self.actorsAndMovies[key] = val
+
+    def getMoviesAndActors(self):
+        return self.moviesAndActors
+
+    def setMoviesAndActors(self, newMoviesAndActors):
+        for key, val in newMoviesAndActors.items():
+            self.moviesAndActors[key] = val
+
+    def getMoviesAndDate(self):
+        return self.moviesAndDate
+
+    def setMoviesAndDate(self, newMoviesAndDate):
+        for key, val in newMoviesAndDate.items():
+            self.moviesAndDate[key] = val
+
+    def getMoviesAndGross(self):
+        return self.moviesAndGross
+
+    def setMoviesAndGross(self, newMoviesAndGross):
+        for key, val in newMoviesAndGross.items():
+            self.moviesAndGross[key] = val
 
-    builtGraph = None
 
     def buildGraph(self):
 
@@ -44,11 +82,13 @@ class Graph(object):
 
         # Init Dict
         graphDict = {}
+
+        for val in actorVertexList:
+            graphDict[val] = {}
+
         for val in movieVertexList:
 
             actorList = self.moviesAndActors[val.getName()]
-            if len(actorList) < 3:
-                continue
 
             graphDict[val] = {}
             total = 0
@@ -56,13 +96,6 @@ class Graph(object):
             for actor in actorList:
                 try:
                     toAdd = self.actorsAndAges[actor]
-                    inputVert = None
-                    for part in actorVertexList:
-                        if actor == part.getName():
-                            inputVert = part
-                            break
-                    # Create Node for Actors
-                    graphDict[inputVert] = {}
                     total += toAdd
                 except:
                     continue
@@ -84,7 +117,8 @@ class Graph(object):
                 except:
                     continue
 
-        self.builtGraph = graphDict
+
+        return graphDict
 
     def getMovieGross(self, inputName):
         """
@@ -111,6 +145,7 @@ class Graph(object):
                     retList = []
                     for keyTwo, valTwo in self.builtGraph[key].items():
                         retList.append(keyTwo.getName())
+
                     return retList
         except:
             return []
@@ -216,34 +251,206 @@ class Graph(object):
                         actorList.add(keyTwo.getName())
 
         return list(actorList)
+    
+    def getAllActorRelations(self):
+        """
+        Gets a dict of actors
+        Key is actor val is set of actors worked with
+        :return: return dict of actors + who they worked with
+        """
+        actorDict = {}
+        for key, val in self.builtGraph.items():
+            if isinstance(key, ActorVertex):
+                actorName = key.getName()
+                actorDict[actorName] = set()
+                for movieKey, movieVal in self.builtGraph[key].items():
+                    if movieKey in self.builtGraph:
+                        for actorKey, actorVal in self.builtGraph[movieKey].items():
+                            if actorKey.getName() != actorName:
+                                actorDict[actorName].add(actorKey.getName())
+
+        hubDict = {}
+        for key, val in actorDict.items():
+            hubDict[key] = len(val)
+
+        return hubDict
+
+    def getAverageMoneyAge(self):
+        """
+        get age ranges of actors and return average money made
+        :return: returns dict of actor age range and avg Dollars per movie made
+        """
+
+        #Initialize age total dict
+        ageDictTotal = {}
+        ageDictTotal['<18'] = (0,0)
+        ageDictTotal['18-24'] = (0,0)
+        ageDictTotal['25-34'] = (0,0)
+        ageDictTotal['35-44'] = (0,0)
+        ageDictTotal['45-54'] = (0,0)
+        ageDictTotal['55-64'] = (0,0)
+        ageDictTotal['65-74'] = (0,0)
+        ageDictTotal['75+'] = (0,0)
+
+        for key, val in self.builtGraph.items():
+            if isinstance(key, ActorVertex):
+                if int(key.getAge()) < 18:
+                    newVal = ageDictTotal['<18']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['<18'] = newVal
+
+                elif int(key.getAge()) >= 18 and int(key.getAge()) <= 24:
+                    newVal = ageDictTotal['18-24']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['18-24'] = newVal
+
+                elif int(key.getAge()) >= 25 and int(key.getAge()) <= 34:
+                    newVal = ageDictTotal['25-34']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['25-34'] = newVal
+
+                elif int(key.getAge()) >= 35 and int(key.getAge()) <= 44:
+                    newVal = ageDictTotal['35-44']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['35-44'] = newVal
+
+                elif int(key.getAge()) >= 45 and int(key.getAge()) <= 54:
+                    newVal = ageDictTotal['45-54']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['45-54'] = newVal
+
+                elif int(key.getAge()) >= 55 and int(key.getAge()) <= 64:
+                    newVal = ageDictTotal['55-64']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['55-64'] = newVal
+
+                elif int(key.getAge()) >= 65 and int(key.getAge()) <= 74:
+                    newVal = ageDictTotal['65-74']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['65-74'] = newVal
+
+                else:
+                    newVal = ageDictTotal['75+']
+                    lstNewVal = list(newVal)
+
+                    for movieKey, movieVal in self.builtGraph[key].items():
+                        lstNewVal[0] += movieVal
+                        lstNewVal[1] += 1
+
+                    newVal = tuple(lstNewVal)
+                    ageDictTotal['75+'] = newVal
+
+
+        averagePaymentDict = {}
+        for key, val in ageDictTotal.items():
+            amtList = list(val)
+            average = float(amtList[0]) / float(amtList[1])
+            averagePaymentDict[key] = abs(average)
+
+        return averagePaymentDict
+
+
+    def getComponentDicts(self):
+        """
+        Find all the dicts that make up the graph
+        :return: All the dicts that make up the graph
+        """
+        actorsAndAges = {}
+        actorsAndMovies = {}
+        moviesAndActors = {}
+        moviesAndDate = {}
+        moviesAndGross = {}
+
+        for key, val in self.builtGraph.items():
+            if isinstance(key, ActorVertex):
+                actorsAndAges[key.getName()] = key.getAge()
+                movieList = []
+                for movieKey, movieVal in self.builtGraph[key].items():
+                    if isinstance(movieKey, MovieVertex):
+                        movieList.append(movieKey.getName())
+                actorsAndMovies[key.getName()] = movieList
+
+            if isinstance(key, MovieVertex):
+                moviesAndDate[key.getName()] = key.getDate()
+                moviesAndGross[key.getName()] = key.getGross()
+                actorList = []
+                for actorKey, actorVal in self.builtGraph[key].items():
+                    if isinstance(actorKey, ActorVertex):
+                        actorList.append(actorKey.getName())
+                moviesAndActors[key.getName()] = actorList
+
+        return actorsAndAges, actorsAndMovies, moviesAndDate, moviesAndGross, moviesAndActors
+
+    def dumpGraphDicts(self):
+        """
+        dump all dicts to json files
+        :return:
+        """
+        with open('actorsAndAges.json', 'w') as fp:
+            json.dump(self.actorsAndAges, fp)
+
+        with open('moviesAndGross.json', 'w') as fp:
+            json.dump(self.moviesAndGross, fp)
+
+        with open('moviesAndDate.json', 'w') as fp:
+            json.dump(self.moviesAndDate, fp)
+
+        with open('actorsAndMovies.json', 'w') as fp:
+            json.dump(self.actorsAndMovies, fp)
+
+        with open('moviesAndActors.json', 'w') as fp:
+            json.dump(self.moviesAndActors, fp)
+
+        return
 
 
-class ComplexEncoder(json.JSONEncoder):
-    def default(self, obj):
-        if hasattr(obj, 'buildGraph'):
-            return obj.buildGraph()
-        elif hasattr(obj, 'getMovieGross'):
-            return obj.getMovieGross()
-        elif hasattr(obj, 'getActorsMovies'):
-            return obj.getActorsMovies()
-        elif hasattr(obj, 'getMoviesActors'):
-            return obj.getMoviesActors()
-        elif hasattr(obj, 'TopXActors'):
-            return obj.TopXActors()
-        elif hasattr(obj, 'OldestXActors'):
-            return obj.OldestXActors()
-        elif hasattr(obj, 'getAllMoviesInYear'):
-            return obj.getAllMoviesInYear()
-        elif hasattr(obj, 'getAllActorsInYear'):
-            return obj.getMoviesActors()
-        else:
-            return json.JSONEncoder.default(self, obj)
 
 
 def main():
-    graph = Graph()
-    graph.buildGraph()
-    print(graph.builtGraph)
+    graph = Graph('JSON/actorsAndAges.json', 'JSON/actorsAndMovies.json', 'JSON/moviesAndActors.json', 'JSON/moviesAndDate.json', 'JSON/moviesAndGross.json')
+    # print(graph.builtGraph)
     # with open('builtGraph.json', 'r') as fp:
     #     graph = jsonpickle.decode(fp.read(), keys=True, classes=(Graph, MovieVertex, ActorVertex))
     # print(graph.builtGraph)
@@ -251,7 +458,7 @@ def main():
     # print (graph.getActorsMovies('Laura Dern'))
     # print (graph.getMoviesActors('Star Wars: The Last Jedi'))
     # print(graph.TopXActors(1))
-    # print(graph.OldestXActors(1))
+    #print(graph.OldestXActors(10))
     # print (graph.getAllMoviesInYear(2008))
     # print(graph.getAllActorsInYear(2008))
     #
@@ -259,6 +466,7 @@ def main():
     #
     # with open('builtGraph.json', 'w') as fp:
     #     fp.write(frozen)
+    print(graph.getActorsMovies("Anna Kendrick"))
 
 
 if __name__ == '__main__':
diff --git a/src/JSONSupport.py b/src/JSONSupport.py
new file mode 100644
index 0000000000000000000000000000000000000000..10982bd2351fafa02c35aba113f2273cc3c00324
--- /dev/null
+++ b/src/JSONSupport.py
@@ -0,0 +1,78 @@
+import json
+from Graph import Graph
+import matplotlib.pyplot as plt
+
+
+def getDicts(filename):
+    actorsAndMovies = {}
+    moviesAndActors = {}
+    moviesAndDates = {}
+    actorsAndAges = {}
+    moviesAndGross = {}
+
+    with open('data.json') as data_file:
+        data = json.load(data_file)
+
+    iterator = 0
+    for obj in data:
+        if iterator == 0:
+            for actor in obj:
+                actorsAndAges[data[0][actor]["name"]] = data[0][actor]["age"]
+                actorsAndMovies[data[0][actor]["name"]] = data[0][actor]["movies"]
+
+        else:
+            for movie in obj:
+                if data[1][movie]["year"] == 0 or data[1][movie]["box_office"] == 0 or len(data[1][movie]["actors"]) == 0:
+                    continue
+
+                moviesAndActors[data[1][movie]["name"]] = data[1][movie]["actors"]
+                moviesAndDates[data[1][movie]["name"]] = data[1][movie]["year"]
+
+                boxOffice = data[1][movie]["box_office"]
+                if boxOffice < 2.5:
+                    boxOffice = boxOffice * 1000000000
+                elif boxOffice < 1000:
+                    boxOffice = boxOffice * 1000000
+
+                moviesAndGross[data[1][movie]["name"]] = boxOffice
+
+        iterator += 1
+
+    with open('actorsAndAges.json', 'w') as fp:
+        json.dump(actorsAndAges, fp)
+
+    with open('moviesAndGross.json', 'w') as fp:
+        json.dump(moviesAndGross, fp)
+
+    with open('moviesAndDate.json', 'w') as fp:
+        json.dump(moviesAndDates, fp)
+
+    with open('actorsAndMovies.json', 'w') as fp:
+        json.dump(actorsAndMovies, fp)
+
+    with open('moviesAndActors.json', 'w') as fp:
+        json.dump(moviesAndActors, fp)
+
+def main():
+    #getDicts("data.json")
+    graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+    plt.figure(figsize=(80,40))
+    actorRelations = (graph.getAllActorRelations())
+
+    for key, val in actorRelations.items():
+        plt.bar(key, val)
+
+    plt.legend(actorRelations.keys(),  prop={'size': 4})
+    plt.savefig("actorRelations.png")
+
+    # avgMoney = (graph.getAverageMoneyAge())
+    # print(avgMoney)
+    # for key, val in avgMoney.items():
+    #     plt.bar(key, val)
+
+    # plt.legend(prop={'size': 6})
+    # plt.savefig("avgMoney.png")
+
+
+if __name__ == '__main__':
+    main()
\ No newline at end of file
diff --git a/src/Scraper.py b/src/Scraper.py
index 64ba86a86e13ad3a38e813fe717deddc996903fa..dd77dc77489502fafa5980abaf4961ac4a67d657 100644
--- a/src/Scraper.py
+++ b/src/Scraper.py
@@ -243,7 +243,7 @@ def main():
     t0 = time.time()
     iterator = 0
     # While links aren't sufficient keep getting them
-    while(len(scraper.actorsAndAges) < 250 or len(scraper.moviesAndGross) < 125):
+    while(len(scraper.actorsAndAges) < 125 or len(scraper.moviesAndGross) < 60):
         time.sleep(0.1)
         if len(scraper.actorLinks) > 0:
             currentActor = scraper.actorLinks.pop()
@@ -263,6 +263,7 @@ def main():
         scraper.movieLinks = list(set(scraper.movieLinks))
 
         if(iterator % 50) == 0 and iterator != 0:
+            logging.debug("Sleep so we don't overload Site")
             time.sleep(5)
 
         iterator += 1
diff --git a/src/Vertex/ActorVertex.py b/src/Vertex/ActorVertex.py
index 24b5d8f879e67f92507b6bca3abd660f8b23fb36..935cc1220aa50d296ac36b0206274c8845f4e1a6 100644
--- a/src/Vertex/ActorVertex.py
+++ b/src/Vertex/ActorVertex.py
@@ -20,4 +20,10 @@ class ActorVertex(object):
     def getName(self):
         return self.name
 
+    def setAge(self, newAge):
+        self.age = newAge
+
+    def setName(self, newName):
+        self.name = newName
+
 
diff --git a/src/Vertex/MovieVertex.py b/src/Vertex/MovieVertex.py
index 572c2da971bdd9f92813c88833df09c8c1224458..8ca0579cc456d23e0b90a3dd4711891cfa0d2f08 100644
--- a/src/Vertex/MovieVertex.py
+++ b/src/Vertex/MovieVertex.py
@@ -6,7 +6,7 @@ class MovieVertex(object):
     Hash Hash and Eq so it can be used as dict key
     """
 
-    def __init__(self, gross, date, name):
+    def __init__(self, gross=0, date=0, name="NA"):
         self.gross = gross
         self.date = date
         self.name = name
@@ -26,4 +26,13 @@ class MovieVertex(object):
     def getName(self):
         return self.name
 
+    def setGross(self, newGross):
+        self.gross = newGross
+
+    def setName(self, newName):
+        self.name = newName
+
+    def setDate(self, newDate):
+        self.date=newDate
+
 
diff --git a/src/Vertex/__pycache__/ActorVertex.cpython-36.pyc b/src/Vertex/__pycache__/ActorVertex.cpython-36.pyc
index a67c9dd6635a04e4193eddba361216f36242c761..a5767c2a6cbca457559b78ebadc5d9b4b38afa3a 100644
Binary files a/src/Vertex/__pycache__/ActorVertex.cpython-36.pyc and b/src/Vertex/__pycache__/ActorVertex.cpython-36.pyc differ
diff --git a/src/Vertex/__pycache__/MovieVertex.cpython-36.pyc b/src/Vertex/__pycache__/MovieVertex.cpython-36.pyc
index a129de08b5aecc80a718c949b0afe3f0b32f6db6..ad7c999ed09a893d3ba640df9ff43e968a7e327d 100644
Binary files a/src/Vertex/__pycache__/MovieVertex.cpython-36.pyc and b/src/Vertex/__pycache__/MovieVertex.cpython-36.pyc differ
diff --git a/src/Webserver.py b/src/Webserver.py
new file mode 100644
index 0000000000000000000000000000000000000000..218880467ad6859d0b1eb7a7b065778a9126d2b7
--- /dev/null
+++ b/src/Webserver.py
@@ -0,0 +1,610 @@
+from flask import Flask, request, abort, jsonify, Response
+from Graph import Graph
+import JSONSupport
+from src.Vertex.MovieVertex import MovieVertex
+from src.Vertex.ActorVertex import ActorVertex
+
+app = Flask(__name__)
+
+class WebServer:
+
+    @app.route("/actors", methods=['GET'])
+    def GetRequestActor():
+        """
+        Handles Get request for boolean actors
+        :return:
+        """
+        data = request.args
+        argDict = {}
+        iterator = 0
+
+        #Get all args for the check
+        for key, val in data.items():
+
+            #Get First arg
+            iterator += 1
+            argDict[iterator] = {}
+            firstInstance = val.find("\"")
+            iterateWord = firstInstance + 1
+            while val[iterateWord] != "\"":
+                iterateWord += 1
+            firstArg = val[firstInstance + 1 : iterateWord]
+            if firstArg.isdigit():
+                firstArg = int(firstArg)
+
+            argDict[iterator][key] = firstArg
+            restArgs = val[iterateWord+2:]
+            restArgs = restArgs.split("|")
+            #Get all or clauses in arg
+            if len(restArgs) == 1:
+                continue
+
+            for i, arg in enumerate(restArgs):
+                if arg == '':
+                    continue
+
+                startPos = arg.find("name")
+                if startPos != -1:
+                    indexPosition = startPos + 6
+                    iterateWord = indexPosition + 1
+                    while arg[iterateWord] != "\"":
+                        iterateWord+=1
+
+                    newArg = arg[indexPosition + 1: iterateWord]
+                    argDict[iterator]["name"+str(i)] = newArg
+
+                startPos = arg.find("age")
+                if startPos != -1:
+                    indexPosition = startPos + 5
+                    iterateWord = indexPosition + 1
+                    while arg[iterateWord] != "\"":
+                        iterateWord += 1
+
+                    newArg = arg[indexPosition + 1: iterateWord]
+                    newArg = int(newArg)
+                    argDict[iterator]["age"+str(i)] = newArg
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+        checkList = []
+
+        #Pull all vals that meet args
+        for argKey, argVal in argDict.items():
+            argList = []
+            for key, val in graph.builtGraph.items():
+                if isinstance(key, ActorVertex):
+                    for internalKey, internalVal in argDict[argKey].items():
+                        if internalKey.find("name") != -1:
+                            if internalVal in key.getName():
+                                argList.append(key.getName())
+
+                        elif internalKey.find("age") != -1:
+                            if internalVal == key.getAge():
+                                argList.append(key.getName())
+
+            if len(argList) != 0:
+                checkList.append(argList)
+
+        if len(checkList) == 0:
+            return abort(400, Response("No matching people"))
+        if len(checkList) == 1:
+            return jsonify(checkList)
+
+        #Check all internal lists against each other and only pull all actors that are in all lists
+        firstCheck = checkList[0]
+        del checkList[0]
+        for internalList in checkList:
+            for val in firstCheck:
+                if val not in internalList:
+                    firstCheck.remove(val)
+
+        return jsonify(firstCheck)
+
+    @app.route('/actors/<path:path>')
+    def GetRequestSpecActor(path=None):
+        # Get Name of movie
+        name = str(path)
+        nameParts = name.split('_')
+        actorName = ' '.join(word for word in nameParts)
+
+        # Get Graph and all relevant details
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+        movies = graph.getActorsMovies(actorName)
+        if movies is None or len(movies) == 0:
+            return abort(400, Response("Has No Movies"))
+
+        #Get all relevant info about actor
+        age = 0
+        totalGross = 0
+        for key, val in graph.builtGraph.items():
+            if isinstance(key, ActorVertex):
+                if key.getName() == actorName:
+                    age = key.getAge()
+                    totalGross = 0
+                    for keyTwo, valTwo in graph.builtGraph[key].items():
+                        totalGross += valTwo
+
+        if age == 0:
+            return abort(400, Response("Age DNE"))
+
+        #Dump to dict
+        actorDict = {}
+        actorDict[actorName] = {}
+        actorDict[actorName]["Age"] = age
+        actorDict[actorName]["Filmography"] = movies
+        actorDict[actorName]["Amount Grossed"] = totalGross
+
+        return jsonify(actorDict)
+
+
+
+
+    @app.route("/movies", methods=["GET"])
+    def getRequestMovieAll():
+        """
+        Get specific args for movies and return relevant movies
+        :return:
+        """
+        data = request.args
+        argDict = {}
+        iterator = 0
+
+        #Get all args, separated by ands
+        for key, val in data.items():
+            iterator += 1
+            argDict[iterator] = {}
+            firstInstance = val.find("\"")
+            iterateWord = firstInstance + 1
+            while val[iterateWord] != "\"":
+                iterateWord += 1
+            firstArg = val[firstInstance + 1: iterateWord]
+            if firstArg.isdigit():
+                firstArg = int(firstArg)
+
+            argDict[iterator][key] = firstArg
+            restArgs = val[iterateWord + 2:]
+
+            #Check for any or clauses
+            restArgs = restArgs.split("|")
+            if len(restArgs) == 1:
+                continue
+
+            for i, arg in enumerate(restArgs):
+                if arg == '':
+                    continue
+
+                startPos = arg.find("name")
+                if startPos != -1:
+                    indexPosition = startPos + 6
+                    iterateWord = indexPosition + 1
+                    while arg[iterateWord] != "\"":
+                        iterateWord += 1
+
+                    newArg = arg[indexPosition + 1: iterateWord]
+                    argDict[iterator]["name" + str(i)] = newArg
+
+                startPos = arg.find("year")
+                if startPos != -1:
+                    indexPosition = startPos + 5
+                    iterateWord = indexPosition + 1
+                    while arg[iterateWord] != "\"":
+                        iterateWord += 1
+
+                    newArg = arg[indexPosition + 1: iterateWord]
+                    newArg = int(newArg)
+                    argDict[iterator]["year" + str(i)] = newArg
+
+                startPos = arg.find("box_office")
+                if startPos != -1:
+                    indexPosition = startPos + 12
+                    iterateWord = indexPosition + 1
+                    while arg[iterateWord] != "\"":
+                        iterateWord += 1
+
+                    newArg = arg[indexPosition + 1: iterateWord]
+                    newArg = int(newArg)
+                    argDict[iterator]["box_office" + str(i)] = newArg
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+        checkList = []
+
+        #Find all args that match one of the clauses
+        for argKey, argVal in argDict.items():
+            argList = []
+            for key, val in graph.builtGraph.items():
+                if isinstance(key, MovieVertex):
+                    for internalKey, internalVal in argDict[argKey].items():
+                        if internalKey.find("name") != -1:
+                            if internalVal in key.getName():
+                                argList.append(key.getName())
+
+                        elif internalKey.find("year") != -1:
+                            if internalVal == key.getDate():
+                                argList.append(key.getName())
+
+                        elif internalKey.find("box_office") != 1:
+                            if internalVal == key.getGross():
+                                argList.append(key.getName())
+
+            if len(argList) != 0:
+                checkList.append(argList)
+
+        if len(checkList) == 0:
+            return abort(400,  Response("No actors found that match"))
+        if len(checkList) == 1:
+            return jsonify(checkList)
+
+        #Find movies that exist in all internal lists
+        firstCheck = checkList[0]
+        del checkList[0]
+        for internalList in checkList:
+            for val in firstCheck:
+                if val not in internalList:
+                    firstCheck.remove(val)
+
+        return jsonify(firstCheck)
+
+    @app.route('/movies/<path:path>')
+    def GetRequestSpecMovie(path=None):
+        #Get Name of movie
+        name = str(path)
+        nameParts = name.split('_')
+        movieName = ' '.join(word for word in nameParts)
+
+        #Get Graph and all relevant details
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+
+        gross = graph.getMovieGross(movieName)
+        if gross is None:
+            return abort(400, Response("Gross DNE"))
+
+        actors = graph.getMoviesActors(movieName)
+        if len(actors) == 0:
+            return abort(400, Response("No actors in this movie"))
+
+        year = None
+        for key, val in graph.builtGraph.items():
+            if isinstance(key, MovieVertex):
+                if key.getName() == movieName:
+                    year = key.getDate()
+
+        if year is None:
+            return abort(400, Response("Year DNE"))
+
+        #Convert to dict to return as JSON
+        movieDict = {}
+        movieDict[movieName] = {}
+        movieDict[movieName]["Box Office"] = gross
+        movieDict[movieName]["Year Released"] = year
+        movieDict[movieName]["Cast"] = actors
+
+        return jsonify(movieDict)
+
+
+    @app.route("/actors/<path:path>", methods=['PUT'])
+    def PutRequestActors(path=None):
+
+        #Get Actor Name
+        name = str(path)
+        nameParts = name.split('_')
+        actorName = ' '.join(word for word in nameParts)
+
+        #Get All changed Values
+        data = request.url
+        data = str(data)
+        startPos = data.find(path)
+        internalArgs = data[startPos + len(path) + 1:]
+        internalArgs = internalArgs.split(",")
+
+        #Create All changed vals with key, val pairs
+        argDict = {}
+        iterator = 0
+        for i, arg in enumerate(internalArgs):
+            iterator+=1
+            if arg == '':
+                continue
+
+            namePos = arg.find("name")
+            if namePos != -1:
+                indexPosition = namePos + 6
+                iterateWord = indexPosition + 1
+                while arg[iterateWord] != "\"":
+                    iterateWord += 1
+
+                newArg = arg[indexPosition + 1: iterateWord]
+                argDict["name"] = newArg
+
+            agePos = arg.find("age")
+            if agePos != -1:
+                indexPosition = agePos + 5
+                iterateWord = indexPosition + 1
+                while arg[iterateWord] != "\"":
+                    iterateWord += 1
+
+                newArg = arg[indexPosition + 1: iterateWord]
+                newArg = int(newArg)
+                argDict["age"] = newArg
+
+            if namePos == -1 and agePos == -1:
+                return abort(400, Response("trying to modify nonexistent category"))
+
+        #Modify args
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+        for key, val in graph.builtGraph.items():
+            if isinstance(key, ActorVertex):
+                if key.getName() == actorName:
+                    for argKey, argVal in argDict.items():
+                        if argKey == 'name':
+                            graph.actorsAndAges[argVal] = graph.actorsAndAges[actorName]
+                            graph.actorsAndMovies[argVal] = graph.actorsAndMovies[actorName]
+                            key.setName(argVal)
+                        if argKey == 'age':
+                            graph.actorsAndAges[actorName] = argVal
+                            key.setAge(argVal)
+
+        graph.dumpGraphDicts()
+        return "200, sucessfully Modified"
+
+    @app.route("/movies/<path:path>", methods=['PUT'])
+    def PutRequestMovies(path=None):
+        # Get Actor Name
+        name = str(path)
+        nameParts = name.split('_')
+        movieName = ' '.join(word for word in nameParts)
+
+        # Get All changed Values
+        data = request.url
+        data = str(data)
+        startPos = data.find(path)
+        internalArgs = data[startPos + len(path) + 1:]
+        internalArgs = internalArgs.split(",")
+
+        # Create All changed vals with key, val pairs
+        argDict = {}
+        iterator = 0
+        for i, arg in enumerate(internalArgs):
+            iterator += 1
+            if arg == '':
+                continue
+
+            namePos = arg.find("name")
+            if namePos != -1:
+                indexPosition = namePos + 6
+                iterateWord = indexPosition + 1
+                while arg[iterateWord] != "\"":
+                    iterateWord += 1
+
+                newArg = arg[indexPosition + 1: iterateWord]
+                argDict["name"] = newArg
+
+            datePos = arg.find("date")
+            if datePos != -1:
+                indexPosition = datePos + 6
+                iterateWord = indexPosition + 1
+                while arg[iterateWord] != "\"":
+                    iterateWord += 1
+
+                newArg = arg[indexPosition + 1: iterateWord]
+                newArg = int(newArg)
+                print(newArg)
+                argDict["date"] = newArg
+
+            officePos = arg.find("box_office")
+            if officePos != -1:
+                indexPosition = officePos + 12
+                iterateWord = indexPosition + 1
+                while arg[iterateWord] != "\"":
+                    iterateWord += 1
+
+                newArg = arg[indexPosition + 1: iterateWord]
+                newArg = int(newArg)
+                argDict[iterator]["box_office"] = newArg
+
+            if namePos == -1 and datePos == -1 and officePos == -1:
+                return abort(400, Response("trying to modify nonexistent category"))
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json',
+                      'moviesAndGross.json')
+
+        #Modify args
+        for key, val in graph.builtGraph.items():
+            if isinstance(key, MovieVertex):
+                if key.getName() == movieName:
+                    for argKey, argVal in argDict.items():
+                        if argKey == 'name':
+                            key.setName(argVal)
+                        if argKey == 'date':
+                            key.setDate(argVal)
+                            graph.moviesAndDate[movieName] = argVal
+                        if argKey == "box_office":
+                            graph.moviesAndGross[movieName] = argVal
+                            key.setGross(argVal)
+
+        graph.dumpGraphDicts()
+        return "200, was successful"
+
+
+    @app.route("/actors", methods=['POST'])
+    def PostRequestActors():
+        data = request.args
+        name = None
+        age = None
+        movies = []
+        #Get all relevant info avout actors
+        for key, val in data.items():
+            if key == "name":
+                indexPosition = val.find("\"")
+                iterateWord = indexPosition + 1
+                while val[iterateWord] != "\"":
+                    iterateWord += 1
+
+                name = val[indexPosition + 1: iterateWord]
+
+            if key == "age":
+                indexPosition = val.find("\"")
+                iterateWord = indexPosition + 1
+                while val[iterateWord] != "\"":
+                    iterateWord += 1
+
+                age = val[indexPosition + 1: iterateWord]
+                age = int(age)
+
+            if key == "movies":
+                movieList = val.split(",")
+                for movie in movieList:
+                    indexPosition = movie.find("\"")
+                    iterateWord = indexPosition + 1
+                    while movie[iterateWord] != "\"":
+                        iterateWord += 1
+
+                    movieName = movie[indexPosition + 1: iterateWord]
+                    movies.append(movieName)
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json',
+                      'moviesAndGross.json')
+
+        actorsAndAges = graph.getActorsAndAges()
+        if name in actorsAndAges:
+            return abort(400, Response("already have this actor"))
+        else:
+            actorsAndAges[name] = age
+
+        actorsAndMovies = graph.getActorsAndMovies()
+        if name in actorsAndMovies:
+            return abort(400, Response("already have this actor"))
+        else:
+            actorsAndMovies[name] = movies
+
+        #push into JSON and dump
+        graph.setActorsAndAges(actorsAndAges)
+        graph.setActorsAndMovies(actorsAndMovies)
+
+        graph.dumpGraphDicts()
+
+        return "201, successfully created Actor"
+
+    @app.route("/movies", methods=['POST'])
+    def PostRequestMovies():
+        data = request.args
+        name = None
+        date = None
+        boxOffice = None
+        actors = []
+
+        #Get all relevant info for movies
+        for key, val in data.items():
+            if key == "name":
+                indexPosition = val.find("\"")
+                iterateWord = indexPosition + 1
+                while val[iterateWord] != "\"":
+                    iterateWord += 1
+
+                name = val[indexPosition + 1: iterateWord]
+
+            if key == "date":
+                indexPosition = val.find("\"")
+                iterateWord = indexPosition + 1
+                while val[iterateWord] != "\"":
+                    iterateWord += 1
+
+                stringDate = val[indexPosition + 1: iterateWord]
+                date = int(stringDate)
+            if key == "box_office":
+                indexPosition = val.find("\"")
+                iterateWord = indexPosition + 1
+                while val[iterateWord] != "\"":
+                    iterateWord += 1
+
+                stringBO = val[indexPosition + 1: iterateWord]
+                boxOffice = int(stringBO)
+            if key == "actors":
+                actorList = val.split(",")
+                for actor in actorList:
+                    indexPosition = actor.find("\"")
+                    iterateWord = indexPosition + 1
+                    while actor[iterateWord] != "\"":
+                        iterateWord += 1
+
+                    actorName = actor[indexPosition + 1: iterateWord]
+                    actors.append(actorName)
+
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+
+        moviesAndDates = graph.getMoviesAndDate()
+        if name in moviesAndDates:
+            return abort(400, Response("already have this movie"))
+        else:
+            moviesAndDates[name] = date
+
+        moviesAndGross = graph.getMoviesAndGross()
+        if name in moviesAndGross:
+            return abort(400, Response("already have this movie"))
+        else:
+            moviesAndGross[name] = boxOffice
+
+        moviesAndActors = graph.getMoviesAndActors()
+        if name in moviesAndActors:
+            return abort(400, Response("already have this movie"))
+        else:
+            moviesAndActors[name] = actors
+
+        #Dump into relevant movie JSON
+        graph.setMoviesAndActors(moviesAndActors)
+        graph.setMoviesAndDate(moviesAndDates)
+        graph.setMoviesAndGross(moviesAndGross)
+
+        graph.dumpGraphDicts()
+
+        return "201, successfully create movie"
+
+
+    @app.route("/actors/<path:path>", methods=['DELETE'])
+    def DeleteRequestActors(path=None):
+        # Get Actor Name
+        name = str(path)
+        nameParts = name.split('_')
+        actorName = ' '.join(word for word in nameParts)
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json',
+                      'moviesAndGross.json')
+        actorsAndAges, actorsAndMovies, moviesAndDate, moviesAndGross, moviesAndActors = graph.getComponentDicts()
+        #Find key and delete
+        for key, val in graph.builtGraph.items():
+            if isinstance(key, ActorVertex):
+                if key.getName() == actorName:
+                    graph.builtGraph.pop(key)
+
+                    graph.actorsAndAges.pop(key.getName())
+                    graph.actorsAndMovies.pop(key.getName())
+                    graph.dumpGraphDicts()
+                    return "200, successfully deleted actor"
+
+        return abort(400, Response("could not find actor"))
+
+
+    @app.route("/movies/<path:path>", methods=['DELETE'])
+    def  DeleteRequestMovies(path=None):
+        # Get Movie Name
+        name = str(path)
+        nameParts = name.split('_')
+        movieName = ' '.join(word for word in nameParts)
+
+        graph = Graph('actorsAndAges.json', 'actorsAndMovies.json', 'moviesAndActors.json', 'moviesAndDate.json', 'moviesAndGross.json')
+        actorsAndAges, actorsAndMovies, moviesAndDate, moviesAndGross, moviesAndActors = graph.getComponentDicts()
+
+        #Find key and delete
+        for key, val in graph.builtGraph.items():
+            if isinstance(key, MovieVertex):
+                if key.getName() == movieName:
+                    graph.builtGraph.pop(key)
+                    graph.moviesAndDate.pop(key.getName())
+                    graph.moviesAndGross.pop(key.getName())
+                    graph.moviesAndActors.pop(key.getName())
+                    graph.dumpGraphDicts()
+                    return "200, successfully deleted movie"
+
+        return abort(400, Response("Could not find movie"))
+
+
+if __name__ == '__main__':
+    app.run()
diff --git a/src/__init__.py b/src/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/src/__pycache__/Graph.cpython-36.pyc b/src/__pycache__/Graph.cpython-36.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..32514452b8fce13a6d713639fcce14357197e7ad
Binary files /dev/null and b/src/__pycache__/Graph.cpython-36.pyc differ
diff --git a/src/__pycache__/JSONSupport.cpython-36.pyc b/src/__pycache__/JSONSupport.cpython-36.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5bf80523e169cc205a22917d75e1d04759086aa0
Binary files /dev/null and b/src/__pycache__/JSONSupport.cpython-36.pyc differ
diff --git a/src/__pycache__/__init__.cpython-36.pyc b/src/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..507ac0273fab21440aadc8eaf6e2ff65d4049773
Binary files /dev/null and b/src/__pycache__/__init__.cpython-36.pyc differ
diff --git a/src/actorRelations.png b/src/actorRelations.png
new file mode 100644
index 0000000000000000000000000000000000000000..8df38c74e526fb4d1a03ee276dfed7e9700f1d84
Binary files /dev/null and b/src/actorRelations.png differ
diff --git a/src/avgMoney.png b/src/avgMoney.png
new file mode 100644
index 0000000000000000000000000000000000000000..132789b70217173e9b71c9c48f897df07ee2dbdf
Binary files /dev/null and b/src/avgMoney.png differ
diff --git a/src/data.json b/src/data.json
new file mode 100644
index 0000000000000000000000000000000000000000..b55097849c95b4da31046d98e2dcef8d0abf613c
--- /dev/null
+++ b/src/data.json
@@ -0,0 +1,17248 @@
+[
+  {
+    "Bruce Willis": {
+      "json_class": "Actor",
+      "name": "Bruce Willis",
+      "age": 61,
+      "total_gross": 562709189,
+      "movies": [
+        "The First Deadly Sin",
+        "The Verdict",
+        "Blind Date",
+        "Sunset",
+        "Die Hard",
+        "In Country",
+        "Look Who's Talking",
+        "That's Adequate",
+        "Die Hard 2",
+        "Look Who's Talking Too",
+        "The Bonfire of the Vanities",
+        "Mortal Thoughts",
+        "Hudson Hawk",
+        "Billy Bathgate",
+        "The Last Boy Scout",
+        "The Player",
+        "Death Becomes Her",
+        "Loaded Weapon 1",
+        "Striking Distance",
+        "Color of Night",
+        "North",
+        "Pulp Fiction",
+        "Nobody's Fool",
+        "Die Hard with a Vengeance",
+        "Four Rooms",
+        "12 Monkeys",
+        "Last Man Standing",
+        "Beavis and Butt-Head Do America",
+        "The Fifth Element",
+        "The Jackal",
+        "Mercury Rising",
+        "Armageddon",
+        "The Siege",
+        "Breakfast of Champions",
+        "The Sixth Sense",
+        "The Story of Us",
+        "The Whole Nine Yards",
+        "Disney's The Kid",
+        "Unbreakable",
+        "Bandits",
+        "Hart's War",
+        "True West",
+        "The Crocodile Hunter: Collision Course",
+        "Grand Champion",
+        "Tears of the Sun",
+        "Rugrats Go Wild",
+        "Charlie's Angels: Full Throttle",
+        "The Whole Ten Yards",
+        "Ocean's Twelve",
+        "Hostage",
+        "Sin City",
+        "Alpha Dog",
+        "16 Blocks",
+        "Fast Food Nation",
+        "Lucky Number Slevin",
+        "Over the Hedge",
+        "Hammy's Boomerang Adventure",
+        "The Astronaut Farmer",
+        "Perfect Stranger",
+        "Grindhouse",
+        "Planet Terror",
+        "Nancy Drew",
+        "Live Free or Die Hard",
+        "What Just Happened",
+        "Assassination of a High School President",
+        "Surrogates",
+        "Cop Out",
+        "The Expendables",
+        "Red",
+        "Set Up",
+        "Catch .44",
+        "Moonrise Kingdom",
+        "Lay the Favorite",
+        "The Expendables 2",
+        "The Cold Light of Day",
+        "Looper",
+        "Fire with Fire",
+        "A Good Day to Die Hard",
+        "G.I. Joe: Retaliation",
+        "Red 2",
+        "Sin City: A Dame to Kill For",
+        "The Prince",
+        "Vice",
+        "Rock the Kasbah",
+        "Extraction",
+        "Precious Cargo",
+        "Marauders",
+        "Split",
+        "The Bombing",
+        "Once Upon a Time in Venice",
+        "First Kill",
+        "Death Wish"
+      ]
+    },
+    "Faye Dunaway": {
+      "json_class": "Actor",
+      "name": "Faye Dunaway",
+      "age": 76,
+      "total_gross": 515893034,
+      "movies": [
+        "The Happening",
+        "Hurry Sundown",
+        "Bonnie and Clyde",
+        "The Thomas Crown Affair",
+        "A Place for Lovers",
+        "The Extraordinary Seaman",
+        "The Arrangement",
+        "Little Big Man",
+        "Puzzle of a Downfall Child",
+        "The Deadly Trap",
+        "Doc",
+        "Oklahoma Crude",
+        "The Three Musketeers",
+        "Chinatown",
+        "The Towering Inferno",
+        "The Four Musketeers",
+        "Three Days of the Condor",
+        "Voyage of the Damned",
+        "Network",
+        "Eyes of Laura Mars",
+        "The Champ",
+        "The First Deadly Sin",
+        "Mommie Dearest",
+        "The Wicked Lady",
+        "Ordeal by Innocence",
+        "Supergirl",
+        "Barfly",
+        "Midnight Crossing",
+        "The Gamble",
+        "Burning Secret",
+        "Crystal or Ash, Fire or Wind, as Long as It's Love",
+        "Wait Until Spring, Bandini",
+        "The Handmaid's Tale",
+        "The Two Jakes",
+        "Scorchers",
+        "Arizona Dream",
+        "The Temp",
+        "Don Juan DeMarco",
+        "Drunks",
+        "Dunston Checks In",
+        "Albino Alligator",
+        "The Twilight of the Golds",
+        "The Chamber",
+        "En brazos de la mujer madura",
+        "Love Lies Bleeding",
+        "The Thomas Crown Affair",
+        "The Messenger: The Story of Joan of Arc",
+        "The Yards",
+        "The Yellow Bird",
+        "The Rules of Attraction",
+        "Blind Horizon",
+        "El Padrino",
+        "Rain",
+        "Cougar Club",
+        "Say It in Russian",
+        "The Gene Generation",
+        "The Rage",
+        "Flick",
+        "Balladyna",
+        "21 and a Wake-Up",
+        "The Bye Bye Man",
+        "The Case for Christ",
+        "Inconceivable"
+      ]
+    },
+    "James Whitmore": {
+      "json_class": "Actor",
+      "name": "James Whitmore",
+      "age": 87,
+      "total_gross": 6269000,
+      "movies": [
+        "Command Decision",
+        "Battleground",
+        "Give 'em Hell, Harry!",
+        "Glory! Glory!",
+        "The Practice",
+        "Here's to Life!",
+        "Mister Sterling"
+      ]
+    },
+    "David Dukes": {
+      "json_class": "Actor",
+      "name": "David Dukes",
+      "age": 55,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Brenda Vaccaro": {
+      "json_class": "Actor",
+      "name": "Brenda Vaccaro",
+      "age": 77,
+      "total_gross": 110530008,
+      "movies": [
+        "Where It's At",
+        "Midnight Cowboy",
+        "I Love My Wife",
+        "Summertree",
+        "Going Home",
+        "Once Is Not Enough",
+        "Death Weekend",
+        "Capricorn One",
+        "Airport '77",
+        "Fast Charlie... the Moonbeam Rider",
+        "The First Deadly Sin",
+        "Zorro, The Gay Blade",
+        "Supergirl",
+        "Water",
+        "Heart of Midnight",
+        "Ten Little Indians",
+        "Cookie",
+        "Masque of the Red Death",
+        "Love Affair",
+        "The Mirror Has Two Faces",
+        "Sonny",
+        "Charlotte's Web 2: Wilbur's Great Adventure",
+        "Boynton Beach Club",
+        "Kubo and the Two Strings"
+      ]
+    },
+    "Martin Gabel": {
+      "json_class": "Actor",
+      "name": "Martin Gabel",
+      "age": 73,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Anthony Zerbe": {
+      "json_class": "Actor",
+      "name": "Anthony Zerbe",
+      "age": 80,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Paul Newman": {
+      "json_class": "Actor",
+      "name": "Paul Newman",
+      "age": 83,
+      "total_gross": 473846425,
+      "movies": [
+        "The Silver Chalice",
+        "Producers' Showcase",
+        "Our Town",
+        "United States Steel Hour",
+        "Bang the Drum Slowly",
+        "Somebody Up There Likes Me",
+        "The Rack",
+        "The Helen Morgan Story",
+        "Until They Sail",
+        "Playhouse 90",
+        "The Long, Hot Summer",
+        "The Left Handed Gun",
+        "Cat on a Hot Tin Roof",
+        "Rally 'Round the Flag, Boys!",
+        "The Young Philadelphians",
+        "From the Terrace",
+        "Exodus",
+        "The Hustler",
+        "Paris Blues",
+        "Sweet Bird of Youth",
+        "Hemingway's Adventures of a Young Man",
+        "Hud",
+        "A New Kind of Love",
+        "The Prize",
+        "What a Way to Go!",
+        "The Outrage",
+        "Lady L",
+        "Harper",
+        "Torn Curtain",
+        "Hombre",
+        "Cool Hand Luke",
+        "The Secret War of Harry Frigg",
+        "Winning",
+        "Butch Cassidy and the Sundance Kid",
+        "WUSA",
+        "King: A Filmed Record... Montgomery to Memphis",
+        "Sometimes a Great Notion",
+        "Once Upon a Wheel",
+        "Pocket Money",
+        "The Life and Times of Judge Roy Bean",
+        "The Mackintosh Man",
+        "The Sting",
+        "The Towering Inferno",
+        "The Drowning Pool",
+        "Silent Movie",
+        "Buffalo Bill and the Indians",
+        "Slap Shot",
+        "Quintet",
+        "When Time Ran Out",
+        "Fort Apache, The Bronx",
+        "Absence of Malice",
+        "The Verdict",
+        "Harry & Son",
+        "The Color of Money",
+        "Fat Man and Little Boy",
+        "Blaze",
+        "Mr. and Mrs. Bridge",
+        "La Classe américaine",
+        "The Hudsucker Proxy",
+        "Nobody's Fool",
+        "Twilight",
+        "Message in a Bottle",
+        "Where the Money Is",
+        "The Simpsons",
+        "Road to Perdition",
+        "Our Town",
+        "Empire Falls",
+        "Magnificent Desolation: Walking on the Moon 3D",
+        "Cars",
+        "Dale",
+        "The Meerkats"
+      ]
+    },
+    "Charlotte Rampling": {
+      "json_class": "Actor",
+      "name": "Charlotte Rampling",
+      "age": 71,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Jack Warden": {
+      "json_class": "Actor",
+      "name": "Jack Warden",
+      "age": 85,
+      "total_gross": 422662059,
+      "movies": [
+        "The Asphalt Jungle",
+        "You're in the Navy Now",
+        "The Frogmen",
+        "The Man with My Face",
+        "Red Ball Express",
+        "From Here to Eternity",
+        "Edge of the City",
+        "The Bachelor Party",
+        "12 Angry Men",
+        "Darby's Rangers",
+        "Run Silent, Run Deep",
+        "The Sound and the Fury",
+        "That Kind of Woman",
+        "Wake Me When It's Over",
+        "The Lawbreakers",
+        "The Asphalt Jungle",
+        "Escape from Zahrain",
+        "Donovan's Reef",
+        "The Thin Red Line",
+        "Blindfold",
+        "Bye Bye Braverman",
+        "The Sporting Club",
+        "Summertree",
+        "Who Is Harry Kellerman and Why Is He Saying Those Terrible Things About Me?",
+        "The Man Who Loved Cat Dancing",
+        "Billy Two Hats",
+        "The Apprenticeship of Duddy Kravitz",
+        "Shampoo",
+        "All the President's Men",
+        "Raid on Entebbe",
+        "The White Buffalo",
+        "Heaven Can Wait",
+        "Death on the Nile",
+        "The Champ",
+        "Dreamer",
+        "Beyond the Poseidon Adventure",
+        "...And Justice for All",
+        "Being There",
+        "Used Cars",
+        "The Great Muppet Caper",
+        "Carbon Copy",
+        "Chu Chu and the Philly Flash",
+        "So Fine",
+        "The Verdict",
+        "Crackers",
+        "The Aviator",
+        "Alice in Wonderland",
+        "September",
+        "Dead Solid Perfect",
+        "The Presidio",
+        "Everybody Wins",
+        "Problem Child",
+        "Problem Child 2",
+        "Passed Away",
+        "Night and the City",
+        "Toys",
+        "Guilty as Sin",
+        "Bullets over Broadway",
+        "While You Were Sleeping",
+        "Things to Do in Denver When You're Dead",
+        "Mighty Aphrodite",
+        "Ed",
+        "The Island on Bird Street",
+        "Chairman of the Board",
+        "Bulworth",
+        "Dirty Work",
+        "A Dog of Flanders",
+        "The Replacements"
+      ]
+    },
+    "James Mason": {
+      "json_class": "Actor",
+      "name": "James Mason",
+      "age": 75,
+      "total_gross": 56202243,
+      "movies": [
+        "Late Extra",
+        "Twice Branded",
+        "Prison Breaker",
+        "Troubled Waters",
+        "Blind Man's Bluff",
+        "Secret of Stamboul",
+        "The Mill on the Floss",
+        "Fire Over England",
+        "The High Command",
+        "Catch As Catch Can",
+        "Return of the Scarlet Pimpernel",
+        "I Met a Murderer",
+        "This Man Is Dangerous",
+        "Hatter's Castle",
+        "The Night Has Eyes",
+        "Alibi",
+        "Secret Mission",
+        "Thunder Rock",
+        "The Bells Go Down",
+        "The Man in Grey",
+        "They Met in the Dark",
+        "Candlelight in Algeria",
+        "Fanny by Gaslight",
+        "Hotel Reserve",
+        "A Place of One's Own",
+        "They Were Sisters",
+        "The Seventh Veil",
+        "The Wicked Lady",
+        "Odd Man Out",
+        "The Upturned Glass",
+        "Caught",
+        "Madame Bovary",
+        "The Reckless Moment",
+        "East Side, West Side",
+        "One Way Street",
+        "Pandora and the Flying Dutchman",
+        "The Desert Fox: The Story of Rommel",
+        "Lady Possessed",
+        "5 Fingers",
+        "Face to Face",
+        "The Prisoner of Zenda",
+        "Botany Bay",
+        "The Story of Three Loves",
+        "The Desert Rats",
+        "Julius Caesar",
+        "The Man Between",
+        "The Tell-Tale Heart",
+        "Prince Valiant",
+        "Charade",
+        "A Star Is Born",
+        "20,000 Leagues Under the Sea",
+        "Forever, Darling",
+        "Bigger Than Life",
+        "Island in the Sun",
+        "Cry Terror!",
+        "The Decks Ran Red",
+        "North by Northwest",
+        "A Touch of Larceny",
+        "Journey to the Center of the Earth",
+        "The Trials of Oscar Wilde",
+        "The Marriage-Go-Round",
+        "Escape from Zahrain",
+        "Lolita",
+        "Tiara Tahiti",
+        "Hero's Island",
+        "Torpedo Bay",
+        "The Fall of the Roman Empire",
+        "The Pumpkin Eater",
+        "Lord Jim",
+        "Genghis Khan",
+        "The Uninhibited",
+        "The Deadly Affair",
+        "Georgy Girl",
+        "The Blue Max",
+        "Stranger in the House",
+        "Duffy",
+        "Mayerling",
+        "The Sea Gull",
+        "Age of Consent",
+        "Spring and Port Wine",
+        "Cold Sweat",
+        "The Yin and the Yang of Mr. Go",
+        "Bad Man's River",
+        "Kill! Kill! Kill! Kill!",
+        "fr",
+        "Child's Play",
+        "The Last of Sheila",
+        "The Mackintosh Man",
+        "Frankenstein: The True Story",
+        "11 Harrowhouse",
+        "The Marseille Contract",
+        "The Year of the Wildebeest",
+        "Mandingo",
+        "Kidnap Syndicate",
+        "The Left Hand of the Law",
+        "Autobiography of a Princess",
+        "Inside Out",
+        "The Flower in His Mouth",
+        "People of the Wind",
+        "Voyage of the Damned",
+        "Fear in the City",
+        "Jesus of Nazareth",
+        "Cross of Iron",
+        "Homage to Chagall: The Colours of Love",
+        "The Water Babies",
+        "Heaven Can Wait",
+        "The Boys from Brazil",
+        "North Sea Hijack",
+        "Murder by Decree",
+        "The Passage",
+        "Bloodline",
+        "Salem's Lot",
+        "Evil Under the Sun",
+        "Ivanhoe",
+        "A Dangerous Summer",
+        "The Verdict",
+        "Yellowbeard",
+        "Don't Eat the Pictures",
+        "George Washington",
+        "Dr. Fischer of Geneva",
+        "The Shooting Party",
+        "The Grey Fox",
+        "A.D.",
+        "The Assisi Underground"
+      ]
+    },
+    "Milo O%27Shea": {
+      "json_class": "Actor",
+      "name": "Milo O%27Shea",
+      "age": 86,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Kim Basinger": {
+      "json_class": "Actor",
+      "name": "Kim Basinger",
+      "age": 63,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "John Larroquette": {
+      "json_class": "Actor",
+      "name": "John Larroquette",
+      "age": 69,
+      "total_gross": 39,
+      "movies": [
+        "Follow Me, Boys!",
+        "The Texas Chain Saw Massacre",
+        "Altered States",
+        "Heart Beat",
+        "Green Ice",
+        "Stripes",
+        "Cat People",
+        "Hysterical",
+        "Twilight Zone: The Movie",
+        "Star Trek III: The Search for Spock",
+        "Choose Me",
+        "Meatballs 2",
+        "Summer Rental",
+        "Blind Date",
+        "Second Sight",
+        "Madhouse",
+        "Tune in Tomorrow",
+        "JFK",
+        "Richie Rich",
+        "Demon Knight",
+        "Till Dad Do Us Part",
+        "The Texas Chainsaw Massacre",
+        "Beethoven's 5th",
+        "Wedding Daze",
+        "The Texas Chainsaw Massacre: The Beginning",
+        "Southland Tales",
+        "Gun"
+      ]
+    },
+    "William Daniels": {
+      "json_class": "Actor",
+      "name": "William Daniels",
+      "age": 89,
+      "total_gross": 39,
+      "movies": [
+        "Ladybug Ladybug",
+        "A Thousand Clowns",
+        "Two for the Road",
+        "The Graduate",
+        "The President's Analyst",
+        "Marlowe",
+        "1776",
+        "The Parallax View",
+        "Black Sunday",
+        "Oh, God!",
+        "The One and Only",
+        "Family",
+        "Sunburn",
+        "The Blue Lagoon",
+        "All Night Long",
+        "Reds",
+        "Blind Date",
+        "Her Alibi",
+        "Magic Kid 2",
+        "The Benchwarmers",
+        "Blades of Glory"
+      ]
+    },
+    "James Garner": {
+      "json_class": "Actor",
+      "name": "James Garner",
+      "age": 86,
+      "total_gross": 19649543,
+      "movies": [
+        "Toward the Unknown",
+        "The Girl He Left Behind",
+        "Shoot-Out at Medicine Bend",
+        "Sayonara",
+        "Darby's Rangers",
+        "Up Periscope",
+        "Alias Jesse James",
+        "Cash McCall",
+        "The Children's Hour",
+        "Boys' Night Out",
+        "The Great Escape",
+        "The Thrill of It All",
+        "The Wheeler Dealers",
+        "Move Over, Darling",
+        "The Americanization of Emily",
+        "36 Hours",
+        "The Art of Love",
+        "A Man Could Get Killed",
+        "Duel at Diablo",
+        "Mister Buddwing",
+        "Grand Prix",
+        "Hour of the Gun",
+        "How Sweet It Is!",
+        "The Pink Jungle",
+        "Support Your Local Sheriff!",
+        "Marlowe",
+        "A Man Called Sledge",
+        "Support Your Local Gunfighter!",
+        "Skin Game",
+        "They Only Kill Their Masters",
+        "One Little Indian",
+        "The Castaway Cowboy",
+        "HealtH",
+        "The Fan",
+        "Victor Victoria",
+        "Heartsounds",
+        "Tank",
+        "Murphy's Romance",
+        "Promise",
+        "Sunset",
+        "My Name is Bill W.",
+        "Decoration Day",
+        "The Distinguished Gentleman",
+        "Fire in the Sky",
+        "Barbarians at the Gate",
+        "Breathing Lessons",
+        "Maverick",
+        "Larry McMurtry's Streets of Laredo",
+        "My Fellow Americans",
+        "Dead Silence",
+        "Twilight",
+        "One Special Night",
+        "The Last Debate",
+        "Space Cowboys",
+        "Atlantis: The Lost Empire",
+        "Divine Secrets of the Ya-Ya Sisterhood",
+        "The Land Before Time X",
+        "The Notebook",
+        "The Ultimate Gift",
+        "Battle for Terra",
+        "Superman/Shazam!"
+      ]
+    },
+    "Mariel Hemingway": {
+      "json_class": "Actor",
+      "name": "Mariel Hemingway",
+      "age": 55,
+      "total_gross": 4594452,
+      "movies": [
+        "Lipstick",
+        "Manhattan",
+        "Personal Best",
+        "Star 80",
+        "Creator",
+        "The Mean Season",
+        "Amerika",
+        "Superman IV: The Quest for Peace",
+        "Steal the Sky",
+        "Sunset",
+        "Delirious",
+        "Tales from the Crypt",
+        "Civil Wars",
+        "Falling from Grace",
+        "Roseanne",
+        "Central Park West",
+        "Deceptions II: Edge of Deception",
+        "Bad Moon",
+        "Deconstructing Harry",
+        "Little Men",
+        "The Sex Monster",
+        "First Daughter",
+        "American Reel",
+        "The Contender",
+        "First Shot",
+        "Perfume",
+        "Becker",
+        "Fourplay",
+        "Crossing Jordan",
+        "Warning: Parental Advisory",
+        "See Arnold Run",
+        "In Her Line of Fire",
+        "Nanking",
+        "Law & Order",
+        "The Golden Boys",
+        "My Suicide",
+        "Ay Lav Yu",
+        "Rise of the Zombies",
+        "Running from Crazy",
+        "Unity"
+      ]
+    },
+    "Kathleen Quinlan": {
+      "json_class": "Actor",
+      "name": "Kathleen Quinlan",
+      "age": 62,
+      "total_gross": 4594482,
+      "movies": [
+        "One Is a Lonely Number",
+        "American Graffiti",
+        "Lucas Tanner",
+        "Where Have All The People Gone?",
+        "The Waltons",
+        "John O'Hara's Gibbsville",
+        "Lifeguard",
+        "Airport '77",
+        "I Never Promised You a Rose Garden",
+        "Nightmare in Blood",
+        "The Runner Stumbles",
+        "The Promise",
+        "Sunday Lovers",
+        "She's in the Army Now",
+        "Hanky Panky",
+        "Independence Day",
+        "Twilight Zone: The Movie",
+        "The Last Winter",
+        "Blackout",
+        "Warning Sign",
+        "Children of the Night",
+        "Wild Thing",
+        "Sunset",
+        "Clara's Heart",
+        "Trapped",
+        "The Doors",
+        "Strays",
+        "Last Light",
+        "Trial by Jury",
+        "Apollo 13",
+        "Zeus and Roxanne",
+        "Breakdown",
+        "Event Horizon",
+        "Lawn Dogs",
+        "My Giant",
+        "A Civil Action",
+        "Family Law",
+        "The Battle of Shaker Heights",
+        "Blessings",
+        "The Hills Have Eyes",
+        "House",
+        "CSI: Crime Scene Investigation",
+        "Breach",
+        "Made of Honor",
+        "Prison Break",
+        "Empire State",
+        "The River Why",
+        "Cinema Verite",
+        "Glee",
+        "Chicago Fire",
+        "After"
+      ]
+    },
+    "Jennifer Edwards": {
+      "json_class": "Actor",
+      "name": "Jennifer Edwards",
+      "age": -1,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Malcolm McDowell": {
+      "json_class": "Actor",
+      "name": "Malcolm McDowell",
+      "age": 73,
+      "total_gross": 0,
+      "movies": [
+        "Malcolm McDowell"
+      ]
+    },
+    "Alan Rickman": {
+      "json_class": "Actor",
+      "name": "Alan Rickman",
+      "age": 69,
+      "total_gross": 140,
+      "movies": [
+        "Romeo and Juliet",
+        "Shelley",
+        "Smiley's People",
+        "The Barchester Chronicles",
+        "Girls on Top",
+        "Die Hard",
+        "The January Man",
+        "Quigley Down Under",
+        "Truly, Madly, Deeply",
+        "Robin Hood: Prince of Thieves",
+        "Close My Eyes",
+        "Closet Land",
+        "Bob Roberts",
+        "Fallen Angels",
+        "Mesmer",
+        "An Awfully Big Adventure",
+        "Sense and Sensibility",
+        "Rasputin: Dark Servant of Destiny",
+        "Michael Collins",
+        "The Winter Guest",
+        "Judas Kiss",
+        "Dark Harbor",
+        "Dogma",
+        "Galaxy Quest",
+        "Help! I'm a Fish",
+        "Play",
+        "Blow Dry",
+        "The Search for John Gissing",
+        "Harry Potter and the Philosopher's Stone",
+        "Harry Potter and the Chamber of Secrets",
+        "King of the Hill",
+        "Love Actually",
+        "Something the Lord Made",
+        "Harry Potter and the Prisoner of Azkaban",
+        "Harry Potter and the Goblet of Fire",
+        "The Hitchhiker's Guide to the Galaxy",
+        "Perfume: The Story of a Murderer",
+        "Snow Cake",
+        "Nobel Son",
+        "Harry Potter and the Order of the Phoenix",
+        "Sweeney Todd: The Demon Barber of Fleet Street",
+        "Bottle Shock",
+        "Harry Potter and the Half-Blood Prince",
+        "Alice in Wonderland",
+        "Harry Potter and the Deathly Hallows – Part 1",
+        "The Wildest Dream",
+        "The Song of Lunch",
+        "Harry Potter and the Deathly Hallows – Part 2",
+        "Gambit",
+        "The Butler",
+        "A Promise",
+        "CBGB",
+        "A Little Chaos",
+        "Alice Through the Looking Glass"
+      ]
+    },
+    "Alexander Godunov": {
+      "json_class": "Actor",
+      "name": "Alexander Godunov",
+      "age": 45,
+      "total_gross": 147,
+      "movies": [
+        "Carmen-suite",
+        "Moskovskaya Fantaziya",
+        "Anna Karenina",
+        "31 iyunya",
+        "Portrait of Giselle",
+        "Godunov: The World To Dance In",
+        "Witness",
+        "The Money Pit",
+        "Die Hard",
+        "The Runestone",
+        "Waxwork II: Lost in Time",
+        "North",
+        "Dogfighters"
+      ]
+    },
+    "Bonnie Bedelia": {
+      "json_class": "Actor",
+      "name": "Bonnie Bedelia",
+      "age": 68,
+      "total_gross": 3563542,
+      "movies": [
+        "The Gypsy Moths",
+        "They Shoot Horses, Don't They?",
+        "Lovers and Other Strangers",
+        "The Strange Vengeance of Rosalie",
+        "Between Friends",
+        "The Big Fix",
+        "Heart Like a Wheel",
+        "Violets Are Blue",
+        "The Boy Who Could Fly",
+        "Like Father Like Son",
+        "The Stranger",
+        "The Prince of Pennsylvania",
+        "Die Hard",
+        "Fat Man and Little Boy",
+        "Die Hard 2",
+        "Presumed Innocent",
+        "Needful Things",
+        "Speechless",
+        "Bad Manners",
+        "Gloria",
+        "Anywhere But Here",
+        "Sordid Lives",
+        "Manhood",
+        "Berkeley",
+        "The Scent of Rain and Lightning"
+      ]
+    },
+    "Emily Lloyd": {
+      "json_class": "Actor",
+      "name": "Emily Lloyd",
+      "age": 46,
+      "total_gross": 3531971,
+      "movies": [
+        "Wish You Were Here",
+        "Cookie",
+        "In Country",
+        "Chicago Joe and the Showgirl",
+        "Scorchers",
+        "A River Runs Through It",
+        "Override",
+        "One Hundred and One Nights",
+        "Under the Hula Moon",
+        "Dead Girl",
+        "When Saturday Comes",
+        "Welcome to Sarajevo",
+        "Livers Ain't Cheap",
+        "Boogie Boy",
+        "Brand New World",
+        "Woundings",
+        "The Honeytrap",
+        "Riverworld"
+      ]
+    },
+    "John Travolta": {
+      "json_class": "Actor",
+      "name": "John Travolta",
+      "age": 63,
+      "total_gross": 557,
+      "movies": [
+        "The Devil's Rain",
+        "Carrie",
+        "Saturday Night Fever",
+        "Moment by Moment",
+        "Grease",
+        "Urban Cowboy",
+        "Blow Out",
+        "Staying Alive",
+        "Two of a Kind",
+        "Perfect",
+        "Look Who's Talking",
+        "The Experts",
+        "Look Who's Talking Too",
+        "Shout",
+        "Eyes of an Angel",
+        "Look Who's Talking Now",
+        "Pulp Fiction",
+        "Get Shorty",
+        "White Man's Burden",
+        "Michael",
+        "Phenomenon",
+        "Orientation: A Scientology Information Film",
+        "Broken Arrow",
+        "Off the Menu: The Last Days of Chasen's",
+        "Mad City",
+        "Face/Off",
+        "She's So Lovely",
+        "A Civil Action",
+        "The Thin Red Line",
+        "Junket Whore",
+        "Primary Colors",
+        "The General's Daughter",
+        "Our Friend, Martin",
+        "Battlefield Earth",
+        "Lucky Numbers",
+        "Welcome to Hollywood",
+        "Domestic Disturbance",
+        "Swordfish",
+        "Austin Powers in Goldmember",
+        "Basic",
+        "Ladder 49",
+        "A Love Song for Bobby Long",
+        "The Punisher",
+        "Magnificent Desolation: Walking on the Moon 3D",
+        "Be Cool",
+        "Lonely Hearts",
+        "Wild Hogs",
+        "Hairspray",
+        "Bolt",
+        "The Taking of Pelham 123",
+        "Old Dogs",
+        "From Paris with Love",
+        "Savages",
+        "Killing Season",
+        "The Forger",
+        "Life on the Line",
+        "Criminal Activities",
+        "In a Valley of Violence",
+        "I Am Wrath",
+        "The Life and Death of John Gotti"
+      ]
+    },
+    "Kirstie Alley": {
+      "json_class": "Actor",
+      "name": "Kirstie Alley",
+      "age": 66,
+      "total_gross": 383,
+      "movies": [
+        "Star Trek II: The Wrath of Khan",
+        "One More Chance",
+        "Champions",
+        "Blind Date",
+        "Runaway",
+        "Summer School",
+        "Shoot to Kill",
+        "Look Who's Talking",
+        "Loverboy",
+        "Madhouse",
+        "Look Who's Talking Too",
+        "Sibling Rivalry",
+        "Look Who's Talking Now",
+        "3 Chains o' Gold",
+        "Village of the Damned",
+        "It Takes Two",
+        "Deconstructing Harry",
+        "For Richer or Poorer",
+        "Drop-Dead Gorgeous",
+        "Back by Midnight",
+        "Syrup",
+        "Accidental Love"
+      ]
+    },
+    "Olympia Dukakis": {
+      "json_class": "Actor",
+      "name": "Olympia Dukakis",
+      "age": 85,
+      "total_gross": 370,
+      "movies": [
+        "Lilith",
+        "John and Mary",
+        "Made for Each Other",
+        "Sisters",
+        "Death Wish",
+        "The Rehearsal",
+        "The Wanderers",
+        "The Idolmaker",
+        "National Lampoon Goes to the Movies",
+        "Moonstruck",
+        "Working Girl",
+        "Look Who's Talking",
+        "Steel Magnolias",
+        "Dad",
+        "In the Spirit",
+        "Look Who's Talking Too",
+        "The Cemetery Club",
+        "Digger",
+        "Look Who's Talking Now",
+        "The Naked Gun 33 â…“: The Final Insult",
+        "I Love Trouble",
+        "Jeffrey",
+        "Mighty Aphrodite",
+        "Mr. Holland's Opus",
+        "Picture Perfect",
+        "Mafia!",
+        "Better Living",
+        "The Intended",
+        "The Event",
+        "The Great New Wonderful",
+        "The Thing About My Folks",
+        "3 Needles",
+        "Whiskey School",
+        "Away from Her",
+        "Day on Fire",
+        "In the Land of Women",
+        "Cloudburst",
+        "Montana Amazon",
+        "The Last Keepers",
+        "7 Chinese Brothers",
+        "The Infiltrator"
+      ]
+    },
+    "George Segal": {
+      "json_class": "Actor",
+      "name": "George Segal",
+      "age": 83,
+      "total_gross": 101177091,
+      "movies": [
+        "The Young Doctors",
+        "The Longest Day",
+        "Act One",
+        "Invitation to a Gunfighter",
+        "The New Interns",
+        "King Rat",
+        "Ship of Fools",
+        "Lost Command",
+        "Who's Afraid of Virginia Woolf?",
+        "The Quiller Memorandum",
+        "The St. Valentine's Day Massacre",
+        "Bye Bye Braverman",
+        "No Way to Treat a Lady",
+        "The Girl Who Couldn't Say No",
+        "The Bridge at Remagen",
+        "The Southern Star",
+        "Loving",
+        "Where's Poppa?",
+        "The Owl and the Pussycat",
+        "Born to Win",
+        "The Hot Rock",
+        "Blume in Love",
+        "A Touch of Class",
+        "The Terminal Man",
+        "California Split",
+        "Russian Roulette",
+        "The Black Bird",
+        "The Duchess and the Dirtwater Fox",
+        "Fun with Dick and Jane",
+        "Rollercoaster",
+        "Who Is Killing the Great Chefs of Europe?",
+        "Lost and Found",
+        "The Last Married Couple in America",
+        "Carbon Copy",
+        "Stick",
+        "Run for Your Life",
+        "Look Who's Talking",
+        "All's Fair",
+        "For the Boys",
+        "Me, Myself & I",
+        "Joshua Tree",
+        "Look Who's Talking Now",
+        "Direct Hit",
+        "To Die For",
+        "The Babysitter",
+        "The Feminine Touch",
+        "It's My Party",
+        "Flirting with Disaster",
+        "The Cable Guy",
+        "The Mirror Has Two Faces",
+        "Heights",
+        "Dinotopia: Quest for the Ruby Sunstone",
+        "Three Days to Vegas",
+        "2012",
+        "Made for Each Other",
+        "Love and Other Drugs",
+        "The Tale of the Princess Kaguya",
+        "Elsa & Fred"
+      ]
+    },
+    "Abe Vigoda": {
+      "json_class": "Actor",
+      "name": "Abe Vigoda",
+      "age": 94,
+      "total_gross": 0,
+      "movies": [
+        "Abe Vigoda"
+      ]
+    },
+    "William Atherton": {
+      "json_class": "Actor",
+      "name": "William Atherton",
+      "age": 69,
+      "total_gross": 0,
+      "movies": [
+        "William Atherton"
+      ]
+    },
+    "Reginald VelJohnson": {
+      "json_class": "Actor",
+      "name": "Reginald VelJohnson",
+      "age": 64,
+      "total_gross": 380,
+      "movies": [
+        "Wolfen",
+        "Ghostbusters",
+        "Remo Williams: The Adventure Begins",
+        "Crocodile Dundee",
+        "Plain Clothes",
+        "Die Hard",
+        "Turner & Hooch",
+        "Die Hard 2",
+        "Posse",
+        "Ground Zero",
+        "Like Mike",
+        "Death to the Supermodels",
+        "Three Days to Vegas",
+        "Steppin: The Movie",
+        "You Again",
+        "Air Collision"
+      ]
+    },
+    "Franco Nero": {
+      "json_class": "Actor",
+      "name": "Franco Nero",
+      "age": 75,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "William Sadler (actor)": {
+      "json_class": "Actor",
+      "name": "William Sadler (actor)",
+      "age": 66,
+      "total_gross": 240,
+      "movies": [
+        "Hanky Panky",
+        "Off Beat",
+        "Project X",
+        "K-9",
+        "Hard to Kill",
+        "Die Hard 2",
+        "The Hot Spot",
+        "Bill & Ted's Bogus Journey",
+        "Rush",
+        "Trespass",
+        "Freaked",
+        "The Shawshank Redemption",
+        "Demon Knight",
+        "Bordello of Blood",
+        "Solo",
+        "RocketMan",
+        "Disturbing Behavior",
+        "Reach the Rock",
+        "Stealth Fighter",
+        "The Green Mile",
+        "The Battle of Shaker Heights",
+        "Kinsey",
+        "Purple Heart",
+        "Devour",
+        "Confess",
+        "Jimmy and Judy",
+        "Premium",
+        "A New Wave",
+        "August Rush",
+        "The Mist",
+        "Eagle Eye",
+        "The Good Student",
+        "The Hills Run Red",
+        "Fallout: New Vegas",
+        "Silent But Deadly",
+        "Man on a Ledge",
+        "See Girl Run",
+        "Greetings from Tim Buckley",
+        "Iron Man 3",
+        "Machete Kills",
+        "Freedom",
+        "The Duel"
+      ]
+    },
+    "John Amos": {
+      "json_class": "Actor",
+      "name": "John Amos",
+      "age": 77,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Roseanne Barr": {
+      "json_class": "Actor",
+      "name": "Roseanne Barr",
+      "age": 64,
+      "total_gross": 47,
+      "movies": [
+        "She-Devil",
+        "Look Who's Talking Too",
+        "Freddy's Dead: The Final Nightmare",
+        "Even Cowgirls Get the Blues",
+        "Blue in the Face",
+        "Meet Wally Sparks",
+        "Cecil B. Demented",
+        "Joe Dirt",
+        "Home on the Range"
+      ]
+    },
+    "Damon Wayans": {
+      "json_class": "Actor",
+      "name": "Damon Wayans",
+      "age": 56,
+      "total_gross": 106,
+      "movies": [
+        "Beverly Hills Cop",
+        "Saturday Night Live",
+        "Triplecross",
+        "Hollywood Shuffle",
+        "Roxanne",
+        "A Different World",
+        "Colors",
+        "Earth Girls Are Easy",
+        "Punchline",
+        "I'm Gonna Git You Sucka",
+        "One Night Stand",
+        "Look Who's Talking Too",
+        "In Living Color",
+        "The Last Boy Scout",
+        "Mo' Money",
+        "Last Action Hero",
+        "Blankman",
+        "Major Payne",
+        "Celtic Pride",
+        "The Great White Hype",
+        "Bulletproof",
+        "Damon",
+        "Harlem Aria",
+        "Goosed",
+        "Bamboozled",
+        "My Wife and Kids",
+        "Marci X",
+        "Behind the Smile",
+        "Farce of the Penguins",
+        "The Underground",
+        "Never Better",
+        "Happy Endings",
+        "Lethal Weapon"
+      ]
+    },
+    "Elias Koteas": {
+      "json_class": "Actor",
+      "name": "Elias Koteas",
+      "age": 55,
+      "total_gross": 0,
+      "movies": [
+        "Elias Koteas"
+      ]
+    },
+    "Tom Hanks": {
+      "json_class": "Actor",
+      "name": "Tom Hanks",
+      "age": 60,
+      "total_gross": 15691835,
+      "movies": [
+        "He Knows You're Alone",
+        "Splash",
+        "Bachelor Party",
+        "The Man with One Red Shoe",
+        "Volunteers",
+        "The Money Pit",
+        "Nothing in Common",
+        "Every Time We Say Goodbye",
+        "Dragnet",
+        "Big",
+        "Punchline",
+        "The 'Burbs",
+        "Turner & Hooch",
+        "Joe Versus the Volcano",
+        "The Bonfire of the Vanities",
+        "Radio Flyer",
+        "A League of Their Own",
+        "Sleepless in Seattle",
+        "Philadelphia",
+        "Forrest Gump",
+        "Apollo 13",
+        "Toy Story",
+        "That Thing You Do!",
+        "Saving Private Ryan",
+        "You've Got Mail",
+        "Toy Story 2",
+        "The Green Mile",
+        "Cast Away",
+        "My Big Fat Greek Wedding",
+        "Road to Perdition",
+        "Catch Me If You Can",
+        "The Ladykillers",
+        "Connie and Carla",
+        "The Terminal",
+        "Elvis Has Left the Building",
+        "The Polar Express",
+        "Magnificent Desolation: Walking on the Moon 3D",
+        "The Da Vinci Code",
+        "Cars",
+        "The Ant Bully",
+        "Starter for 10",
+        "Evan Almighty",
+        "Charlie Wilson's War",
+        "The Simpsons Movie",
+        "Mamma Mia!",
+        "City of Ember",
+        "The Great Buck Howard",
+        "My Life in Ruins",
+        "Angels & Demons",
+        "Where the Wild Things Are",
+        "Beyond All Boundaries",
+        "Toy Story 3",
+        "Hawaiian Vacation",
+        "Larry Crowne",
+        "Small Fry",
+        "Extremely Loud and Incredibly Close",
+        "Cloud Atlas",
+        "Partysaurus Rex",
+        "Parkland",
+        "Captain Phillips",
+        "Saving Mr. Banks",
+        "Bridge of Spies",
+        "Ithaca",
+        "My Big Fat Greek Wedding 2",
+        "A Hologram for the King",
+        "Sully",
+        "Inferno",
+        "The Circle",
+        "Felt",
+        "Toy Story 4"
+      ]
+    },
+    "Melanie Griffith": {
+      "json_class": "Actor",
+      "name": "Melanie Griffith",
+      "age": 59,
+      "total_gross": 55183167,
+      "movies": [
+        "Smith!",
+        "The Harrad Experiment",
+        "Night Moves",
+        "The Drowning Pool",
+        "Smile",
+        "The Garden",
+        "One on One",
+        "Joyride",
+        "Roar",
+        "Underground Aces",
+        "Body Double",
+        "Fear City",
+        "Something Wild",
+        "Cherry 2000",
+        "The Milagro Beanfield War",
+        "Stormy Monday",
+        "Working Girl",
+        "In the Spirit",
+        "Pacific Heights",
+        "The Bonfire of the Vanities",
+        "Paradise",
+        "Shining Through",
+        "A Stranger Among Us",
+        "Born Yesterday",
+        "Milk Money",
+        "Nobody's Fool",
+        "Now and Then",
+        "Two Much",
+        "Mulholland Falls",
+        "Lolita",
+        "Another Day in Paradise",
+        "Shadow of Doubt",
+        "Celebrity",
+        "Crazy in Alabama",
+        "Cecil B. Demented",
+        "Tart",
+        "Searching for Debra Winger",
+        "Stuart Little 2",
+        "The Night We Called It a Day",
+        "Shade",
+        "Tempo",
+        "A Turtle's Tale: Sammy's Adventures",
+        "Yellow",
+        "Dino Time",
+        "Dark Tourist",
+        "Autómata",
+        "The Disaster Artist"
+      ]
+    },
+    "Morgan Freeman": {
+      "json_class": "Actor",
+      "name": "Morgan Freeman",
+      "age": 79,
+      "total_gross": 20556228,
+      "movies": [
+        "The Pawnbroker",
+        "A Man Called Adam",
+        "Where Were You When the Lights Went Out?",
+        "Brubaker",
+        "Eyewitness",
+        "Teachers",
+        "Harry & Son",
+        "Marie",
+        "That Was Then... This Is Now",
+        "Street Smart",
+        "Clean and Sober",
+        "Glory",
+        "Driving Miss Daisy",
+        "Lean on Me",
+        "Johnny Handsome",
+        "The Civil War",
+        "The Bonfire of the Vanities",
+        "Robin Hood: Prince of Thieves",
+        "Unforgiven",
+        "The Power of One",
+        "Bopha!",
+        "The Shawshank Redemption",
+        "Outbreak",
+        "Seven",
+        "Chain Reaction",
+        "Moll Flanders",
+        "Amistad",
+        "Kiss the Girls",
+        "Deep Impact",
+        "Hard Rain",
+        "Nurse Betty",
+        "Under Suspicion",
+        "Along Came a Spider",
+        "The Sum of All Fears",
+        "High Crimes",
+        "Bruce Almighty",
+        "Dreamcatcher",
+        "Levity",
+        "The Big Bounce",
+        "Million Dollar Baby",
+        "An Unfinished Life",
+        "War of the Worlds",
+        "Batman Begins",
+        "Unleashed",
+        "Magnificent Desolation: Walking on the Moon 3D",
+        "Edison Force",
+        "The Contract",
+        "Lucky Number Slevin",
+        "10 Items or Less",
+        "Evan Almighty",
+        "Feast of Love",
+        "Gone Baby Gone",
+        "The Bucket List",
+        "Wanted",
+        "The Love Guru",
+        "The Dark Knight",
+        "Thick as Thieves",
+        "The Maiden Heist",
+        "Invictus",
+        "RED",
+        "Conan the Barbarian",
+        "Dolphin Tale",
+        "The Magic of Belle Isle",
+        "The Dark Knight Rises",
+        "Olympus Has Fallen",
+        "Oblivion",
+        "Now You See Me",
+        "Last Vegas",
+        "The Lego Movie",
+        "Transcendence",
+        "Lucy",
+        "Dolphin Tale 2",
+        "5 Flights Up",
+        "Lennon or McCartney",
+        "Last Knights",
+        "Ted 2",
+        "Momentum",
+        "London Has Fallen",
+        "Now You See Me 2",
+        "Ben-Hur",
+        "Going in Style",
+        "Villa Capri"
+      ]
+    },
+    "Demi Moore": {
+      "json_class": "Actor",
+      "name": "Demi Moore",
+      "age": 54,
+      "total_gross": 19018643,
+      "movies": [
+        "Parasite",
+        "Young Doctors in Love",
+        "Blame It on Rio",
+        "No Small Affair",
+        "St. Elmo's Fire",
+        "About Last Night...",
+        "One Crazy Summer",
+        "Wisdom",
+        "The Seventh Sign",
+        "We're No Angels",
+        "Ghost",
+        "Nothing but Trouble",
+        "Mortal Thoughts",
+        "The Butcher's Wife",
+        "A Few Good Men",
+        "Indecent Proposal",
+        "Disclosure",
+        "The Scarlet Letter",
+        "Now and Then",
+        "The Juror",
+        "The Hunchback of Notre Dame",
+        "Striptease",
+        "If These Walls Could Talk",
+        "Beavis and Butt-Head Do America",
+        "G.I. Jane",
+        "Deconstructing Harry",
+        "Passion of Mind",
+        "The Hunchback of Notre Dame II",
+        "Charlie's Angels: Full Throttle",
+        "Half Light",
+        "Bobby",
+        "Mr. Brooks",
+        "Flawless",
+        "Happy Tears",
+        "The Joneses",
+        "Bunraku",
+        "Margin Call",
+        "Another Happy Day",
+        "LOL",
+        "Very Good Girls",
+        "Forsaken",
+        "Wild Oats",
+        "Rock That Body",
+        "Love Sonia"
+      ]
+    },
+    "Glenne Headly": {
+      "json_class": "Actor",
+      "name": "Glenne Headly",
+      "age": 61,
+      "total_gross": 19196599,
+      "movies": [
+        "Four Friends",
+        "Doctor Detroit",
+        "Fandango",
+        "Eleni",
+        "Seize the Day",
+        "Making Mr. Right",
+        "Nadine",
+        "Stars and Bars",
+        "Paperhouse",
+        "Dirty Rotten Scoundrels",
+        "Dick Tracy",
+        "Mortal Thoughts",
+        "Grand Isle",
+        "Ordinary Magic",
+        "Getting Even with Dad",
+        "Mr. Holland's Opus",
+        "Sgt. Bilko",
+        "2 Days in the Valley",
+        "Babe: Pig in the City",
+        "Breakfast of Champions",
+        "Bartleby",
+        "What's the Worst That Could Happen?",
+        "Confessions of a Teenage Drama Queen",
+        "Eulogy",
+        "Around the Bend",
+        "The Amateurs",
+        "Comeback Season",
+        "The Namesake",
+        "Raising Flagg",
+        "The Joneses",
+        "Don Jon",
+        "Strange Weather",
+        "The Circle",
+        "Villa Capri"
+      ]
+    },
+    "John Pankow": {
+      "json_class": "Actor",
+      "name": "John Pankow",
+      "age": 59,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Harvey Keitel": {
+      "json_class": "Actor",
+      "name": "Harvey Keitel",
+      "age": 77,
+      "total_gross": 19018612,
+      "movies": [
+        "Who's That Knocking at My Door",
+        "Reflections in a Golden Eye",
+        "Brewster McCloud",
+        "Mean Streets",
+        "Alice Doesn't Live Here Anymore",
+        "That's the Way of the World",
+        "Taxi Driver",
+        "Buffalo Bill and the Indians",
+        "Mother, Jugs & Speed",
+        "The Duellists",
+        "Blue Collar",
+        "Fingers",
+        "Eagle's Wing",
+        "Death Watch",
+        "Bad Timing",
+        "Saturn 3",
+        "That Night in Varennes",
+        "The Border",
+        "Exposed",
+        "Copkiller",
+        "Falling in Love",
+        "El caballero del dragon (The Knight of the Dragon)",
+        "Blindside",
+        "Camorra (A Story of Streets, Women and Crime)",
+        "The Inquiry",
+        "Off Beat",
+        "Wise Guys",
+        "The Pick-up Artist",
+        "The Last Temptation of Christ",
+        "Grandi cacciatori",
+        "Dear Gorbachev",
+        "The January Man",
+        "Imagining America",
+        "The Two Jakes",
+        "Two Evil Eyes",
+        "Thelma & Louise",
+        "Mortal Thoughts",
+        "Bugsy",
+        "Bad Lieutenant",
+        "Reservoir Dogs",
+        "Sister Act",
+        "Rising Sun",
+        "Dangerous Game",
+        "Point of No Return",
+        "The Piano",
+        "Young Americans",
+        "Imaginary Crimes",
+        "Pulp Fiction",
+        "Monkey Trouble",
+        "Get Shorty",
+        "Smoke",
+        "Ulysses' Gaze",
+        "Theo Angelopoulos",
+        "Blue in the Face",
+        "Clockers",
+        "From Dusk till Dawn",
+        "Head Above Water",
+        "FairyTale: A True Story",
+        "Cop Land",
+        "City of Industry",
+        "Finding Graceland",
+        "Gunslinger's Revenge",
+        "Shadrach",
+        "Lulu on the Bridge",
+        "Three Seasons",
+        "Holy Smoke!",
+        "Presence of Mind",
+        "Prince of Central Park",
+        "U-571",
+        "Little Nicky",
+        "The Grey Zone",
+        "Taking Sides",
+        "Viper",
+        "Red Dragon",
+        "Ginostra",
+        "Crime Spree",
+        "Dreaming of Julia",
+        "National Treasure",
+        "The Bridge of San Luis Rey",
+        "Puerto Vallarta Squeeze",
+        "Be Cool",
+        "A Crime",
+        "Shadows in the Sun",
+        "Arthur and the Minimoys",
+        "The Stone Merchant",
+        "it",
+        "My Sexiest Year",
+        "National Treasure: Book of Secrets",
+        "The Ministers",
+        "Inglourious Basterds",
+        "Wrong Turn at Tahoe",
+        "Little Fockers",
+        "A Beginner's Guide to Endings",
+        "The Last Godfather",
+        "Moonrise Kingdom",
+        "A Farewell to Fools",
+        "The Power Inside",
+        "The Grand Budapest Hotel",
+        "The Congress",
+        "By the Gun",
+        "Two Men in Town",
+        "Rio, I Love You",
+        "Youth",
+        "The Ridiculous 6",
+        "The Comedian",
+        "Madame",
+        "Isle of Dogs"
+      ]
+    },
+    "Danny Aiello": {
+      "json_class": "Actor",
+      "name": "Danny Aiello",
+      "age": 83,
+      "total_gross": 0,
+      "movies": [
+        "ABC Afterschool Special",
+        "Do the Right Thing",
+        "Once Around",
+        "Prêt-à-Porter"
+      ]
+    },
+    "Andie MacDowell": {
+      "json_class": "Actor",
+      "name": "Andie MacDowell",
+      "age": 58,
+      "total_gross": 21706117,
+      "movies": [
+        "Greystoke: The Legend of Tarzan, Lord of the Apes",
+        "St. Elmo's Fire",
+        "The Secret of the Sahara",
+        "Sex, Lies, and Videotape",
+        "Green Card",
+        "Hudson Hawk",
+        "The Object of Beauty",
+        "Women & Men 2: In Love There Are No Rules",
+        "The Player",
+        "Short Cuts",
+        "Groundhog Day",
+        "Deception",
+        "Four Weddings and a Funeral",
+        "Bad Girls",
+        "Unstrung Heroes",
+        "Multiplicity",
+        "Michael",
+        "The End of Violence",
+        "Muppets Tonight",
+        "Shadrach",
+        "Just the Ticket",
+        "Muppets from Space",
+        "The Muse",
+        "Harrison's Flowers",
+        "Town & Country",
+        "Crush",
+        "Dinner with Friends",
+        "Ginostra",
+        "The Practice",
+        "Beauty Shop",
+        "Riding the Bus with My Sister",
+        "Tara Road",
+        "Barnyard",
+        "Inconceivable",
+        "The Six Wives of Henry Lefay",
+        "The 5th Quarter",
+        "Lone Star",
+        "Daydream Nation",
+        "At Risk",
+        "Monte Carlo",
+        "Footloose",
+        "30 Rock",
+        "Jane by Design",
+        "Cedar Cove",
+        "Magic Mike XXL",
+        "Granite Mountain"
+      ]
+    },
+    "Richard E. Grant": {
+      "json_class": "Actor",
+      "name": "Richard E. Grant",
+      "age": 59,
+      "total_gross": 21706117,
+      "movies": [
+        "Withnail and I",
+        "Warlock",
+        "How to Get Ahead in Advertising",
+        "Mountains of the Moon",
+        "Henry & June",
+        "Hudson Hawk",
+        "L.A. Story",
+        "The Player",
+        "Bram Stoker's Dracula",
+        "The Age of Innocence",
+        "Franz Kafka's It's a Wonderful Life",
+        "Prêt-à-Porter",
+        "Jack and Sarah",
+        "The Portrait of a Lady",
+        "Twelfth Night: Or What You Will",
+        "The Cold Light of Day",
+        "The Serpent's Kiss",
+        "Keep the Aspidistra Flying",
+        "Spice World",
+        "St. Ives",
+        "The Match",
+        "A Christmas Carol",
+        "The Little Vampire",
+        "The Miracle Maker",
+        "Gosford Park",
+        "Monsieur N.",
+        "Bright Young Things",
+        "The Story of an African Farm",
+        "Wah-Wah",
+        "Corpse Bride",
+        "Colour Me Kubrick",
+        "Garfield: A Tail of Two Kitties",
+        "Penelope",
+        "The Garden of Eden",
+        "Filth and Wisdom",
+        "Love Hurts",
+        "Cuckoo",
+        "First Night",
+        "Jackboots on Whitehall",
+        "The Nutcracker in 3D",
+        "Horrid Henry: The Movie",
+        "The Iron Lady",
+        "Foster (a.k.a. Angel in the House)",
+        "Kath & Kimderella",
+        "Zambezia",
+        "Khumba",
+        "Dom Hemingway",
+        "About Time",
+        "Queen and Country",
+        "Jackie",
+        "Their Finest",
+        "Logan",
+        "Can You Ever Forgive Me?"
+      ]
+    },
+    "Sandra Bernhard": {
+      "json_class": "Actor",
+      "name": "Sandra Bernhard",
+      "age": 61,
+      "total_gross": 17,
+      "movies": [
+        "Shogun Assassin",
+        "Cheech & Chong's Nice Dreams",
+        "The King of Comedy",
+        "The House of God",
+        "Sesame Street Presents: Follow That Bird",
+        "The Whoopee Boys",
+        "Casual Sex?",
+        "Track 29",
+        "Heavy Petting",
+        "Without You I'm Nothing",
+        "Madonna: Truth or Dare",
+        "Hudson Hawk",
+        "Inside Monkey Zetterland",
+        "Sandra Bernhard: Confessions of a Pretty Lady",
+        "Dallas Doll",
+        "Unzipped",
+        "One Hundred and One Nights",
+        "Catwalk",
+        "Plump Fiction",
+        "An Alan Smithee Film: Burn Hollywood Burn",
+        "Wrongfully Accused",
+        "Somewhere in the City",
+        "I Woke Up Early The Day I Died",
+        "Hercules: Zero to Hero",
+        "Playing Mona Lisa",
+        "Dinner Rush",
+        "Zoolander",
+        "The N-Word",
+        "Dare",
+        "See You in September"
+      ]
+    },
+    "Donald Burton": {
+      "json_class": "Actor",
+      "name": "Donald Burton",
+      "age": -1,
+      "total_gross": 0,
+      "movies": [
+        "stub",
+        "expanding it"
+      ]
+    },
+    "James Coburn": {
+      "json_class": "Actor",
+      "name": "James Coburn",
+      "age": 74,
+      "total_gross": 17,
+      "movies": [
+        "Ride Lonesome",
+        "Face of a Fugitive",
+        "The Magnificent Seven",
+        "Hell Is for Heroes",
+        "The Great Escape",
+        "Charade",
+        "Kings of the Sun",
+        "The Americanization of Emily",
+        "Major Dundee",
+        "A High Wind in Jamaica",
+        "The Loved One",
+        "Our Man Flint",
+        "What Did You Do in the War, Daddy?",
+        "Dead Heat on a Merry-Go-Round",
+        "In Like Flint",
+        "Waterhole No. 3",
+        "The President's Analyst",
+        "Duffy",
+        "Candy",
+        "Hard Contract",
+        "Last of the Mobile Hot Shots",
+        "Duck, You Sucker!",
+        "The Carey Treatment",
+        "The Honkers",
+        "A Reason to Live, a Reason to Die",
+        "Pat Garrett and Billy the Kid",
+        "The Last of Sheila",
+        "Harry in Your Pocket",
+        "The Internecine Project",
+        "Bite the Bullet",
+        "Hard Times",
+        "Jackpot",
+        "Sky Riders",
+        "The Last Hard Men",
+        "Midway",
+        "Cross of Iron",
+        "California Suite",
+        "Firepower",
+        "The Muppet Movie",
+        "Goldengirl",
+        "The Baltimore Bullet",
+        "Loving Couples",
+        "Mr. Patman",
+        "High Risk",
+        "Looker",
+        "Martin's Day",
+        "Death of a Soldier",
+        "Young Guns II",
+        "Hudson Hawk",
+        "Deadfall",
+        "Sister Act 2: Back in the Habit",
+        "Maverick",
+        "The Set-Up",
+        "The Disappearance of Kevin Johnson",
+        "Eraser",
+        "The Nutty Professor",
+        "Keys to Tulsa",
+        "Affliction",
+        "Payback",
+        "Texas Rangers",
+        "The Man from Elysian Fields",
+        "Monsters, Inc.",
+        "Snow Dogs",
+        "American Gun"
+      ]
+    },
+    "Dustin Hoffman": {
+      "json_class": "Actor",
+      "name": "Dustin Hoffman",
+      "age": 79,
+      "total_gross": 47125029,
+      "movies": [
+        "The Tiger Makes Out",
+        "The Graduate",
+        "Madigan's Millions",
+        "Midnight Cowboy",
+        "John and Mary",
+        "Little Big Man",
+        "Who Is Harry Kellerman and Why Is He Saying Those Terrible Things About Me?",
+        "Straw Dogs",
+        "Alfredo, Alfredo",
+        "Papillon",
+        "Lenny",
+        "All the President's Men",
+        "Marathon Man",
+        "Straight Time",
+        "Agatha",
+        "Kramer vs. Kramer",
+        "Tootsie",
+        "Ishtar",
+        "Rain Man",
+        "Common Threads: Stories from the Quilt",
+        "Family Business",
+        "Dick Tracy",
+        "Billy Bathgate",
+        "Hook",
+        "Horton Hears a Who!",
+        "Hero",
+        "Outbreak",
+        "American Buffalo",
+        "Sleepers",
+        "Mad City",
+        "Wag the Dog",
+        "Sphere",
+        "The Messenger: The Story of Joan of Arc",
+        "Moonlight Mile",
+        "Confidence",
+        "Runaway Jury",
+        "Finding Neverland",
+        "I ♥ Huckabees",
+        "Meet the Fockers",
+        "Lemony Snicket's A Series of Unfortunate Events",
+        "Racing Stripes",
+        "The Lost City",
+        "Perfume: The Story of a Murderer",
+        "Stranger than Fiction",
+        "The Holiday",
+        "Mr. Magorium's Wonder Emporium",
+        "Kung Fu Panda",
+        "The Tale of Despereaux",
+        "Last Chance Harvey",
+        "Barney's Version",
+        "Jews and Baseball: An American Love Story",
+        "Little Fockers",
+        "Kung Fu Panda 2",
+        "Quartet",
+        "Chef",
+        "The Cobbler",
+        "Boychoir",
+        "The Program",
+        "Kung Fu Panda 3",
+        "Yeh Din Ka Kissa"
+      ]
+    },
+    "Nicole Kidman": {
+      "json_class": "Actor",
+      "name": "Nicole Kidman",
+      "age": 49,
+      "total_gross": 15565363,
+      "movies": [
+        "Bush Christmas",
+        "BMX Bandits",
+        "Wills & Burke",
+        "Windrider",
+        "The Bit Part",
+        "Emerald City",
+        "Dead Calm",
+        "Days of Thunder",
+        "Flirting",
+        "Billy Bathgate",
+        "Far and Away",
+        "Malice",
+        "My Life",
+        "Batman Forever",
+        "To Die For",
+        "The Portrait of a Lady",
+        "The Peacemaker",
+        "Practical Magic",
+        "Eyes Wide Shut",
+        "Moulin Rouge!",
+        "The Others",
+        "Birthday Girl",
+        "The Hours",
+        "Dogville",
+        "In the Cut",
+        "The Human Stain",
+        "Cold Mountain",
+        "The Stepford Wives",
+        "Birth",
+        "No. 5 the Film",
+        "The Interpreter",
+        "Bewitched",
+        "Fur",
+        "Happy Feet",
+        "The Invasion",
+        "Margot at the Wedding",
+        "The Golden Compass",
+        "Australia",
+        "Nine",
+        "Rabbit Hole",
+        "Just Go with It",
+        "Trespass",
+        "Monte Carlo",
+        "The Paperboy",
+        "Stoker",
+        "The Railway Man",
+        "Grace of Monaco",
+        "Before I Go to Sleep",
+        "Paddington",
+        "Strangerland",
+        "Queen of the Desert",
+        "The Family Fang",
+        "Secret in Their Eyes",
+        "Genius",
+        "Lion",
+        "The Beguiled",
+        "How to Talk to Girls at Parties",
+        "The Killing of a Sacred Deer",
+        "Untouchable"
+      ]
+    },
+    "Steven Hill": {
+      "json_class": "Actor",
+      "name": "Steven Hill",
+      "age": 94,
+      "total_gross": 15565363,
+      "movies": [
+        "A Lady Without Passport",
+        "Storm Fear",
+        "The Goddess",
+        "A Child Is Waiting",
+        "The Slender Thread",
+        "It's My Turn",
+        "Eyewitness",
+        "Rich and Famous",
+        "Yentl",
+        "Teachers",
+        "Garbo Talks",
+        "On Valentine's Day",
+        "Raw Deal",
+        "Legal Eagles",
+        "Heartburn",
+        "Brighton Beach Memoirs",
+        "Running on Empty",
+        "The Boost",
+        "White Palace",
+        "Billy Bathgate",
+        "The Firm"
+      ]
+    },
+    "Loren Dean": {
+      "json_class": "Actor",
+      "name": "Loren Dean",
+      "age": 47,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Chelsea Field": {
+      "json_class": "Actor",
+      "name": "Chelsea Field",
+      "age": 59,
+      "total_gross": 0,
+      "movies": [
+        "stub",
+        "expanding it"
+      ]
+    },
+    "Noble Willingham": {
+      "json_class": "Actor",
+      "name": "Noble Willingham",
+      "age": -1,
+      "total_gross": 444395,
+      "movies": [
+        "The Last Picture Show",
+        "The Thief Who Came to Dinner",
+        "Hit!",
+        "Big Bad Mama",
+        "Aloha, Bobby and Rose",
+        "Sheila Levine Is Dead and Living in New York",
+        "Fighting Mad",
+        "Greased Lightning",
+        "The Boys in Company C",
+        "Norma Rae",
+        "Fast Charlie... the Moonbeam Rider",
+        "Butch and Sundance: The Early Days",
+        "Brubaker",
+        "Good Morning, Vietnam",
+        "Blind Fury",
+        "City Slickers",
+        "The Last Boy Scout",
+        "Article 99",
+        "The Distinguished Gentleman",
+        "Fire in the Sky",
+        "The Hudsucker Proxy",
+        "Ace Ventura: Pet Detective",
+        "Guarding Tess",
+        "City Slickers II: The Legend of Curly's Gold",
+        "Walker Texas Ranger 3: Deadly Reunion",
+        "Blind Horizon"
+      ]
+    },
+    "Taylor Negron": {
+      "json_class": "Actor",
+      "name": "Taylor Negron",
+      "age": 57,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Danielle Harris": {
+      "json_class": "Actor",
+      "name": "Danielle Harris",
+      "age": 39,
+      "total_gross": 114,
+      "movies": [
+        "Halloween 4: The Return of Michael Myers",
+        "Halloween 5: The Revenge of Michael Myers",
+        "Marked for Death",
+        "City Slickers",
+        "Don't Tell Mom the Babysitter's Dead",
+        "The Last Boy Scout",
+        "The Woman Who Loved Elvis",
+        "Free Willy",
+        "Halloween: The Curse of Michael Myers – The Producer's Cut",
+        "Wish Upon a Star",
+        "Back to Back",
+        "Daylight",
+        "Urban Legend",
+        "Goosed",
+        "Poor White Trash",
+        "Killer Bud",
+        "The Wild Thornberrys: The Origin of Donnie",
+        "The Wild Thornberrys Movie",
+        "Rugrats Go Wild",
+        "Debating Robert Lee",
+        "Halloween",
+        "Left for Dead",
+        "Burying the Ex",
+        "Super Capers",
+        "Halloween II",
+        "Blood Night: The Legend of Mary Hatchet",
+        "The Black Waters of Echo's Pond",
+        "Godkiller",
+        "Cyrus: Mind of a Serial Killer",
+        "Godkiller: Walk Among Us",
+        "Hatchet II",
+        "Stake Land",
+        "The Day I Told My Boyfriend",
+        "The Victim",
+        "ChromeSkull: Laid to Rest 2",
+        "The Trouble with the Truth",
+        "Hatchet III",
+        "Graduation Day",
+        "See No Evil 2",
+        "Night of the Living Dead: Darkest Dawn",
+        "Havenhurst"
+      ]
+    },
+    "Tim Robbins": {
+      "json_class": "Actor",
+      "name": "Tim Robbins",
+      "age": 58,
+      "total_gross": 21706102,
+      "movies": [
+        "St. Elsewhere",
+        "Hardcastle and McCormick",
+        "No Small Affair",
+        "Hill Street Blues",
+        "Toy Soldiers",
+        "Fraternity Vacation",
+        "The Sure Thing",
+        "Howard the Duck",
+        "Top Gun",
+        "Tapeheads",
+        "Bull Durham",
+        "Five Corners",
+        "Erik the Viking",
+        "Miss Firecracker",
+        "Twister",
+        "Jacob's Ladder",
+        "Cadillac Man",
+        "Jungle Fever",
+        "Bob Roberts",
+        "The Player",
+        "Short Cuts",
+        "I.Q.",
+        "Prêt-à-Porter",
+        "The Shawshank Redemption",
+        "The Hudsucker Proxy",
+        "Dead Man Walking",
+        "Nothing to Lose",
+        "Austin Powers: The Spy Who Shagged Me",
+        "Cradle Will Rock",
+        "Arlington Road",
+        "Mission to Mars",
+        "High Fidelity",
+        "Antitrust",
+        "The Party's Over",
+        "Human Nature",
+        "The Truth About Charlie",
+        "Mystic River",
+        "Code 46",
+        "Anchorman: The Legend of Ron Burgundy",
+        "The Secret Life of Words",
+        "War of the Worlds",
+        "Zathura",
+        "Tenacious D in The Pick of Destiny",
+        "Catch a Fire",
+        "Noise",
+        "The Lucky Ones",
+        "City of Ember",
+        "Green Lantern",
+        "Cinema Verite",
+        "Back to 1942",
+        "Thanks for Sharing",
+        "Life of Crime",
+        "The Spoils of Babylon",
+        "Welcome to Me",
+        "A Perfect Day",
+        "The Brink",
+        "Marjorie Prime"
+      ]
+    },
+    "Greta Scacchi": {
+      "json_class": "Actor",
+      "name": "Greta Scacchi",
+      "age": 57,
+      "total_gross": 21706100,
+      "movies": [
+        "Bergerac",
+        "Dead on Time",
+        "Heat and Dust",
+        "The Ebony Tower",
+        "Camille",
+        "Waterfront",
+        "Defence of the Realm",
+        "Burke & Wills",
+        "Doctor Fischer of Geneva",
+        "The Coca-Cola Kid",
+        "White Mischief",
+        "Good Morning, Babylon",
+        "A Man in Love",
+        "Woman in the Moon",
+        "Love and Fear",
+        "Presumed Innocent",
+        "Shattered",
+        "Fires Within",
+        "Salt on Our Skin",
+        "The Player",
+        "Turtle Beach",
+        "Country Life",
+        "The Browning Version",
+        "Jefferson in Paris",
+        "Emma",
+        "Così",
+        "Rasputin: Dark Servant of Destiny",
+        "The Odyssey",
+        "The Serpent's Kiss",
+        "Love and Rage",
+        "The Red Violin",
+        "Macbeth",
+        "Cotton Mary",
+        "Tom's Midnight Garden",
+        "Looking for Alibrandi",
+        "One of the Hollywood Ten",
+        "Festival in Cannes",
+        "Jeffrey Archer: The Truth",
+        "Daniel Deronda",
+        "Baltic Storm",
+        "Strange Crime",
+        "Beyond the Sea",
+        "Flightplan",
+        "Broken Trail",
+        "Marple",
+        "The Book of Revelation",
+        "Hidden Love",
+        "Brideshead Revisited",
+        "Shoot on Sight",
+        "Miss Austen Regrets",
+        "The Trojan Horse",
+        "Way to Live Forever",
+        "Agatha Christie's Poirot",
+        "The Falling",
+        "A.D. The Bible Continues",
+        "War & Peace",
+        "Greta Scacchi"
+      ]
+    },
+    "Fred Ward": {
+      "json_class": "Actor",
+      "name": "Fred Ward",
+      "age": 74,
+      "total_gross": 21706100,
+      "movies": [
+        "The Age of the Medici",
+        "Ginger in the Morning",
+        "Hearts of the West",
+        "Quincy, M.E.",
+        "Escape from Alcatraz",
+        "The Incredible Hulk",
+        "Carny",
+        "Cardiac Arrest",
+        "Southern Comfort",
+        "Timerider: The Adventure of Lyle Swann",
+        "Silkwood",
+        "Uncommon Valor",
+        "The Right Stuff",
+        "Swing Shift",
+        "Remo Williams: The Adventure Begins",
+        "American Playhouse",
+        "Secret Admirer",
+        "UFOria",
+        "Florida Straits",
+        "The Hitchhiker",
+        "Catchfire",
+        "The Prince of Pennsylvania",
+        "Big Business",
+        "Off Limits",
+        "Henry & June",
+        "Miami Blues",
+        "Tremors",
+        "Cast a Deadly Spell",
+        "The Dark Wind",
+        "Four Eyes and Six-Guns",
+        "The Player",
+        "Equinox",
+        "Thunderheart",
+        "Bob Roberts",
+        "Short Cuts",
+        "Two Small Bodies",
+        "Naked Gun 33â…“: The Final Insult",
+        "The Blue Villa",
+        "Chain Reaction",
+        "Tremors 2: Aftershocks",
+        "...First Do No Harm",
+        "Best Men",
+        "Gun",
+        "The Vivero Letter",
+        "Invasion: Earth",
+        "Dangerous Beauty",
+        "The Crimson Code",
+        "The Crow: Salvation",
+        "Ropewalk",
+        "The Chaos Factor",
+        "Circus",
+        "Road Trip",
+        "Summer Catch",
+        "Corky Romano",
+        "Joe Dirt",
+        "Full Disclosure",
+        "Wild Iris",
+        "Dice",
+        "Enough",
+        "Sweet Home Alabama",
+        "Birdseye",
+        "Abandon",
+        "Masked and Anonymous",
+        "The Last Ride",
+        "10.5",
+        "Coast to Coast",
+        "ER",
+        "Grey's Anatomy",
+        "Feast of Love",
+        "Management",
+        "Exit Speed",
+        "Armored",
+        "Farewell",
+        "The Wild Stallion",
+        "United States of Tara",
+        "In Plain Sight",
+        "30 Minutes or Less",
+        "Leverage",
+        "2 Guns",
+        "True Detective"
+      ]
+    },
+    "Whoopi Goldberg": {
+      "json_class": "Actor",
+      "name": "Whoopi Goldberg",
+      "age": 61,
+      "total_gross": 21706100,
+      "movies": [
+        "Citizen: I'm Not Losing My Mind, I'm Giving It Away",
+        "The Color Purple",
+        "Jumpin' Jack Flash",
+        "Burglar",
+        "Fatal Beauty",
+        "The Telephone",
+        "Clara's Heart",
+        "Beverly Hills Brats",
+        "Homer and Eddie",
+        "Ghost",
+        "The Long Walk Home",
+        "Soapdish",
+        "House Party 2",
+        "Sister Act",
+        "The Player",
+        "Sarafina!",
+        "National Lampoon's Loaded Weapon",
+        "Naked in New York",
+        "Made in America",
+        "Sister Act 2: Back in the Habit",
+        "The Lion King",
+        "The Little Rascals",
+        "Corrina, Corrina",
+        "Star Trek: Generations",
+        "The Pagemaster",
+        "Boys on the Side",
+        "The Celluloid Closet",
+        "Moonlight and Valentino",
+        "Theodore Rex",
+        "Eddie",
+        "Bordello of Blood",
+        "Bogus",
+        "The Associate",
+        "Ghosts of Mississippi",
+        "Pitch",
+        "A Christmas Carol",
+        "Destination Anywhere",
+        "In the Gloaming",
+        "An Alan Smithee Film: Burn Hollywood Burn",
+        "Alegría",
+        "A Knight in Camelot",
+        "How Stella Got Her Groove Back",
+        "Junket Whore",
+        "Rudolph the Red-Nosed Reindeer: The Movie",
+        "The Rugrats Movie",
+        "Alice in Wonderland",
+        "The Magical Legend of the Leprechauns",
+        "Get Bruce",
+        "The Deep End of the Ocean",
+        "Girl, Interrupted",
+        "The Adventures of Rocky and Bullwinkle",
+        "Golden Dreams",
+        "Kingdom Come",
+        "Monkeybone",
+        "Rat Race",
+        "The Hollywood Sign",
+        "Call Me Claus",
+        "Searching for Debra Winger",
+        "Showboy",
+        "Star Trek: Nemesis",
+        "It's a Very Merry Muppet Christmas Movie",
+        "Unchained Memories: Readings from the Slave Narratives",
+        "Liberty's Kids",
+        "Pauly Shore Is Dead",
+        "Bitter Jester",
+        "Blizzard",
+        "Good Fences",
+        "Pinocchio 3000",
+        "The N-Word",
+        "SuperBabies: Baby Geniuses 2",
+        "Jiminy Glick in Lalawood",
+        "The Lion King 1½",
+        "The Aristocrats",
+        "Racing Stripes",
+        "Doogal",
+        "Everyone's Hero",
+        "Farce of the Penguins",
+        "If I Had Known I Was a Genius",
+        "Mr. Warmth: The Don Rickles Project",
+        "Snow Buddies",
+        "Descendants",
+        "Madea Goes to Jail",
+        "Toy Story 3",
+        "For Colored Girls",
+        "Teenage Paparazzo",
+        "New York Street Games",
+        "A Little Bit of Heaven",
+        "The Little Engine That Could",
+        "The Muppets",
+        "Teenage Mutant Ninja Turtles",
+        "Big Stone Gap",
+        "Top Five",
+        "King of the Dancehall"
+      ]
+    },
+    "Peter Gallagher": {
+      "json_class": "Actor",
+      "name": "Peter Gallagher",
+      "age": 61,
+      "total_gross": 203763118,
+      "movies": [
+        "The Idolmaker",
+        "Summer Lovers",
+        "Dreamchild",
+        "My Little Girl",
+        "High Spirits",
+        "Sex, Lies, and Videotape",
+        "Tune in Tomorrow",
+        "Late for Dinner",
+        "The Player",
+        "Bob Roberts",
+        "Short Cuts",
+        "Malice",
+        "The Hudsucker Proxy",
+        "Mrs. Parker and the Vicious Circle",
+        "Mother's Boys",
+        "White Mile",
+        "The Underneath",
+        "While You Were Sleeping",
+        "Last Dance",
+        "To Gillian on Her 37th Birthday",
+        "The Man Who Knew Too Little",
+        "Johnny Skidmarks",
+        "House on Haunted Hill",
+        "American Beauty",
+        "Center Stage",
+        "Perfume",
+        "Protection",
+        "Mr. Deeds",
+        "The Adventures of Tom Thumb and Thumbelina",
+        "How to Deal",
+        "Center Stage: Turn It Up",
+        "Adam",
+        "The War Boys",
+        "Conviction",
+        "Burlesque",
+        "Someday This Pain Will Be Useful to You",
+        "Step Up Revolution",
+        "Hello, My Name Is Doris"
+      ]
+    },
+    "Brion James": {
+      "json_class": "Actor",
+      "name": "Brion James",
+      "age": -1,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Cynthia Stevenson": {
+      "json_class": "Actor",
+      "name": "Cynthia Stevenson",
+      "age": 54,
+      "total_gross": 21706100,
+      "movies": [
+        "The Player",
+        "Forget Paris",
+        "Home for the Holidays",
+        "Live Nude Girls",
+        "Happiness",
+        "Air Bud: Golden Receiver",
+        "Air Bud: Seventh Inning Fetch",
+        "Agent Cody Banks",
+        "Air Bud Spikes Back",
+        "Agent Cody Banks 2: Destination London",
+        "Neverwas",
+        "Air Buddies",
+        "Full of It",
+        "Snow Buddies",
+        "Dead Like Me: Life After Death",
+        "I Love You, Beth Cooper",
+        "Case 39",
+        "Jennifer's Body",
+        "Tiger Eyes"
+      ]
+    },
+    "Goldie Hawn": {
+      "json_class": "Actor",
+      "name": "Goldie Hawn",
+      "age": 71,
+      "total_gross": 209,
+      "movies": [
+        "The One and Only, Genuine, Original Family Band",
+        "The Sidehackers",
+        "Cactus Flower",
+        "There's a Girl in My Soup",
+        "$",
+        "Butterflies Are Free",
+        "The Sugarland Express",
+        "The Girl from Petrovka",
+        "Shampoo",
+        "The Duchess and the Dirtwater Fox",
+        "Foul Play",
+        "Lovers and Liars",
+        "Private Benjamin",
+        "Seems Like Old Times",
+        "Best Friends",
+        "Swing Shift",
+        "Protocol",
+        "Wildcats",
+        "Overboard",
+        "Bird on a Wire",
+        "Deceived",
+        "CrissCross",
+        "Housesitter",
+        "Death Becomes Her",
+        "The First Wives Club",
+        "Everyone Says I Love You",
+        "The Out-of-Towners",
+        "Town & Country",
+        "The Banger Sisters",
+        "Snatched"
+      ]
+    },
+    "Meryl Streep": {
+      "json_class": "Actor",
+      "name": "Meryl Streep",
+      "age": 67,
+      "total_gross": 149,
+      "movies": [
+        "Julia",
+        "The Deer Hunter",
+        "Manhattan",
+        "The Seduction of Joe Tynan",
+        "Kramer vs. Kramer",
+        "The French Lieutenant's Woman",
+        "Still of the Night",
+        "Sophie's Choice",
+        "Silkwood",
+        "Falling in Love",
+        "Plenty",
+        "Out of Africa",
+        "Heartburn",
+        "Ironweed",
+        "A Cry in the Dark",
+        "She-Devil",
+        "Postcards from the Edge",
+        "Defending Your Life",
+        "Age 7 in America",
+        "Death Becomes Her",
+        "The House of the Spirits",
+        "The River Wild",
+        "The Living Sea",
+        "The Bridges of Madison County",
+        "Before and After",
+        "Marvin's Room",
+        "Dancing at Lughnasa",
+        "One True Thing",
+        "Music of the Heart",
+        "A.I. Artificial Intelligence",
+        "Adaptation.",
+        "The Hours",
+        "Stuck on You",
+        "The Manchurian Candidate",
+        "Lemony Snicket's A Series of Unfortunate Events",
+        "Prime",
+        "A Prairie Home Companion",
+        "The Devil Wears Prada",
+        "The Ant Bully",
+        "Hurricane on the Bayou",
+        "Dark Matter",
+        "Evening",
+        "Rendition",
+        "Lions for Lambs",
+        "Mamma Mia!",
+        "Doubt",
+        "Julie & Julia",
+        "Fantastic Mr. Fox",
+        "It's Complicated",
+        "Higglety Pigglety Pop! or There Must Be More to Life",
+        "The Iron Lady",
+        "To the Arctic 3D",
+        "Hope Springs",
+        "Wings of Life",
+        "Girl Rising",
+        "August: Osage County",
+        "The Giver",
+        "The Homesman",
+        "Into the Woods",
+        "Ricki and the Flash",
+        "Suffragette",
+        "Shout Gladi Gladi",
+        "Florence Foster Jenkins",
+        "Mary Poppins Returns"
+      ]
+    },
+    "Isabella Rossellini": {
+      "json_class": "Actor",
+      "name": "Isabella Rossellini",
+      "age": 64,
+      "total_gross": 149,
+      "movies": [
+        "A Matter of Time",
+        "The Meadow",
+        "In the Pope's Eye",
+        "White Nights",
+        "Blue Velvet",
+        "Tough Guys Don't Dance",
+        "Siesta",
+        "Zelly and Me",
+        "Cousins",
+        "Red Riding Hood",
+        "Wild at Heart",
+        "Lies of the Twins",
+        "Death Becomes Her",
+        "The Pickle",
+        "The Innocent",
+        "Fearless",
+        "The Gift",
+        "Wyatt Earp",
+        "Immortal Beloved",
+        "Crime of the Century",
+        "Big Night",
+        "The Funeral",
+        "The Odyssey",
+        "Left Luggage",
+        "The Impostors",
+        "Merlin",
+        "Don Quixote",
+        "Empire",
+        "Roger Dodger",
+        "The Tulse Suitcases, Part 1: The Moab Story",
+        "The Saddest Music in the World",
+        "Monte Walsh",
+        "The Tulse Luper Suitcases, Part 2: Vauz to the Sea",
+        "Heights",
+        "Legend of Earthsea",
+        "The Architect",
+        "Infamous",
+        "Infected",
+        "The Accidental Husband",
+        "Two Lovers",
+        "My Dog Tulip",
+        "The Solitude of Prime Numbers",
+        "Keyhole",
+        "Chicken with Plums",
+        "Late Bloomers",
+        "Enemy",
+        "Closet Monster",
+        "Joy"
+      ]
+    },
+    "Emilio Estevez": {
+      "json_class": "Actor",
+      "name": "Emilio Estevez",
+      "age": 54,
+      "total_gross": 28,
+      "movies": [
+        "Badlands",
+        "Apocalypse Now",
+        "Tex",
+        "The Outsiders",
+        "Nightmares",
+        "Repo Man",
+        "The Breakfast Club",
+        "St. Elmo's Fire",
+        "That Was Then... This Is Now",
+        "Maximum Overdrive",
+        "Wisdom",
+        "Stakeout",
+        "Never on Tuesday",
+        "Young Guns",
+        "Young Guns II",
+        "Men at Work",
+        "Freejack",
+        "The Mighty Ducks",
+        "Loaded Weapon 1",
+        "Another Stakeout",
+        "Judgment Night",
+        "D2: The Mighty Ducks",
+        "The Jerky Boys: The Movie",
+        "Mission: Impossible",
+        "The War at Home",
+        "D3: The Mighty Ducks",
+        "Late Last Night",
+        "Sand",
+        "Rated X",
+        "The 3 Wise Men",
+        "The L.A. Riot Spectacular",
+        "Culture Clash in AmeriCCa",
+        "Arthur and the Invisibles",
+        "Bobby",
+        "The Way"
+      ]
+    },
+    "Samuel L. Jackson": {
+      "json_class": "Actor",
+      "name": "Samuel L. Jackson",
+      "age": 68,
+      "total_gross": 855,
+      "movies": [
+        "Together for Days",
+        "Ragtime",
+        "Eddie Murphy Raw",
+        "Coming to America",
+        "School Daze",
+        "Do the Right Thing",
+        "Sea of Love",
+        "Def by Temptation",
+        "A Shock to the System",
+        "Betsy's Wedding",
+        "Mo' Better Blues",
+        "The Exorcist III",
+        "Goodfellas",
+        "The Return of Superfly",
+        "Strictly Business",
+        "Jungle Fever",
+        "Juice",
+        "Patriot Games",
+        "White Sands",
+        "Jumpin' at the Boneyard",
+        "Johnny Suede",
+        "Fathers & Sons",
+        "True Romance",
+        "Menace II Society",
+        "Loaded Weapon 1",
+        "Amos & Andrew",
+        "Jurassic Park",
+        "Fresh",
+        "Pulp Fiction",
+        "The New Age",
+        "Hail Caesar",
+        "Assault at West Point: The Court-Martial of Johnson Whittaker",
+        "Kiss of Death",
+        "Die Hard with a Vengeance",
+        "Losing Isaiah",
+        "Fluke",
+        "The Great White Hype",
+        "A Time to Kill",
+        "The Long Kiss Goodnight",
+        "Hard Eight",
+        "Trees Lounge",
+        "The Search for One-eye Jimmy",
+        "One Eight Seven",
+        "Eve's Bayou",
+        "Jackie Brown",
+        "Sphere",
+        "The Negotiator",
+        "The Red Violin",
+        "Out of Sight",
+        "Star Wars: Episode I – The Phantom Menace",
+        "Deep Blue Sea",
+        "Rules of Engagement",
+        "Shaft",
+        "Unbreakable",
+        "The Caveman's Valentine",
+        "The 51st State",
+        "Changing Lanes",
+        "Star Wars: Episode II – Attack of the Clones",
+        "XXX",
+        "No Good Deed",
+        "Basic",
+        "S.W.A.T.",
+        "Twisted",
+        "Kill Bill: Volume 2",
+        "The Incredibles",
+        "In My Country",
+        "Unforgivable Blackness: The Rise and Fall of Jack Johnson",
+        "The N-Word",
+        "Coach Carter",
+        "XXX: State of the Union",
+        "Star Wars: Episode III - Revenge of the Sith",
+        "The Man",
+        "Freedomland",
+        "Snakes on a Plane",
+        "Home of the Brave",
+        "Farce of the Penguins",
+        "Black Snake Moan",
+        "1408",
+        "Resurrecting the Champ",
+        "Cleaner",
+        "Jumper",
+        "Iron Man",
+        "Star Wars: The Clone Wars",
+        "Lakeview Terrace",
+        "Soul Men",
+        "The Spirit",
+        "Gospel Hill",
+        "Astro Boy",
+        "Mother and Child",
+        "Inglourious Basterds",
+        "Quantum Quest: A Cassini Space Odyssey",
+        "Unthinkable",
+        "Iron Man 2",
+        "The Other Guys",
+        "African Cats",
+        "Thor",
+        "Captain America: The First Avenger",
+        "Arena",
+        "Fury",
+        "The Avengers",
+        "The Samaritan",
+        "Meeting Evil",
+        "Zambezia",
+        "Django Unchained",
+        "Turbo",
+        "Oldboy",
+        "Reasonable Doubt",
+        "RoboCop",
+        "Captain America: The Winter Soldier",
+        "Kite",
+        "Big Game",
+        "Kingsman: The Secret Service",
+        "Avengers: Age of Ultron",
+        "Barely Lethal",
+        "Chi-Raq",
+        "The Hateful Eight",
+        "Cell",
+        "The Legend of Tarzan",
+        "Miss Peregrine's Home for Peculiar Children",
+        "xXx: Return of Xander Cage",
+        "Kong: Skull Island",
+        "The Hitman's Bodyguard",
+        "Unicorn Store",
+        "The Incredibles 2",
+        "Blazing Samurai",
+        "Avengers: Infinity War",
+        "Untitled Avengers film"
+      ]
+    },
+    "Jon Lovitz": {
+      "json_class": "Actor",
+      "name": "Jon Lovitz",
+      "age": 59,
+      "total_gross": 35,
+      "movies": [
+        "Hamburger... The Motion Picture",
+        "Last Resort",
+        "Jumpin' Jack Flash",
+        "Ratboy",
+        "Three Amigos",
+        "The Brave Little Toaster",
+        "Big",
+        "My Stepmother Is an Alien",
+        "Mr. Destiny",
+        "An American Tail: Fievel Goes West",
+        "A League of Their Own",
+        "Mom and Dad Save the World",
+        "Loaded Weapon 1",
+        "Coneheads",
+        "City Slickers II: The Legend of Curly's Gold",
+        "North",
+        "Trapped in Paradise",
+        "For Goodness Sake II",
+        "The Great White Hype",
+        "Matilda",
+        "High School High",
+        "The Wedding Singer",
+        "Happiness",
+        "Lost & Found",
+        "Small Time Crooks",
+        "Little Nicky",
+        "Sand",
+        "3000 Miles to Graceland",
+        "Cats & Dogs",
+        "Rat Race",
+        "Good Advice",
+        "Eight Crazy Nights",
+        "Dickie Roberts: Former Child Star",
+        "The Stepford Wives",
+        "The Producers",
+        "Farce of the Penguins",
+        "The Benchwarmers",
+        "Southland Tales",
+        "I Could Never Be Your Woman",
+        "Casino Jack",
+        "Jewtopia",
+        "Hotel Transylvania",
+        "Bula Quo!",
+        "Grown Ups 2",
+        "Jay & Silent Bob's Super Groovy Cartoon Movie",
+        "A Mouse Tale",
+        "Hotel Transylvania 2",
+        "The Ridiculous 6",
+        "Mother's Day"
+      ]
+    },
+    "Tim Curry": {
+      "json_class": "Actor",
+      "name": "Tim Curry",
+      "age": 70,
+      "total_gross": 97,
+      "movies": [
+        "The Rocky Horror Picture Show",
+        "The Shout",
+        "Times Square",
+        "Annie",
+        "The Ploughman's Lunch",
+        "Legend",
+        "Clue",
+        "Pass the Ammo",
+        "The Hunt for Red October",
+        "Oscar",
+        "FernGully: The Last Rainforest",
+        "Passed Away",
+        "Home Alone 2: Lost in New York",
+        "Loaded Weapon 1",
+        "The Three Musketeers",
+        "The Shadow",
+        "The Pebble and the Penguin",
+        "Congo",
+        "Muppet Treasure Island",
+        "McHale's Navy",
+        "Beauty and the Beast: The Enchanted Christmas",
+        "A Christmas Carol",
+        "Addams Family Reunion",
+        "The Rugrats Movie",
+        "The Easter Story Keepers",
+        "Scooby-Doo! and the Witch's Ghost",
+        "Bartok the Magnificent",
+        "Pirates of the Plain",
+        "Four Dogs Playing Poker",
+        "Sorted",
+        "Lion of Oz",
+        "Charlie's Angels",
+        "Rugrats in Paris: The Movie",
+        "Scary Movie 2",
+        "Barbie in the Nutcracker",
+        "Ritual",
+        "The Scoundrel's Wife",
+        "The Cat Returns",
+        "The Wild Thornberrys Movie",
+        "Rugrats Go Wild",
+        "Kinsey",
+        "Bailey's Billion$",
+        "¡Mucha Lucha!: The Return of El Maléfico",
+        "Valiant",
+        "Queer Duck: The Movie",
+        "Garfield: A Tail of Two Kitties",
+        "A Sesame Street Christmas Carol",
+        "The Chosen One",
+        "Christmas in Wonderland",
+        "Fly Me to the Moon",
+        "The Secret of Moonacre",
+        "Scooby-Doo! and the Goblin King",
+        "Barbie and the Three Musketeers",
+        "Mythic Journeys",
+        "Curious George 2: Follow That Monkey!",
+        "A Turtle's Tale: Sammy's Adventures",
+        "Burke and Hare",
+        "The Voyages of Young Doctor Dolittle",
+        "The Outback",
+        "Back to the Sea",
+        "Strange Frame",
+        "Gingerclown",
+        "Saving Santa",
+        "Axel: The Biggest Little Hero",
+        "Ribbit"
+      ]
+    },
+    "Kathy Ireland": {
+      "json_class": "Actor",
+      "name": "Kathy Ireland",
+      "age": 53,
+      "total_gross": 28,
+      "movies": [
+        "Charles in Charge",
+        "Alien from L.A.",
+        "Journey to the Center of the Earth",
+        "Worth Winning",
+        "Grand",
+        "Side Out",
+        "Mr. Destiny",
+        "Necessary Roughness",
+        "Tales from the Crypt",
+        "Mom and Dad Save the World",
+        "Danger Island",
+        "Loaded Weapon 1",
+        "Down the Shore",
+        "The Larry Sanders Show",
+        "Amore!",
+        "A Perry Mason Mystery: The Case of the Wicked Wives",
+        "Boy Meets World",
+        "Bandit: Beauty and the Bandit",
+        "Melrose Place",
+        "The Watcher",
+        "Deadly Games",
+        "Gridlock",
+        "The Fantastic Four",
+        "Miami Hustle",
+        "Sabrina, the Teenage Witch",
+        "Suddenly Susan",
+        "Duckman: Private Dick/Family Man",
+        "The Incredible Hulk",
+        "The Lionhearts",
+        "King of the Hill",
+        "Cosby",
+        "Pensacola: Wings of Gold",
+        "Touched by an Angel",
+        "Once Upon a Christmas",
+        "Twice Upon a Christmas",
+        "Strong Medicine",
+        "For Your Love",
+        "Totally Spies!",
+        "Family Guy"
+      ]
+    },
+    "William Shatner": {
+      "json_class": "Actor",
+      "name": "William Shatner",
+      "age": 85,
+      "total_gross": 1800364,
+      "movies": [
+        "Oedipus the King",
+        "The Brothers Karamazov",
+        "Judgment at Nuremberg",
+        "The Explosive Generation",
+        "The Intruder",
+        "The Outrage",
+        "Incubus",
+        "White Comanche",
+        "Impulse",
+        "Big Bad Mama",
+        "The Devil's Rain",
+        "Kingdom of the Spiders",
+        "Land of No Return",
+        "Star Trek: The Motion Picture",
+        "The Kidnapping of the President",
+        "Airplane II: The Sequel",
+        "Star Trek II: The Wrath of Khan",
+        "Visiting Hours",
+        "Star Trek III: The Search for Spock",
+        "Star Trek IV: The Voyage Home",
+        "Star Trek V: The Final Frontier",
+        "Star Trek VI: The Undiscovered Country",
+        "Loaded Weapon 1",
+        "Star Trek Generations",
+        "Land of the Free",
+        "Free Enterprise",
+        "Miss Congeniality",
+        "Falcon Down",
+        "Osmosis Jones",
+        "Shoot or Be Shot",
+        "American Psycho 2",
+        "Showtime",
+        "Groom Lake",
+        "DodgeBall: A True Underdog Story",
+        "Miss Congeniality 2: Armed and Fabulous",
+        "Lil' Pimp",
+        "The Wild",
+        "Over the Hedge",
+        "Stalking Santa",
+        "Fanboys",
+        "William Shatner's Gonzo Ballet",
+        "Quantum Quest: A Cassini Space Odyssey",
+        "Horrorween",
+        "Escape from Planet Earth",
+        "A Christmas Horror Story",
+        "When Elephants Were Young",
+        "Range 15",
+        "Creators: The Past",
+        "Malevolent"
+      ]
+    },
+    "Sarah Jessica Parker": {
+      "json_class": "Actor",
+      "name": "Sarah Jessica Parker",
+      "age": 51,
+      "total_gross": 24107867,
+      "movies": [
+        "Footloose",
+        "Firstborn",
+        "Girls Just Want to Have Fun",
+        "Flight of the Navigator",
+        "L.A. Story",
+        "Honeymoon in Vegas",
+        "Striking Distance",
+        "Hocus Pocus",
+        "Ed Wood",
+        "Miami Rhapsody",
+        "Mars Attacks!",
+        "If Lucy Fell",
+        "The First Wives Club",
+        "Extreme Measures",
+        "'Til There Was You",
+        "Dudley Do-Right",
+        "State and Main",
+        "Life Without Dick",
+        "The Family Stone",
+        "Strangers with Candy",
+        "Failure to Launch",
+        "Spinning into Butter",
+        "Smart People",
+        "Sex and the City",
+        "Did You Hear About the Morgans?",
+        "Sex and the City 2",
+        "I Don't Know How She Does It",
+        "New Year's Eve",
+        "Escape from Planet Earth",
+        "Lovelace",
+        "All Roads Lead to Rome"
+      ]
+    },
+    "Dennis Farina": {
+      "json_class": "Actor",
+      "name": "Dennis Farina",
+      "age": 69,
+      "total_gross": 24107867,
+      "movies": [
+        "Thief",
+        "Code of Silence",
+        "Jo Jo Dancer, Your Life Is Calling",
+        "Manhunter",
+        "Midnight Run",
+        "Men of Respect",
+        "We're Talking Serious Money",
+        "Mac",
+        "Another Stakeout",
+        "Romeo Is Bleeding",
+        "Striking Distance",
+        "Little Big League",
+        "Get Shorty",
+        "Eddie",
+        "That Old Feeling",
+        "Out of Sight",
+        "Saving Private Ryan",
+        "The Mod Squad",
+        "Reindeer Games",
+        "Snatch",
+        "Sidewalks of New York",
+        "Big Trouble",
+        "Stealing Harvard",
+        "Paparazzi",
+        "You Kill Me",
+        "Purple Violets",
+        "National Lampoon's Bag Boy",
+        "The Grand",
+        "Bottle Shock",
+        "What Happens in Vegas",
+        "Knucklehead",
+        "The Last Rites of Joe May",
+        "Authors Anonymous"
+      ]
+    },
+    "Tom Sizemore": {
+      "json_class": "Actor",
+      "name": "Tom Sizemore",
+      "age": 55,
+      "total_gross": 24108066,
+      "movies": [
+        "Blue Steel",
+        "Lock Up",
+        "Rude Awakening",
+        "Penn & Teller Get Killed",
+        "Born on the Fourth of July",
+        "A Matter of Degrees",
+        "Flight of the Intruder",
+        "Guilty by Suspicion",
+        "Point Break",
+        "Harley Davidson and the Marlboro Man",
+        "Where Sleeping Dogs Lie",
+        "Passenger 57",
+        "Heart and Souls",
+        "True Romance",
+        "Striking Distance",
+        "Wyatt Earp",
+        "Natural Born Killers",
+        "Devil in a Blue Dress",
+        "Strange Days",
+        "Heat",
+        "The Relic",
+        "Saving Private Ryan",
+        "Enemy of the State",
+        "The Florentine",
+        "The Match",
+        "Bringing Out the Dead",
+        "Play It to the Bone",
+        "Get Carter",
+        "Red Planet",
+        "Pearl Harbor",
+        "Ticker",
+        "Black Hawk Down",
+        "Swindle",
+        "Big Trouble",
+        "Dreamcatcher",
+        "Pauly Shore Is Dead",
+        "Paparazzi",
+        "No Rules",
+        "Furnace",
+        "Bottom Feeder",
+        "Zyzzyx Road",
+        "Splinter",
+        "The Genius Club",
+        "Protecting the King",
+        "Oranges",
+        "A Broken Life",
+        "American Son",
+        "Red",
+        "The Flyboys",
+        "The Last Lullaby",
+        "Stiletto",
+        "Toxic",
+        "The Grind",
+        "Super Capers",
+        "Corrado",
+        "21 and a Wake-Up",
+        "Shadows in Paradise",
+        "Cross",
+        "Big Money Rustlas",
+        "C.L.A.S.S",
+        "Chlorine",
+        "Black Gold",
+        "Suing the Devil",
+        "Right Angle",
+        "Cousin Sarah",
+        "El Cartel de los Sapos",
+        "Company of Heroes",
+        "Before I Sleep",
+        "Reach Me",
+        "SEAL Team 8: Behind Enemy Lines",
+        "The Intruders",
+        "USS Indianapolis: Men of Courage",
+        "Crossing Point",
+        "Beyond Valkyrie:Dawn of the 4th Reich",
+        "Radical",
+        "Felt",
+        "Atomica"
+      ]
+    },
+    "Jane March": {
+      "json_class": "Actor",
+      "name": "Jane March",
+      "age": 43,
+      "total_gross": 19750470,
+      "movies": [
+        "The Lover",
+        "Color of Night",
+        "Never Ever",
+        "Tarzan and the Lost City",
+        "Provocateur",
+        "Beauty and the Beast",
+        "The Stone Merchant",
+        "My Last Five Girlfriends",
+        "Clash of the Titans",
+        "Stalker",
+        "Will",
+        "Grimm's Snow White",
+        "Jack the Giant Killer"
+      ]
+    },
+    "Ruben Blades": {
+      "json_class": "Actor",
+      "name": "Ruben Blades",
+      "age": 68,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Lesley Ann Warren": {
+      "json_class": "Actor",
+      "name": "Lesley Ann Warren",
+      "age": 70,
+      "total_gross": 19750470,
+      "movies": [
+        "The Chapman Report",
+        "Cinderella",
+        "Gunsmoke",
+        "Dr. Kildare",
+        "The Happiest Millionaire",
+        "The One and Only, Genuine, Original Family Band",
+        "Seven in Darkness",
+        "Mission: Impossible",
+        "Love Hate Love",
+        "Cat Ballou",
+        "Assignment: Munich",
+        "The Letters",
+        "Columbo",
+        "A Deadly State of Mind",
+        "The Legend of Valentino",
+        "Harry and Walter Go to New York",
+        "Harold Robbins' 79 Park Avenue",
+        "Betrayal",
+        "Pearl",
+        "The Muppet Show",
+        "Race for the Yankee Zephyr",
+        "Victor Victoria",
+        "A Night in Heaven",
+        "Choose Me",
+        "Songwriter",
+        "Clue",
+        "Apology",
+        "Burglar",
+        "Cop",
+        "Baja Oklahoma",
+        "Worth Winning",
+        "27 Wagons Full of Cotton",
+        "Family of Spies",
+        "Life Stinks",
+        "In Sickness and in Health",
+        "Pure Country",
+        "Willing to Kill",
+        "A Mother's Revenge",
+        "Color of Night",
+        "Joseph",
+        "Bird of Prey",
+        "Murderous Intent",
+        "Going All the Way",
+        "Richie Rich's Christmas Wish",
+        "Love Kills",
+        "The Limey",
+        "Teaching Mrs. Tingle",
+        "Ropewalk",
+        "Trixie",
+        "Delivering Milo",
+        "The Quickie",
+        "Wolf Girl",
+        "Secretary",
+        "Touched by an Angel",
+        "The Practice",
+        "Less than Perfect",
+        "The Shore",
+        "Constellation",
+        "When Do We Eat?",
+        "Deepwater",
+        "Crossing Jordan",
+        "10th & Wolf",
+        "Will & Grace",
+        "A Little Help",
+        "Peep World",
+        "Desperate Housewives",
+        "In Plain Sight",
+        "Jobs",
+        "Psych",
+        "I Am Michael",
+        "Community",
+        "Gigi Does It",
+        "Girlfriends' Guide to Divorce",
+        "Between Us",
+        "Blunt Talk"
+      ]
+    },
+    "Brad Dourif": {
+      "json_class": "Actor",
+      "name": "Brad Dourif",
+      "age": 66,
+      "total_gross": 19752377,
+      "movies": [
+        "One Flew Over the Cuckoo's Nest",
+        "Group Portrait with Lady",
+        "Eyes of Laura Mars",
+        "Studs Lonigan",
+        "Wise Blood",
+        "Heaven's Gate",
+        "Ragtime",
+        "Dune",
+        "Blue Velvet",
+        "Fatal Beauty",
+        "Child's Play",
+        "Mississippi Burning",
+        "Child's Play 2",
+        "Spontaneous Combustion",
+        "Graveyard Shift",
+        "The Exorcist III",
+        "Hidden Agenda",
+        "Chaindance",
+        "Grim Prairie Tales",
+        "Child's Play 3",
+        "Jungle Fever",
+        "Body Parts",
+        "Scream of Stone",
+        "London Kills Me",
+        "Critters 4",
+        "Trauma",
+        "Amos & Andrew",
+        "Color of Night",
+        "Babylon 5",
+        "Death Machine",
+        "Murder in the First",
+        "Nightwatch",
+        "Best Men",
+        "Alien: Resurrection",
+        "Brown's Requiem",
+        "Senseless",
+        "Progeny",
+        "Urban Legend",
+        "Bride of Chucky",
+        "Shadow Hours",
+        "The Prophecy 3: The Ascent",
+        "Soulkeeper",
+        "The Lord of the Rings: The Two Towers",
+        "The Box",
+        "The Lord of the Rings: The Return of the King",
+        "Seed of Chucky",
+        "El Padrino",
+        "Drop Dead Sexy",
+        "The Wild Blue Yonder",
+        "Pulse",
+        "Sinner",
+        "The Wizard of Gore",
+        "Halloween",
+        "Touching Home",
+        "Humboldt County",
+        "The Bad Lieutenant: Port of Call New Orleans",
+        "Halloween II",
+        "My Son, My Son, What Have Ye Done?",
+        "Chain Letter",
+        "Junkyard Dog",
+        "Fading of the Cries",
+        "Priest",
+        "Catch .44",
+        "Death and Cremation",
+        "Gingerclown",
+        "Curse of Chucky",
+        "Malignant",
+        "Cult of Chucky"
+      ]
+    },
+    "Lance Henriksen": {
+      "json_class": "Actor",
+      "name": "Lance Henriksen",
+      "age": 76,
+      "total_gross": 43440347,
+      "movies": [
+        "The Outsider",
+        "The Godfather Part II",
+        "Dog Day Afternoon",
+        "Mansion of the Doomed",
+        "Network",
+        "The Next Man",
+        "Close Encounters of the Third Kind",
+        "Damien: Omen II",
+        "The Visitor",
+        "Piranha II: The Spawning",
+        "Prince of the City",
+        "Blood Feud",
+        "Nightmares",
+        "The Right Stuff",
+        "The Terminator",
+        "Jagged Edge",
+        "Savage Dawn",
+        "Aliens",
+        "On Dangerous Ground",
+        "Near Dark",
+        "Pumpkinhead",
+        "House III: The Horror Show",
+        "Survival Quest",
+        "Johnny Handsome",
+        "Hit List",
+        "The Pit and the Pendulum",
+        "Stone Cold",
+        "Jennifer 8",
+        "Alien 3",
+        "Delta Heat",
+        "Excessive Force",
+        "Super Mario Bros.",
+        "Man's Best Friend",
+        "Hard Target",
+        "Knights",
+        "No Escape",
+        "Color of Night",
+        "Boulevard",
+        "Felony",
+        "Aurora: Operation Intercept",
+        "The Quick and the Dead",
+        "Dead Man",
+        "Powder",
+        "Mind Ripper",
+        "The Nature of the Beast",
+        "Dusting Cliff 7",
+        "Last Assassins",
+        "No Contest II",
+        "The Day Lincoln Was Shot",
+        "Tarzan",
+        "Scream 3",
+        "Lost Voyage",
+        "The Mangler 2",
+        "The Untold",
+        "Antibody",
+        "Mimic 3: Sentinel",
+        "Modigliani",
+        "Madhouse",
+        "Alien vs. Predator",
+        "Starkweather",
+        "Paranoia 1.0",
+        "One Point O",
+        "Into the West",
+        "Tarzan II",
+        "Supernova",
+        "Hellraiser: Hellworld",
+        "When a Stranger Calls",
+        "The Garden",
+        "Abominable",
+        "Sasquatch Mountain",
+        "The Da Vinci Treasure",
+        "Superman: Brainiac Attacks",
+        "Pirates of Treasure Island",
+        "Pumpkinhead: Ashes to Ashes",
+        "Pumpkinhead: Blood Feud",
+        "Bone Dry",
+        "In the Spider's Web",
+        "The Chosen One",
+        "Deadwater",
+        "Dying God",
+        "Dark Reel",
+        "Appaloosa",
+        "Necessary Evil",
+        "Pistol Whipped",
+        "Prairie Fever",
+        "Alone in the Dark II",
+        "Ladies of the House",
+        "Screamers: The Hunting",
+        "The Slammin' Salmon",
+        "The Seamstress",
+        "The Lost Tribe",
+        "Jennifer's Body",
+        "Cyrus",
+        "The Genesis Code",
+        "Godkiller",
+        "Scream of the Banshee",
+        "The Witches of Oz",
+        "Good Day for It",
+        "Beautiful Wave",
+        "Monster Brawl",
+        "The Arcadian",
+        "Astronaut: The Last Push",
+        "Gingerclown",
+        "Phantom",
+        "Hollows Grove",
+        "Garm Wars: The Last Druid",
+        "Harbinger Down",
+        "Fragile Storm",
+        "Kids vs Monsters",
+        "Stung",
+        "Me Him Her",
+        "Lake Eerie",
+        "Daylights End"
+      ]
+    },
+    "Kevin J. O%27Connor (actor)": {
+      "json_class": "Actor",
+      "name": "Kevin J. O%27Connor (actor)",
+      "age": 53,
+      "total_gross": 19750470,
+      "movies": [
+        "One More Saturday Night",
+        "Peggy Sue Got Married",
+        "Candy Mountain",
+        "The Moderns",
+        "The Caine Mutiny Court-Martial",
+        "Signs of Life",
+        "Steel Magnolias",
+        "Love at Large",
+        "F/X2",
+        "Equinox",
+        "Hero",
+        "No Escape",
+        "Color of Night",
+        "Canadian Bacon",
+        "Virtuosity",
+        "Lord of Illusions",
+        "Chicago Cab",
+        "The Love Bug",
+        "Amistad",
+        "Gods and Monsters",
+        "Deep Rising",
+        "The Mummy",
+        "Chill Factor",
+        "Van Helsing",
+        "Seraphim Falls",
+        "Flight of the Living Dead: Outbreak on a Plane",
+        "There Will Be Blood",
+        "G.I. Joe: The Rise of Cobra",
+        "The Master",
+        "The Master Cleanse"
+      ]
+    },
+    "Elijah Wood": {
+      "json_class": "Actor",
+      "name": "Elijah Wood",
+      "age": 36,
+      "total_gross": 165,
+      "movies": [
+        "Back to the Future Part II",
+        "Internal Affairs",
+        "Child in the Night",
+        "Avalon",
+        "Paradise",
+        "Day-O",
+        "Forever Young",
+        "Radio Flyer",
+        "The Adventures of Huck Finn",
+        "The Good Son",
+        "North",
+        "The War",
+        "Flipper",
+        "The Ice Storm",
+        "Oliver Twist",
+        "Deep Impact",
+        "The Faculty",
+        "The Bumblebee Flies Anyway",
+        "Black and White",
+        "Chain of Fools",
+        "The Lord of the Rings: The Fellowship of the Ring",
+        "Ash Wednesday",
+        "The Lord of the Rings: The Two Towers",
+        "The Adventures of Tom Thumb and Thumbelina",
+        "All I Want",
+        "The Lord of the Rings: The Return of the King",
+        "Spy Kids 3-D: Game Over",
+        "Eternal Sunshine of the Spotless Mind",
+        "Sin City",
+        "Everything Is Illuminated",
+        "Green Street",
+        "Bobby",
+        "Happy Feet",
+        "Paris, je t'aime",
+        "Day Zero",
+        "The Oxford Murders",
+        "9",
+        "Beyond All Boundaries",
+        "The Romantics",
+        "Fight For Your Right: Revisited",
+        "Happy Feet Two",
+        "The Death and Return of Superman",
+        "Celeste and Jesse Forever",
+        "Revenge for Jolly!",
+        "Maniac",
+        "The Hobbit: An Unexpected Journey",
+        "Pawn Shop Chronicles",
+        "Grand Piano",
+        "Cooties",
+        "A Girl Walks Home Alone at Night",
+        "Open Windows",
+        "The Wind Rises",
+        "Set Fire to the Stars",
+        "The Boy",
+        "The Last Witch Hunter",
+        "The Trust",
+        "The Greasy Strangler",
+        "I Don't Feel at Home in This World Anymore"
+      ]
+    },
+    "Jason Alexander": {
+      "json_class": "Actor",
+      "name": "Jason Alexander",
+      "age": 57,
+      "total_gross": 9871072,
+      "movies": [
+        "The Burning",
+        "The Mosquito Coast",
+        "Brighton Beach Memoirs",
+        "Pretty Woman",
+        "White Palace",
+        "Jacob's Ladder",
+        "Coneheads",
+        "For Goodness Sake",
+        "The Paper",
+        "North",
+        "The Return of Jafar",
+        "Blankman",
+        "The Last Supper",
+        "For Better or Worse",
+        "The Hunchback of Notre Dame",
+        "Dunston Checks In",
+        "Love! Valour! Compassion!",
+        "Denial",
+        "Love and Action in Chicago",
+        "Madeline: Lost in Paris",
+        "Just Looking",
+        "The Adventures of Rocky and Bullwinkle",
+        "The Trumpet of the Swan",
+        "Shallow Hal",
+        "The Hunchback of Notre Dame II",
+        "101 Dalmatians II: Patch's London Adventure",
+        "Farce of the Penguins",
+        "Ira and Abby",
+        "Hood of Horror",
+        "The Grand",
+        "Rock Slyde",
+        "Hachi: A Dog's Tale",
+        "Quantum Quest: A Cassini Space Odyssey",
+        "The Voyages of Young Doctor Dolittle",
+        "Stars in Shorts",
+        "Wild Card",
+        "Larry Gaye: Renegade Male Flight Attendant",
+        "Tom and Jerry: Back to Oz"
+      ]
+    },
+    "Alan Arkin": {
+      "json_class": "Actor",
+      "name": "Alan Arkin",
+      "age": 82,
+      "total_gross": 7,
+      "movies": [
+        "That's Me",
+        "The Russians Are Coming, the Russians Are Coming",
+        "Woman Times Seven",
+        "Wait Until Dark",
+        "Inspector Clouseau",
+        "The Heart Is a Lonely Hunter",
+        "Popi",
+        "The Monitors",
+        "Catch-22",
+        "Little Murders",
+        "Last of the Red Hot Lovers",
+        "Deadhead Miles",
+        "Freebie and the Bean",
+        "Rafferty and the Gold Dust Twins",
+        "Hearts of the West",
+        "The Seven-Per-Cent Solution",
+        "Fire Sale",
+        "The In-Laws",
+        "The Magician of Lublin",
+        "Simon",
+        "Full Moon High",
+        "Improper Channels",
+        "Chu Chu and the Philly Flash",
+        "The Last Unicorn",
+        "The Return of Captain Invincible",
+        "Joshua Then and Now",
+        "Bad Medicine",
+        "Big Trouble",
+        "Escape from Sobibor",
+        "Coupe de Ville",
+        "Edward Scissorhands",
+        "Havana",
+        "The Rocketeer",
+        "Glengarry Glen Ross",
+        "Indian Summer",
+        "So I Married an Axe Murderer",
+        "North",
+        "Picture Windows",
+        "The Jerky Boys: The Movie",
+        "Steal Big Steal Little",
+        "Mother Night",
+        "Grosse Pointe Blank",
+        "Four Days in September",
+        "Gattaca",
+        "Slums of Beverly Hills",
+        "Jakob the Liar",
+        "America's Sweethearts",
+        "Thirteen Conversations About One Thing",
+        "Eros",
+        "Noel",
+        "The Novice",
+        "Firewall",
+        "Little Miss Sunshine",
+        "The Santa Clause 3: The Escape Clause",
+        "Raising Flagg",
+        "Rendition",
+        "Sunshine Cleaning",
+        "Get Smart",
+        "Marley & Me",
+        "The Private Lives of Pippa Lee",
+        "City Island",
+        "Thin Ice",
+        "The Change-Up",
+        "The Muppets",
+        "Argo",
+        "Stand Up Guys",
+        "The Incredible Burt Wonderstone",
+        "Grudge Match",
+        "Million Dollar Arm",
+        "Love the Coopers",
+        "Going in Style"
+      ]
+    },
+    "Dan Aykroyd": {
+      "json_class": "Actor",
+      "name": "Dan Aykroyd",
+      "age": 64,
+      "total_gross": 7,
+      "movies": [
+        "Love at First Sight",
+        "Mr. Mike's Mondo Video",
+        "1941",
+        "The Blues Brothers",
+        "Neighbors",
+        "It Came from Hollywood",
+        "Doctor Detroit",
+        "Trading Places",
+        "Twilight Zone: The Movie",
+        "Ghostbusters",
+        "Indiana Jones and the Temple of Doom",
+        "Nothing Lasts Forever",
+        "Into the Night",
+        "Spies Like Us",
+        "Dragnet",
+        "The Couch Trip",
+        "The Great Outdoors",
+        "Caddyshack II",
+        "She's Having a Baby",
+        "My Stepmother Is an Alien",
+        "Driving Miss Daisy",
+        "Ghostbusters II",
+        "Loose Cannons",
+        "Masters of Menace",
+        "My Girl",
+        "Nothing but Trouble",
+        "Chaplin",
+        "Sneakers",
+        "This Is My Life",
+        "Coneheads",
+        "A Century of Cinema",
+        "Exit to Eden",
+        "My Girl 2",
+        "North",
+        "Canadian Bacon",
+        "Casper",
+        "Tommy Boy",
+        "Rainbow",
+        "Celtic Pride",
+        "Feeling Minnesota",
+        "My Fellow Americans",
+        "Getting Away with Murder",
+        "Sgt. Bilko",
+        "Grosse Pointe Blank",
+        "Antz",
+        "Blues Brothers 2000",
+        "Susan's Plan",
+        "Diamonds",
+        "The House of Mirth",
+        "Loser",
+        "Stardom",
+        "The Curse of the Jade Scorpion",
+        "Evolution",
+        "On the Nose",
+        "Pearl Harbor",
+        "Crossroads",
+        "Unconditional Love",
+        "Bright Young Things",
+        "Christmas with the Kranks",
+        "Shortcut to Happiness",
+        "50 First Dates",
+        "Intern Academy",
+        "I Now Pronounce You Chuck & Larry",
+        "War, Inc.",
+        "Yogi Bear",
+        "The Campaign",
+        "Legends of Oz: Dorothy's Return",
+        "Tammy",
+        "Get on Up",
+        "Pixels",
+        "Ghostbusters: Answer the Call"
+      ]
+    },
+    "Kathy Bates": {
+      "json_class": "Actor",
+      "name": "Kathy Bates",
+      "age": 68,
+      "total_gross": 7,
+      "movies": [
+        "Taking Off",
+        "Straight Time",
+        "Come Back to the Five and Dime, Jimmy Dean, Jimmy Dean",
+        "Two of a Kind",
+        "The Morning After",
+        "Summer Heat",
+        "My Best Friend Is a Vampire",
+        "Arthur 2: On the Rocks",
+        "Signs of Life",
+        "Men Don't Leave",
+        "Dick Tracy",
+        "White Palace",
+        "Misery",
+        "Shadows and Fog",
+        "At Play in the Fields of the Lord",
+        "Fried Green Tomatoes",
+        "The Road to Mecca",
+        "Prelude to a Kiss",
+        "Used People",
+        "A Home of Our Own",
+        "North",
+        "Curse of the Starving Class",
+        "Dolores Claiborne",
+        "Angus",
+        "Diabolique",
+        "The War at Home",
+        "Swept from the Sea",
+        "Titanic",
+        "Primary Colors",
+        "The Waterboy",
+        "A Civil Action",
+        "Bruno",
+        "Rat Race",
+        "American Outlaws",
+        "Love Liza",
+        "Dragonfly",
+        "About Schmidt",
+        "Unconditional Love",
+        "Around the World in 80 Days",
+        "Little Black Book",
+        "Popeye's Voyage: The Quest for Pappy",
+        "The Cutting Edge: The Magic of Movie Editing",
+        "The Bridge of San Luis Rey",
+        "Guilty Hearts",
+        "Rumor Has It...",
+        "Failure to Launch",
+        "Relative Strangers",
+        "Bonneville",
+        "Charlotte's Web",
+        "Bee Movie",
+        "Fred Claus",
+        "The Golden Compass",
+        "P.S. I Love You",
+        "Christmas Is Here Again",
+        "The Family That Preys",
+        "The Day the Earth Stood Still",
+        "Revolutionary Road",
+        "Chéri",
+        "Personal Effects",
+        "The Blind Side",
+        "The Legend of Pancho Barnes and the Happy Bottom Riding Club",
+        "Valentine's Day",
+        "Midnight in Paris",
+        "You May Not Kiss the Bride",
+        "A Little Bit of Heaven",
+        "Tammy",
+        "Boychoir",
+        "When Marnie Was There",
+        "The Boss",
+        "Complete Unknown",
+        "The Great Gilly Hopkins",
+        "Bad Santa 2",
+        "The Death and Life of John F. Donovan",
+        "Krystal"
+      ]
+    },
+    "Faith Ford": {
+      "json_class": "Actor",
+      "name": "Faith Ford",
+      "age": 52,
+      "total_gross": 7,
+      "movies": [
+        "You Talkin' to Me?",
+        "For Goodness Sake",
+        "North",
+        "Sometimes They Come Back... for More",
+        "Beethoven's 5th",
+        "The Pacifier",
+        "Prom",
+        "Escapee"
+      ]
+    },
+    "Graham Greene (actor)": {
+      "json_class": "Actor",
+      "name": "Graham Greene (actor)",
+      "age": 64,
+      "total_gross": 373,
+      "movies": [
+        "The Great Detective",
+        "Running Brave",
+        "Spirit Bay",
+        "Revolution",
+        "Captain Power and the Soldiers of the Future",
+        "Street Legal",
+        "9B",
+        "Powwow Highway",
+        "Where the Spirit Lives",
+        "Lost in the Barrens",
+        "Dances with Wolves",
+        "Clearcut",
+        "Murder, She Wrote",
+        "The Last of His Tribe",
+        "Thunderheart",
+        "Rain Without Thunder",
+        "Northern Exposure",
+        "Medicine River",
+        "Huck and the King of Hearts",
+        "Spirit Rider",
+        "Cooperstown",
+        "North of 60",
+        "Benefit of the Doubt",
+        "The Broken Chain",
+        "The Adventures of Dudley the Dragon",
+        "Camilla",
+        "Lonesome Dove: The Series",
+        "Murder, She Wrote",
+        "Savage Land",
+        "The Red Green Show",
+        "Maverick",
+        "North",
+        "Die Hard with a Vengeance",
+        "HBO First Look",
+        "The Pathfinder",
+        "500 Nations",
+        "The Outer Limits",
+        "The Education of Little Tree",
+        "Wounded",
+        "Exhibit A: Secrets of Forensic Science",
+        "Grey Owl",
+        "The Green Mile",
+        "Big Wolf on Campus",
+        "Desire",
+        "Lost and Delirious",
+        "Wolf Lake",
+        "Duct Tape Forever",
+        "Snow Dogs",
+        "Skins",
+        "Shattered City: The Halifax Explosion",
+        "Coyote Waits",
+        "A Thief of Time",
+        "Transamerica",
+        "Spirit Bear: The Simon Jackson Story",
+        "Into the West",
+        "Numb3rs",
+        "Buffalo Dreams",
+        "Christmas in the Clouds",
+        "A Lobster Tale",
+        "Luna: Spirit of the Whale",
+        "All Hat",
+        "Just Buried",
+        "Turok: Son of Stone",
+        "The Twilight Saga: New Moon",
+        "The Wild Girl",
+        "Casino Jack",
+        "Gunless",
+        "Being Erica",
+        "Defiance",
+        "Chasing Shakespeare",
+        "Atlantic Rim",
+        "Maïna",
+        "Longmire",
+        "Winter's Tale",
+        "Corner Gas: The Movie",
+        "Attack From Beneath",
+        "Unnatural",
+        "Wind River",
+        "The Shack",
+        "Molly's Game"
+      ]
+    },
+    "Julia Louis-Dreyfus": {
+      "json_class": "Actor",
+      "name": "Julia Louis-Dreyfus",
+      "age": 56,
+      "total_gross": 7,
+      "movies": [
+        "Troll",
+        "Hannah and Her Sisters",
+        "Soul Man",
+        "National Lampoon's Christmas Vacation",
+        "Jack the Bear",
+        "North",
+        "Fathers' Day",
+        "Deconstructing Harry",
+        "A Bug's Life",
+        "Picture Paris",
+        "Planes",
+        "Enough Said"
+      ]
+    },
+    "Reba McEntire": {
+      "json_class": "Actor",
+      "name": "Reba McEntire",
+      "age": 61,
+      "total_gross": 7,
+      "movies": [
+        "Tremors",
+        "Maverick",
+        "North",
+        "The Little Rascals",
+        "One Night at McCool's",
+        "The Fox and the Hound 2",
+        "Charlotte's Web",
+        "The Land Before Time: Journey of the Brave"
+      ]
+    },
+    "John Ritter": {
+      "json_class": "Actor",
+      "name": "John Ritter",
+      "age": -1,
+      "total_gross": 111,
+      "movies": [
+        "The Barefoot Executive",
+        "Scandalous John",
+        "The Other",
+        "The Stone Killer",
+        "Nickelodeon",
+        "Americathon",
+        "Hero at Large",
+        "Wholly Moses!",
+        "They All Laughed",
+        "The Flight of Dragons",
+        "Sunset Limousine",
+        "A Smoky Mountain Christmas",
+        "Real Men",
+        "Skin Deep",
+        "It",
+        "Problem Child",
+        "Problem Child 2",
+        "Noises Off",
+        "Stay Tuned",
+        "Danielle Steel's Heartbeat",
+        "North",
+        "Sling Blade",
+        "Nowhere",
+        "Hacks",
+        "Montana",
+        "I Woke Up Early the Day I Died",
+        "Bride of Chucky",
+        "Lethal Vows",
+        "Panic",
+        "Tripfall",
+        "Terror Tract",
+        "Tadpole",
+        "Manhood",
+        "Bad Santa",
+        "Clifford's Really Big Movie",
+        "Stanley's Dinosaur Round-Up"
+      ]
+    },
+    "Uma Thurman": {
+      "json_class": "Actor",
+      "name": "Uma Thurman",
+      "age": 46,
+      "total_gross": 213,
+      "movies": [
+        "Kiss Daddy Goodnight",
+        "Johnny Be Good",
+        "The Adventures of Baron Munchausen",
+        "Dangerous Liaisons",
+        "Where the Heart Is",
+        "Henry & June",
+        "Robin Hood",
+        "Final Analysis",
+        "Jennifer 8",
+        "Mad Dog and Glory",
+        "Even Cowgirls Get the Blues",
+        "Pulp Fiction",
+        "A Month by the Lake",
+        "Beautiful Girls",
+        "The Truth About Cats & Dogs",
+        "Duke of Groove",
+        "Batman & Robin",
+        "Gattaca",
+        "Les Misérables",
+        "The Avengers",
+        "Sweet and Lowdown",
+        "Vatel",
+        "The Golden Bowl",
+        "Great Books",
+        "Tape",
+        "Chelsea Walls",
+        "Hysterical Blindness",
+        "Kill Bill: Volume 1",
+        "Paycheck",
+        "Kill Bill: Volume 2",
+        "Nausicaä of the Valley of the Wind",
+        "Be Cool",
+        "Prime",
+        "The Naked Brothers Band: The Movie",
+        "The Producers",
+        "My Super Ex-Girlfriend",
+        "The Life Before Her Eyes",
+        "The Accidental Husband",
+        "My Zinc Bed",
+        "A Muppets Christmas: Letters to Santa",
+        "Motherhood",
+        "Percy Jackson & the Olympians: The Lightning Thief",
+        "Ceremony",
+        "Bel Ami",
+        "Smash",
+        "Playing for Keeps",
+        "Movie 43",
+        "Nymphomaniac",
+        "American Dad!",
+        "The Slap",
+        "Burnt",
+        "The Brits Are Coming"
+      ]
+    },
+    "Tim Roth": {
+      "json_class": "Actor",
+      "name": "Tim Roth",
+      "age": 55,
+      "total_gross": 4257567,
+      "movies": [
+        "Meantime",
+        "The Hit",
+        "Return to Waterloo",
+        "A World Apart",
+        "To Kill a Priest",
+        "The Cook, the Thief, His Wife & Her Lover",
+        "Vincent & Theo",
+        "Farendj",
+        "Rosencrantz & Guildenstern Are Dead",
+        "Backsliding",
+        "Reservoir Dogs",
+        "Jumpin' at the Boneyard",
+        "Bodies, Rest & Motion",
+        "El Marido perfecto",
+        "Captives",
+        "Little Odessa",
+        "Pulp Fiction",
+        "Rob Roy",
+        "Four Rooms",
+        "No Way Home",
+        "Everyone Says I Love You",
+        "Gridlock'd",
+        "Hoodlum",
+        "Deceiver",
+        "Legend of 1900",
+        "The War Zone",
+        "The Million Dollar Hotel",
+        "Vatel",
+        "Lucky Numbers",
+        "Planet of the Apes",
+        "Invincible",
+        "The Musketeer",
+        "Emmett's Mark",
+        "To Kill a King",
+        "Nouvelle-France",
+        "The Beautiful Country",
+        "Silver City",
+        "Don't Come Knocking",
+        "Dark Water",
+        "Even Money",
+        "Youth Without Youth",
+        "Virgin Territory",
+        "Funny Games",
+        "The Incredible Hulk",
+        "King Conqueror",
+        "Pete Smalls Is Dead",
+        "Arbitrage",
+        "Broken",
+        "Möbius",
+        "The Liability",
+        "Grace of Monaco",
+        "United Passions",
+        "Selma",
+        "October Gale",
+        "A Fall from Grace",
+        "600 Miles",
+        "Chronic",
+        "Hardcore Henry",
+        "Mr. Right",
+        "The Hateful Eight",
+        "The Brits Are Coming"
+      ]
+    },
+    "Amanda Plummer": {
+      "json_class": "Actor",
+      "name": "Amanda Plummer",
+      "age": 59,
+      "total_gross": 412,
+      "movies": [
+        "Cattle Annie and Little Britches",
+        "The World According to Garp",
+        "Daniel",
+        "The Hotel New Hampshire",
+        "The Dollmaker",
+        "Static",
+        "Made in Heaven",
+        "Joe Versus the Volcano",
+        "The Fisher King",
+        "Freejack",
+        "Miss Rose White",
+        "So I Married an Axe Murderer",
+        "Last Light",
+        "Needful Things",
+        "Pulp Fiction",
+        "Pax",
+        "Butterfly Kiss",
+        "Nostradamus",
+        "The Final Cut",
+        "The Prophecy",
+        "Drunks",
+        "Dead Girl",
+        "Freeway",
+        "The Right To Remain Silent",
+        "Don't Look Back",
+        "Under the Piano",
+        "American Perfekt",
+        "Hercules",
+        "A Simple Wish",
+        "You Can Thank Me Later",
+        "L.A. Without a Map",
+        "October 22",
+        "8½ Women",
+        "The Apartment Complex",
+        "The Million Dollar Hotel",
+        "Triggermen",
+        "Get a Clue",
+        "Ken Park",
+        "My Life Without Me",
+        "The Cruelest Day",
+        "Mimic 3: Sentinel",
+        "Satan's Little Helper",
+        "Inconceivable",
+        "Red",
+        "Affinity",
+        "The Making of Plus One",
+        "Girlfriend",
+        "Vampire",
+        "Small Apartments",
+        "The Hunger Games: Catching Fire",
+        "The Dancer",
+        "Honeyglue"
+      ]
+    },
+    "Maria de Medeiros": {
+      "json_class": "Actor",
+      "name": "Maria de Medeiros",
+      "age": 51,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Ving Rhames": {
+      "json_class": "Actor",
+      "name": "Ving Rhames",
+      "age": 57,
+      "total_gross": 335,
+      "movies": [
+        "Go Tell It on the Mountain",
+        "Miami Vice",
+        "Crime Story",
+        "Miami Vice",
+        "Tour of Duty",
+        "Spenser: For Hire",
+        "Patty Hearst",
+        "Men",
+        "Casualties of War",
+        "The Equalizer",
+        "The Long Walk Home",
+        "Jacob's Ladder",
+        "Flight of the Intruder",
+        "Homicide",
+        "The People Under the Stairs",
+        "Stop! Or My Mom Will Shoot",
+        "Blood in Blood Out",
+        "Dave",
+        "The Saint of Fort Washington",
+        "Pulp Fiction",
+        "Drop Squad",
+        "ER",
+        "New York Undercover",
+        "Kiss of Death",
+        "Mission: Impossible",
+        "Striptease",
+        "Dangerous Ground",
+        "Rosewood",
+        "Con Air",
+        "Don King: Only in America",
+        "Out of Sight",
+        "Entrapment",
+        "Bringing Out the Dead",
+        "Mission: Impossible II",
+        "American Tragedy",
+        "Holiday Heart",
+        "Baby Boy",
+        "Final Fantasy: The Spirits Within",
+        "UC: Undercover",
+        "Sins of the Father",
+        "Undisputed",
+        "Lilo & Stitch",
+        "RFK",
+        "Dark Blue",
+        "The Proud Family",
+        "The District",
+        "Stitch! The Movie",
+        "Lilo & Stitch: The Series",
+        "Jimmy Neutron",
+        "Mission: Impossible – Operation Surma",
+        "Dawn of the Dead",
+        "Driver 3",
+        "Back in the Day",
+        "Kojak",
+        "Animal",
+        "Shooting Gallery",
+        "Aquaman",
+        "Mission: Impossible III",
+        "Idlewild",
+        "Football Wives",
+        "I Now Pronounce You Chuck and Larry",
+        "Animal 2",
+        "A Broken Life",
+        "Day of the Dead",
+        "Saving God",
+        "Phantom Punch",
+        "Echelon Conspiracy",
+        "The Bridge to Nowhere",
+        "Evil Angel",
+        "The Tournament",
+        "The Goods: Live Hard, Sell Hard",
+        "Surrogates",
+        "Give 'Em Hell, Malone",
+        "Operation: Endgame",
+        "Gravity",
+        "Master Harold...and the Boys",
+        "Piranha 3D",
+        "Red Canvas",
+        "Death Race 2",
+        "Julia X",
+        "Black Jack",
+        "Pimp Bullies",
+        "Soldiers of Fortune",
+        "The River Murders",
+        "Mission: Impossible – Ghost Protocol",
+        "Zombie Apocalypse",
+        "Mafia",
+        "Seven Below",
+        "Piranha 3DD",
+        "Won't Back Down",
+        "Death Race 3: Inferno",
+        "Monday Mornings",
+        "Jamesy Boy",
+        "Force of Execution",
+        "Mission: Impossible – Rogue Nation",
+        "Bastards"
+      ]
+    },
+    "Eric Stoltz": {
+      "json_class": "Actor",
+      "name": "Eric Stoltz",
+      "age": 55,
+      "total_gross": 11819457,
+      "movies": [
+        "Fast Times at Ridgemont High",
+        "Surf II",
+        "The Wild Life",
+        "The New Kids",
+        "Mask",
+        "Code Name: Emerald",
+        "Some Kind of Wonderful",
+        "Lionheart",
+        "Sister, Sister",
+        "Haunted Summer",
+        "The Fly II",
+        "Say Anything...",
+        "Memphis Belle",
+        "Money",
+        "The Waterdance",
+        "Singles",
+        "Bodies, Rest & Motion",
+        "Naked in New York",
+        "Killing Zoe",
+        "Pulp Fiction",
+        "Sleep with Me",
+        "Little Women",
+        "The Prophecy",
+        "Rob Roy",
+        "Fluke",
+        "Kicking and Screaming",
+        "Grace of My Heart",
+        "2 Days in the Valley",
+        "Keys to Tulsa",
+        "Jerry Maguire",
+        "Highball",
+        "Anaconda",
+        "Mr. Jealousy",
+        "A Murder of Crows",
+        "Hercules: Zero to Hero",
+        "The Simian Line",
+        "The House of Mirth",
+        "Things Behind the Sun",
+        "Harvard Man",
+        "The Rules of Attraction",
+        "When Zachary Beaver Came to Town",
+        "The Butterfly Effect",
+        "Childstar",
+        "The Honeymooners",
+        "Fort McCoy",
+        "5 to 7",
+        "Larry Gaye: Renegade Male Flight Attendant",
+        "Class Rank",
+        "Bodies, Rest & Motion",
+        "Sleep with Me",
+        "Mr. Jealousy",
+        "Fort McCoy"
+      ]
+    },
+    "Rosanna Arquette": {
+      "json_class": "Actor",
+      "name": "Rosanna Arquette",
+      "age": 57,
+      "total_gross": 147168031,
+      "movies": [
+        "More American Graffiti",
+        "Gorp",
+        "S.O.B.",
+        "Baby It's You",
+        "The Aviator",
+        "Desperately Seeking Susan",
+        "Silverado",
+        "After Hours",
+        "8 Million Ways to Die",
+        "Nobody's Fool",
+        "Amazon Women on the Moon",
+        "The Big Blue",
+        "New York Stories",
+        "Black Rainbow",
+        "Flight of the Intruder",
+        "The Linguini Incident",
+        "Fathers & Sons",
+        "Nowhere to Run",
+        "Pulp Fiction",
+        "La Cité de la peur",
+        "Search and Destroy",
+        "Crash",
+        "Gone Fishin'",
+        "Deceiver",
+        "Buffalo '66",
+        "Hope Floats",
+        "Hell's Kitchen",
+        "I'm Losing You",
+        "Sugar Town",
+        "The Whole Nine Yards",
+        "Things Behind the Sun",
+        "Joe Dirt",
+        "Big Bad Love",
+        "Good Advice",
+        "Diary of a Sex Addict",
+        "Dead Cool",
+        "My Suicidal Sweetheart",
+        "Kids in America",
+        "I-See-You.Com",
+        "Battle for Terra",
+        "Ball Don't Lie",
+        "Repo Chick",
+        "American Pie Presents: The Book of Love",
+        "Inhale",
+        "Convincing Clooney",
+        "The Divide",
+        "Exodus Fall",
+        "Peace, Love & Misunderstanding",
+        "Hardflip",
+        "Draft Day",
+        "Asthma",
+        "Larry Gaye: Renegade Male Flight Attendant",
+        "Kill Your Friends",
+        "Frank & Lola",
+        "Lovesong",
+        "The Etruscan Smile"
+      ]
+    },
+    "Christopher Walken": {
+      "json_class": "Actor",
+      "name": "Christopher Walken",
+      "age": 73,
+      "total_gross": 47796901,
+      "movies": [
+        "Barefoot in Athens",
+        "The Three Musketeers",
+        "Me and My Brother",
+        "The Anderson Tapes",
+        "The Happiness Cage",
+        "Valley Forge",
+        "Next Stop, Greenwich Village",
+        "The Sentinel",
+        "Annie Hall",
+        "Roseland",
+        "Shoot the Sun Down",
+        "The Deer Hunter",
+        "Last Embrace",
+        "Heaven's Gate",
+        "The Dogs of War",
+        "Pennies from Heaven",
+        "Who Am I This Time?",
+        "Brainstorm",
+        "The Dead Zone",
+        "A View to a Kill",
+        "At Close Range",
+        "Deadline",
+        "The Milagro Beanfield War",
+        "Biloxi Blues",
+        "Puss in Boots",
+        "Homeboy",
+        "Communion",
+        "King of New York",
+        "The Comfort of Strangers",
+        "Sarah, Plain and Tall",
+        "McBain",
+        "Mistress",
+        "Batman Returns",
+        "Day of Atonement",
+        "All-American Murder",
+        "Scam",
+        "Skylark",
+        "True Romance",
+        "Wayne's World 2",
+        "A Business Affair",
+        "Pulp Fiction",
+        "Wild Side",
+        "Search and Destroy",
+        "The Prophecy",
+        "The Addiction",
+        "Nick of Time",
+        "Things to Do in Denver When You're Dead",
+        "Last Man Standing",
+        "Celluloide",
+        "Basquiat",
+        "The Funeral",
+        "Excess Baggage",
+        "Suicide Kings",
+        "MouseHunt",
+        "Touch",
+        "The Prophecy II",
+        "Illuminata",
+        "New Rose Hotel",
+        "Trance",
+        "Antz",
+        "Sleepy Hollow",
+        "Kiss Toledo Goodbye",
+        "Sarah, Plain and Tall: Winter's End",
+        "Vendetta",
+        "Blast from the Past",
+        "The Prophecy 3: The Ascent",
+        "The Opportunists",
+        "Joe Dirt",
+        "The Affair of the Necklace",
+        "America's Sweethearts",
+        "Scotland, Pa.",
+        "Popcorn Shrimp",
+        "The Country Bears",
+        "Catch Me If You Can",
+        "Undertaking Betty",
+        "Engine Trouble",
+        "Poolhall Junkies",
+        "Kangaroo Jack",
+        "The Rundown",
+        "Gigli",
+        "Envy",
+        "The Stepford Wives",
+        "Around the Bend",
+        "Man on Fire",
+        "Wedding Crashers",
+        "Domino",
+        "Romance & Cigarettes",
+        "Click",
+        "Man of the Year",
+        "Fade to Black",
+        "Hairspray",
+        "Balls of Fury",
+        "Five Dollars a Day",
+        "The Maiden Heist",
+        "Kill the Irishman",
+        "Dark Horse",
+        "Seven Psychopaths",
+        "A Late Quartet",
+        "Stand Up Guys",
+        "The Power of Few",
+        "Gods Behaving Badly",
+        "Jersey Boys",
+        "Turks & Caicos",
+        "One More Time",
+        "The Family Fang",
+        "Joe Dirt 2: Beautiful Loser",
+        "Eddie the Eagle",
+        "The Jungle Book",
+        "Nine Lives"
+      ]
+    },
+    "Jessica Tandy": {
+      "json_class": "Actor",
+      "name": "Jessica Tandy",
+      "age": 85,
+      "total_gross": 39491975,
+      "movies": [
+        "The Indiscretions of Eve",
+        "Murder in the Family",
+        "The Seventh Cross",
+        "Blonde Fever",
+        "The Valley of Decision",
+        "The Green Years",
+        "Dragonwyck",
+        "Forever Amber",
+        "A Woman's Vengeance",
+        "September Affair",
+        "The Desert Fox: The Story of Rommel",
+        "Producers' Showcase",
+        "The Light in the Forest",
+        "Hemingway's Adventures of a Young Man",
+        "The Birds",
+        "Butley",
+        "Honky Tonk Freeway",
+        "The World According to Garp",
+        "Still of the Night",
+        "Best Friends",
+        "The Bostonians",
+        "Terror in the Aisles",
+        "Cocoon",
+        "Foxfire",
+        "*batteries not included",
+        "The House on Carroll Street",
+        "Cocoon: The Return",
+        "Driving Miss Daisy",
+        "Fried Green Tomatoes",
+        "Used People",
+        "To Dance with the White Dog",
+        "A Century of Cinema",
+        "Camilla",
+        "Nobody's Fool"
+      ]
+    },
+    "Jeremy Irons": {
+      "json_class": "Actor",
+      "name": "Jeremy Irons",
+      "age": 68,
+      "total_gross": 366,
+      "movies": [
+        "The Rivals of Sherlock Holmes",
+        "The Pallisers",
+        "Notorious Woman",
+        "Churchill's People",
+        "Love for Lydia",
+        "Nijinsky",
+        "The French Lieutenant's Woman",
+        "Brideshead Revisited",
+        "Moonlighting",
+        "Spaceship Earth",
+        "Short",
+        "The Captain's Doll",
+        "Betrayal",
+        "The Wild Duck",
+        "Swann in Love",
+        "The Mission",
+        "Dead Ringers",
+        "A Chorus of Disapproval",
+        "Australia",
+        "Danny, the Champion of the World",
+        "The Dream",
+        "The Civil War",
+        "Reversal of Fortune",
+        "The Beggar's Opera",
+        "Kafka",
+        "Saturday Night Live",
+        "The Timekeeper",
+        "Waterland",
+        "Damage",
+        "M. Butterfly",
+        "The House of the Spirits",
+        "Spaceship Earth",
+        "The Lion King",
+        "Die Hard with a Vengeance",
+        "The Great War and the Shaping of the 20th Century",
+        "Stealing Beauty",
+        "Chinese Box",
+        "Lolita",
+        "The Man in the Iron Mask",
+        "Faeries",
+        "Dungeons & Dragons",
+        "Longitude",
+        "Ohio Impromptu",
+        "The Fourth Angel",
+        "Callas Forever",
+        "Last Call",
+        "The Time Machine",
+        "And Now... Ladies and Gentlemen",
+        "Freedom: A History of Us",
+        "Comic Relief 2003: The Big Hair Do",
+        "Mathilde",
+        "The Merchant of Venice",
+        "Being Julia",
+        "Kingdom of Heaven",
+        "Casanova",
+        "Elizabeth I",
+        "Inland Empire",
+        "Eragon",
+        "The Colour of Magic",
+        "Appaloosa",
+        "The Magic 7",
+        "The Pink Panther 2",
+        "Georgia O'Keeffe",
+        "Margin Call",
+        "The Last Lions",
+        "Law & Order: Special Victims Unit",
+        "The Borgias",
+        "The Words",
+        "Trashed",
+        "The Simpsons",
+        "Henry IV Part I and Part II",
+        "Life on Fire",
+        "Night Train to Lisbon",
+        "Beautiful Creatures",
+        "High-Rise",
+        "The Man Who Knew Infinity",
+        "The Correspondence",
+        "Race",
+        "Batman v Superman: Dawn of Justice",
+        "Assassin's Creed",
+        "Red Sparrow",
+        "Justice League"
+      ]
+    },
+    "Colleen Camp": {
+      "json_class": "Actor",
+      "name": "Colleen Camp",
+      "age": 63,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Larry Bryggman": {
+      "json_class": "Actor",
+      "name": "Larry Bryggman",
+      "age": 78,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Sam Phillips (musician)": {
+      "json_class": "Actor",
+      "name": "Sam Phillips (musician)",
+      "age": 55,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Antonio Banderas": {
+      "json_class": "Actor",
+      "name": "Antonio Banderas",
+      "age": 56,
+      "total_gross": 4257354,
+      "movies": [
+        "Laberinto de pasiones",
+        "El caso Almería",
+        "Caso cerrado",
+        "Matador",
+        "La ley del deseo",
+        "Women on the Verge of a Nervous Breakdown",
+        "Bajarse al moro",
+        "Si te dicen que caí",
+        "Tie Me Up! Tie Me Down!",
+        "Terra Nova",
+        "The Mambo Kings",
+        "Benito",
+        "¡Dispara!",
+        "The House of the Spirits",
+        "Philadelphia",
+        "Of Love and Shadows",
+        "Interview with the Vampire",
+        "Miami Rhapsody",
+        "Desperado",
+        "Four Rooms",
+        "Assassins",
+        "Never Talk to Strangers",
+        "Two Much",
+        "Evita",
+        "The Mask of Zorro",
+        "Andrew Lloyd Webber",
+        "Royal Albert Hall",
+        "The 13th Warrior",
+        "Play It to the Bone",
+        "The Body",
+        "Spy Kids",
+        "Original Sin",
+        "Femme Fatale",
+        "Spy Kids 2: The Island of Lost Dreams",
+        "Frida",
+        "Ballistic: Ecks vs. Sever",
+        "Spy Kids 3-D: Game Over",
+        "Once Upon a Time in Mexico",
+        "And Starring Pancho Villa as Himself",
+        "Imagining Argentina",
+        "Shrek 2",
+        "The Legend of Zorro",
+        "Take the Lead",
+        "Bordertown",
+        "Shrek the Third",
+        "My Mom's New Boyfriend",
+        "The Other Man",
+        "Thick as Thieves",
+        "Shrek Forever After",
+        "You Will Meet a Tall Dark Stranger",
+        "The Big Bang",
+        "Day of the Falcon",
+        "The Skin I Live In",
+        "Spy Kids: All the Time in the World",
+        "Puss in Boots",
+        "Haywire",
+        "Puss in Boots: The Three Diablos",
+        "Ruby Sparks",
+        "Machete Kills",
+        "Justin and the Knights of Valour",
+        "Autómata",
+        "The Expendables 3",
+        "The SpongeBob Movie: Sponge Out of Water",
+        "Knight of Cups",
+        "The 33",
+        "Altamira",
+        "Security"
+      ]
+    },
+    "Jennifer Beals": {
+      "json_class": "Actor",
+      "name": "Jennifer Beals",
+      "age": 53,
+      "total_gross": 4257354,
+      "movies": [
+        "My Bodyguard",
+        "Flashdance",
+        "The Bride",
+        "The Gamble",
+        "Split Decisions",
+        "Vampire's Kiss",
+        "Dr. M",
+        "In the Soup",
+        "Day of Atonement",
+        "Caro diario",
+        "The Thief and the Cobbler",
+        "Mrs. Parker and the Vicious Circle",
+        "The Search for One-eye Jimmy",
+        "Four Rooms",
+        "Let It Be Me",
+        "Devil in a Blue Dress",
+        "Wishful Thinking",
+        "The Prophecy II",
+        "The Last Days of Disco",
+        "Militia",
+        "The Anniversary Party",
+        "13 Moons",
+        "Roger Dodger",
+        "Runaway Jury",
+        "Catch That Kid",
+        "Desolation Sound",
+        "The Grudge 2",
+        "Troubled Waters",
+        "Queen to Play",
+        "The Book of Eli",
+        "Cinemanovels",
+        "Full Out",
+        "Manhattan Night",
+        "Before I Fall"
+      ]
+    },
+    "Paul Calderon": {
+      "json_class": "Actor",
+      "name": "Paul Calderon",
+      "age": -1,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Sammi Davis": {
+      "json_class": "Actor",
+      "name": "Sammi Davis",
+      "age": 52,
+      "total_gross": 4257354,
+      "movies": [
+        "Mona Lisa",
+        "A Prayer for the Dying",
+        "Lionheart",
+        "Hope and Glory",
+        "Consuming Passions",
+        "The Lair of the White Worm",
+        "The Rainbow",
+        "Four Rooms",
+        "Woundings",
+        "Soft Toilet Seats"
+      ]
+    },
+    "Valeria Golino": {
+      "json_class": "Actor",
+      "name": "Valeria Golino",
+      "age": 51,
+      "total_gross": 0,
+      "movies": [
+        "Kryptonite!",
+        "Giulia Doesn't Date at Night",
+        "Honey",
+        "Respiro",
+        "Honey",
+        "The Invisible Boy",
+        "Human Capital",
+        "Honey",
+        "Kryptonite!",
+        "Giulia Doesn't Date at Night",
+        "Quiet Chaos",
+        "Mario's War",
+        "Respiro",
+        "Le acrobate",
+        "The Gold Rimmed Glasses",
+        "A Tale of Love",
+        "Honey",
+        "Respiro",
+        "Kryptonite!",
+        "Our Country",
+        "Mario's War",
+        "Mario's War",
+        "Honey",
+        "Mario's War",
+        "Honey",
+        "Respiro",
+        "The Invisible Boy",
+        "Honey",
+        "Kryptonite!",
+        "Quiet Chaos",
+        "A Tale of Love",
+        "Honey",
+        "Kryptonite!",
+        "Mario's War",
+        "Little Flames",
+        "My Dearest Son",
+        "Le acrobate",
+        "Quiet Chaos",
+        "The Girl by the Lake",
+        "Mario's War",
+        "36 Quai des Orfèvres",
+        "Le acrobate",
+        "Honey",
+        "Honey",
+        "Honey",
+        "Kryptonite!",
+        "Giulia Doesn't Date at Night",
+        "The Girl by the Lake",
+        "Quiet Chaos",
+        "Respiro",
+        "Honey",
+        "Honey",
+        "Honey",
+        "Honey",
+        "Kryptonite!",
+        "Respiro",
+        "Kryptonite!",
+        "My Dearest Son",
+        "Giulia Doesn't Date at Night",
+        "Honey",
+        "Honey",
+        "Kryptonite!",
+        "Giulia Doesn't Date at Night",
+        "Mario's War",
+        "Respiro",
+        "Shooting the Moon",
+        "Rain Man",
+        "Three Sisters",
+        "A Tale of Love",
+        "Little Flames",
+        "Respiro",
+        "Mario's War",
+        "Honey",
+        "For Your Love",
+        "A Tale of Love",
+        "Honey"
+      ]
+    },
+    "Madonna (entertainer)": {
+      "json_class": "Actor",
+      "name": "Madonna (entertainer)",
+      "age": 58,
+      "total_gross": 0,
+      "movies": [
+        "media help"
+      ]
+    },
+    "David Proval": {
+      "json_class": "Actor",
+      "name": "David Proval",
+      "age": 74,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Ione Skye": {
+      "json_class": "Actor",
+      "name": "Ione Skye",
+      "age": 46,
+      "total_gross": 4257354,
+      "movies": [
+        "River's Edge",
+        "A Night in the Life of Jimmy Reardon",
+        "Say Anything...",
+        "The Rachel Papers",
+        "Mindwalk",
+        "Gas Food Lodging",
+        "Wayne's World",
+        "Guncrazy",
+        "Samantha",
+        "Cityscrapes: Los Angeles",
+        "Girls in Prison",
+        "Four Rooms",
+        "Dream for an Insomniac",
+        "One Night Stand",
+        "Went to Coney Island on a Mission from God... Be Back by Five",
+        "Jump",
+        "But I'm a Cheerleader",
+        "Free",
+        "Fever Pitch",
+        "Zodiac",
+        "Haunt",
+        "Return to Babylon",
+        "Dear Eleanor",
+        "Kitty",
+        "XOXO"
+      ]
+    },
+    "Lili Taylor": {
+      "json_class": "Actor",
+      "name": "Lili Taylor",
+      "age": 49,
+      "total_gross": 4369901,
+      "movies": [
+        "She's Having a Baby",
+        "Mystic Pizza",
+        "Say Anything...",
+        "Born on the Fourth of July",
+        "Bright Angel",
+        "Dogfight",
+        "Arizona Dream",
+        "Short Cuts",
+        "Household Saints",
+        "Rudy",
+        "Mrs. Parker and the Vicious Circle",
+        "Prêt-à-Porter",
+        "The Addiction",
+        "Cold Fever",
+        "I Shot Andy Warhol",
+        "Girls Town",
+        "Four Rooms",
+        "Girls Town",
+        "I Shot Andy Warhol",
+        "Cold Fever",
+        "I Shot Andy Warhol",
+        "Girls Town",
+        "Cold Fever",
+        "Illtown",
+        "Ransom",
+        "Kicked in the Head",
+        "O.K. Garage",
+        "The Impostors",
+        "Pecker",
+        "A Slipping-Down Life",
+        "The Haunting",
+        "High Fidelity",
+        "Julie Johnson",
+        "Gaudi Afternoon",
+        "Anne Frank: The Whole Story",
+        "Casa de los Babys",
+        "Factotum",
+        "The Notorious Bettie Page",
+        "Starting Out in the Evening",
+        "The Secret",
+        "The Promotion",
+        "Brooklyn's Finest",
+        "Public Enemies",
+        "About Cherry",
+        "Being Flynn",
+        "The Courier",
+        "The Cold Lands",
+        "The Conjuring",
+        "Blood Ties",
+        "Maze Runner: The Scorch Trials",
+        "To the Bone",
+        "Maze Runner: The Death Cure",
+        "Leatherface"
+      ]
+    },
+    "Marisa Tomei": {
+      "json_class": "Actor",
+      "name": "Marisa Tomei",
+      "age": 52,
+      "total_gross": 4257354,
+      "movies": [
+        "The Flamingo Kid",
+        "The Toxic Avenger",
+        "Playing for Keeps",
+        "Oscar",
+        "Zandalee",
+        "My Cousin Vinny",
+        "Equinox",
+        "Chaplin",
+        "Untamed Heart",
+        "Only You",
+        "The Paper",
+        "The Perez Family",
+        "Four Rooms",
+        "Unhook the Stars",
+        "Welcome to Sarajevo",
+        "Slums of Beverly Hills",
+        "Happy Accidents",
+        "The Watcher",
+        "What Women Want",
+        "King of the Jungle",
+        "In the Bedroom",
+        "Someone Like You",
+        "The Wild Thornberrys Movie",
+        "Just a Kiss",
+        "The Guru",
+        "Anger Management",
+        "Alfie",
+        "Loverboy",
+        "Marilyn Hotchkiss' Ballroom Dancing and Charm School",
+        "Factotum",
+        "Danika",
+        "Grace Is Gone",
+        "Wild Hogs",
+        "Before the Devil Knows You're Dead",
+        "War, Inc.",
+        "The Wrestler",
+        "Cyrus",
+        "Grown Ups",
+        "The Lincoln Lawyer",
+        "Salvation Boulevard",
+        "Crazy, Stupid, Love",
+        "The Ides of March",
+        "Inescapable",
+        "Parental Guidance",
+        "Love Is Strange",
+        "The Rewrite",
+        "Loitering with Intent",
+        "Spare Parts",
+        "Trainwreck",
+        "Love the Coopers",
+        "The Big Short",
+        "Captain America: Civil War",
+        "Spider-Man: Homecoming"
+      ]
+    },
+    "Tamlyn Tomita": {
+      "json_class": "Actor",
+      "name": "Tamlyn Tomita",
+      "age": 51,
+      "total_gross": 4257354,
+      "movies": [
+        "The Karate Kid Part II",
+        "Come See the Paradise",
+        "Babylon 5: The Gathering",
+        "The Joy Luck Club",
+        "Picture Bride",
+        "Four Rooms",
+        "Touch",
+        "Living Out Loud",
+        "Robot Stories",
+        "The Day After Tomorrow",
+        "Gaijin 2: Love Me as I Am",
+        "The Eye",
+        "Tekken",
+        "Private Practice",
+        "Make It or Break It",
+        "Teen Wolf",
+        "Daddy",
+        "Chasing Life",
+        "Zoo",
+        "The Good Neighbor",
+        "Berlin Station"
+      ]
+    },
+    "Madeleine Stowe": {
+      "json_class": "Actor",
+      "name": "Madeleine Stowe",
+      "age": 58,
+      "total_gross": 178,
+      "movies": [
+        "Gangster Wars",
+        "Stakeout",
+        "Tropical Snow",
+        "Worth Winning",
+        "Revenge",
+        "The Two Jakes",
+        "Closet Land",
+        "Unlawful Entry",
+        "The Last of the Mohicans",
+        "Another Stakeout",
+        "Short Cuts",
+        "China Moon",
+        "Blink",
+        "Bad Girls",
+        "12 Monkeys",
+        "The Proposition",
+        "Playing by Heart",
+        "The General's Daughter",
+        "Impostor",
+        "We Were Soldiers",
+        "Avenging Angelo",
+        "Octane"
+      ]
+    },
+    "Brad Pitt": {
+      "json_class": "Actor",
+      "name": "Brad Pitt",
+      "age": 53,
+      "total_gross": 530,
+      "movies": [
+        "Hunk",
+        "No Way Out",
+        "No Man's Land",
+        "Less Than Zero",
+        "The Dark Side of the Sun",
+        "Happy Together",
+        "Cutting Class",
+        "Across the Tracks",
+        "Thelma & Louise",
+        "Johnny Suede",
+        "Contact",
+        "Cool World",
+        "A River Runs Through It",
+        "Kalifornia",
+        "True Romance",
+        "The Favor",
+        "Interview with the Vampire",
+        "Legends of the Fall",
+        "Seven",
+        "12 Monkeys",
+        "Sleepers",
+        "The Devil's Own",
+        "Seven Years in Tibet",
+        "Meet Joe Black",
+        "Fight Club",
+        "Being John Malkovich",
+        "Snatch",
+        "The Mexican",
+        "Spy Game",
+        "Ocean's Eleven",
+        "Confessions of a Dangerous Mind",
+        "Sinbad: Legend of the Seven Seas",
+        "Troy",
+        "Ocean's Twelve",
+        "Mr. & Mrs. Smith",
+        "God Grew Tired of Us",
+        "The Departed",
+        "Running with Scissors",
+        "Babel",
+        "Year of the Dog",
+        "A Mighty Heart",
+        "Ocean's Thirteen",
+        "The Assassination of Jesse James\nby the Coward Robert Ford",
+        "Burn After Reading",
+        "The Curious Case of Benjamin Button",
+        "Inglourious Basterds",
+        "The Time Traveler's Wife",
+        "The Private Lives of Pippa Lee",
+        "Megamind",
+        "Kick-Ass",
+        "Eat Pray Love",
+        "The Tree of Life",
+        "Moneyball",
+        "Happy Feet Two",
+        "Killing Them Softly",
+        "World War Z",
+        "Kick-Ass 2",
+        "12 Years a Slave",
+        "The Counselor",
+        "Fury",
+        "Selma",
+        "True Story",
+        "The Audition",
+        "By the Sea",
+        "The Big Short",
+        "Voyage of Time",
+        "Allied",
+        "The Lost City of Z",
+        "War Machine"
+      ]
+    },
+    "Christopher Plummer": {
+      "json_class": "Actor",
+      "name": "Christopher Plummer",
+      "age": 87,
+      "total_gross": 168,
+      "movies": [
+        "Stage Struck",
+        "Wind Across the Everglades",
+        "The Fall of the Roman Empire",
+        "The Sound of Music",
+        "Inside Daisy Clover",
+        "Triple Cross",
+        "The Night of the Generals",
+        "Oedipus the King",
+        "Nobody Runs Forever",
+        "Battle of Britain",
+        "The Royal Hunt of the Sun",
+        "Lock Up Your Daughters!",
+        "Waterloo",
+        "The Pyx",
+        "After the Fall",
+        "The Happy Prince",
+        "The Spiral Staircase",
+        "The Return of the Pink Panther",
+        "Conduct Unbecoming",
+        "The Man Who Would Be King",
+        "The Day That Shook the World",
+        "Aces High",
+        "The Assignment",
+        "The Disappearance",
+        "Silver Blaze",
+        "The Silent Partner",
+        "International Velvet",
+        "Starcrash",
+        "Murder by Decree",
+        "Hanover Street",
+        "Somewhere in Time",
+        "Eyewitness",
+        "The Amateur",
+        "Lily in Love",
+        "Dreamscape",
+        "Highpoint",
+        "Terror in the Aisles",
+        "Ordeal by Innocence",
+        "The Boy in Blue",
+        "The Boss' Wife",
+        "An American Tail",
+        "Vampire in Venice",
+        "Dragnet",
+        "I Love N.Y.",
+        "The Man Who Planted Trees",
+        "The Gnomes' Great Adventure",
+        "Light Years",
+        "Shadow Dancing",
+        "The Making of a Legend: Gone with the Wind",
+        "Souvenir",
+        "Mindfield",
+        "Where the Heart Is",
+        "Money",
+        "Firehead",
+        "Rock-a-Doodle",
+        "Star Trek VI: The Undiscovered Country",
+        "Malcolm X",
+        "Wolf",
+        "Crackerjack",
+        "Dolores Claiborne",
+        "12 Monkeys",
+        "Babes in Toyland",
+        "The Clown at Midnight",
+        "Madeline: Lost in Paris",
+        "The Insider",
+        "Dracula 2000",
+        "Lucky Break",
+        "A Beautiful Mind",
+        "Full Disclosure",
+        "Ararat",
+        "Nicholas Nickleby",
+        "Blizzard",
+        "The Gospel of John",
+        "Cold Creek Manor",
+        "National Treasure",
+        "Alexander",
+        "Must Love Dogs",
+        "Syriana",
+        "The New World",
+        "Inside Man",
+        "The Lake House",
+        "American Experience",
+        "Man in the Chair",
+        "Closing the Ring",
+        "Emotional Arithmetic",
+        "Already Dead",
+        "Up",
+        "My Dog Tulip",
+        "9",
+        "The Imaginarium of Doctor Parnassus",
+        "The Last Station",
+        "Beginners",
+        "Priest",
+        "The Girl with the Dragon Tattoo",
+        "The Legend of Sarila",
+        "Elsa & Fred",
+        "Hector and the Search for Happiness",
+        "The Forger",
+        "Danny Collins",
+        "Remember",
+        "The Exception",
+        "Howard Lovecraft and the Frozen Kingdom",
+        "Boundaries",
+        "The Star",
+        "The Man Who Invented Christmas"
+      ]
+    },
+    "Alexandra Powers": {
+      "json_class": "Actor",
+      "name": "Alexandra Powers",
+      "age": 49,
+      "total_gross": 68973101,
+      "movies": [
+        "Mask",
+        "Plain Clothes",
+        "Dead Poets Society",
+        "The Player",
+        "Rising Sun",
+        "The Seventh Coin",
+        "Last Man Standing",
+        "Out to Sea",
+        "Zigs"
+      ]
+    },
+    "David Patrick Kelly": {
+      "json_class": "Actor",
+      "name": "David Patrick Kelly",
+      "age": 66,
+      "total_gross": 47267001,
+      "movies": [
+        "The Warriors",
+        "Hammett",
+        "48 Hrs.",
+        "Dreamscape",
+        "Commando",
+        "Penn & Teller Get Killed",
+        "Wild at Heart",
+        "The Adventures of Ford Fairlane",
+        "Malcolm X",
+        "Crooklyn",
+        "The Crow",
+        "Heavy",
+        "Cafe Society",
+        "Flirting with Disaster",
+        "The Funeral",
+        "Last Man Standing",
+        "Trojan War",
+        "In Too Deep",
+        "Songcatcher",
+        "K-PAX",
+        "Personal Velocity: Three Portraits",
+        "The Longest Yard",
+        "Flags of Our Fathers",
+        "Gardener of Eden",
+        "John Wick",
+        "Chi-Raq",
+        "John Wick: Chapter 2"
+      ]
+    },
+    "Karina Lombard": {
+      "json_class": "Actor",
+      "name": "Karina Lombard",
+      "age": 48,
+      "total_gross": 47267001,
+      "movies": [
+        "The Doors",
+        "Wide Sargasso Sea",
+        "The Firm",
+        "Legends of the Fall",
+        "Last Man Standing",
+        "Kull the Conqueror"
+      ]
+    },
+    "Bruce Dern": {
+      "json_class": "Actor",
+      "name": "Bruce Dern",
+      "age": 80,
+      "total_gross": 58397890,
+      "movies": [
+        "Wild River",
+        "The Crimebusters",
+        "Marnie",
+        "Hush… Hush, Sweet Charlotte",
+        "The Wild Angels",
+        "The War Wagon",
+        "The St. Valentine's Day Massacre",
+        "The Trip",
+        "Waterhole No. 3",
+        "Will Penny",
+        "Psych-Out",
+        "Hang 'Em High",
+        "Support Your Local Sheriff!",
+        "Castle Keep",
+        "Number One",
+        "The Cycle Savages",
+        "They Shoot Horses, Don't They?",
+        "Bloody Mama",
+        "The Rebel Rousers",
+        "The Incredible 2-Headed Transplant",
+        "Drive, He Said",
+        "The Cowboys",
+        "Silent Running",
+        "Thumb Tripping",
+        "The King of Marvin Gardens",
+        "Pat Garrett and Billy the Kid",
+        "The Laughing Policeman",
+        "The Great Gatsby",
+        "Posse",
+        "Smile",
+        "Family Plot",
+        "Won Ton Ton, the Dog Who Saved Hollywood",
+        "Folies bourgeoises",
+        "Black Sunday",
+        "Coming Home",
+        "The Driver",
+        "Middle Age Crazy",
+        "Tattoo",
+        "That Championship Season",
+        "Harry Tracy, Desperado",
+        "On the Edge",
+        "The Big Town",
+        "World Gone Wild",
+        "1969",
+        "The 'Burbs",
+        "After Dark, My Sweet",
+        "Diggstown",
+        "Wild Bill",
+        "Down Periscope",
+        "Mulholland Falls",
+        "Last Man Standing",
+        "Small Soldiers",
+        "The Haunting",
+        "All the Pretty Horses",
+        "The Glass House",
+        "Masked and Anonymous",
+        "Monster",
+        "Madison",
+        "Down in the Valley",
+        "Believe in Me",
+        "Walker Payne",
+        "The Astronaut Farmer",
+        "The Cake Eaters",
+        "Swamp Devil",
+        "The Golden Boys",
+        "American Cowslip",
+        "The Hole 3D",
+        "The Lightkeepers",
+        "Choose",
+        "Inside Out",
+        "Twixt",
+        "From Up on Poppy Hill",
+        "Django Unchained",
+        "Coffin Baby",
+        "Northern Borders",
+        "Nebraska",
+        "Fighting for Freedom",
+        "Cut Bank",
+        "The Hateful Eight",
+        "Class Rank",
+        "Our Souls at Night",
+        "American Violence"
+      ]
+    },
+    "Robert Stack": {
+      "json_class": "Actor",
+      "name": "Robert Stack",
+      "age": 84,
+      "total_gross": 0,
+      "movies": [
+        "Family Theater",
+        "Lux Radio Theatre"
+      ]
+    },
+    "Cloris Leachman": {
+      "json_class": "Actor",
+      "name": "Cloris Leachman",
+      "age": 90,
+      "total_gross": 0,
+      "movies": [
+        "Cloris Leachman"
+      ]
+    },
+    "Gary Oldman": {
+      "json_class": "Actor",
+      "name": "Gary Oldman",
+      "age": 58,
+      "total_gross": 263,
+      "movies": [
+        "Meantime",
+        "Sid and Nancy",
+        "Prick Up Your Ears",
+        "Track 29",
+        "We Think the World of You",
+        "Criminal Law",
+        "Chattahoochee",
+        "The Firm",
+        "Rosencrantz & Guildenstern Are Dead",
+        "State of Grace",
+        "Henry & June",
+        "JFK",
+        "Bram Stoker's Dracula",
+        "True Romance",
+        "Romeo Is Bleeding",
+        "Léon: The Professional",
+        "Immortal Beloved",
+        "Murder in the First",
+        "The Scarlet Letter",
+        "Basquiat",
+        "The Fifth Element",
+        "Air Force One",
+        "Nil by Mouth",
+        "Lost in Space",
+        "Quest for Camelot",
+        "The Contender",
+        "Nobody's Baby",
+        "Hannibal",
+        "Interstate 60",
+        "The Hire: Beat the Devil",
+        "Tiptoes",
+        "Harry Potter and the Prisoner of Azkaban",
+        "Batman Begins",
+        "Harry Potter and the Goblet of Fire",
+        "Dead Fish",
+        "The Backwoods",
+        "Harry Potter and the Order of the Phoenix",
+        "The Dark Knight",
+        "The Unborn",
+        "Rain Fall",
+        "A Christmas Carol",
+        "Planet 51",
+        "The Book of Eli",
+        "Countdown to Zero",
+        "Red Riding Hood",
+        "Kung Fu Panda 2",
+        "Harry Potter and the Deathly Hallows – Part 2",
+        "Tinker Tailor Soldier Spy",
+        "Guns, Girls and Gambling",
+        "The Dark Knight Rises",
+        "Lawless",
+        "Paranoia",
+        "RoboCop",
+        "Dawn of the Planet of the Apes",
+        "Child 44",
+        "Man Down",
+        "Criminal",
+        "The Space Between Us",
+        "The Hitman's Bodyguard",
+        "Darkest Hour",
+        "Hunter Killer"
+      ]
+    },
+    "Ian Holm": {
+      "json_class": "Actor",
+      "name": "Ian Holm",
+      "age": 85,
+      "total_gross": 1304455,
+      "movies": [
+        "The Bofors Gun",
+        "The Fixer",
+        "A Midsummer Night's Dream",
+        "Oh! What a Lovely War",
+        "A Severed Head",
+        "Nicholas and Alexandra",
+        "Mary, Queen of Scots",
+        "Young Winston",
+        "The Homecoming",
+        "Napoleon and Love",
+        "Juggernaut",
+        "Robin and Marian",
+        "Shout at the Devil",
+        "The Man in the Iron Mask",
+        "March or Die",
+        "Jesus of Nazareth",
+        "Les Misérables",
+        "Do You Remember?",
+        "The Lost Boys",
+        "Holocaust",
+        "All Quiet on the Western Front",
+        "Alien",
+        "Alien: Isolation",
+        "S.O.S. Titanic",
+        "We, the Accused",
+        "Chariots of Fire",
+        "Time Bandits",
+        "The Bell",
+        "The Return of the Soldier",
+        "Inside the Third Reich",
+        "Laughterhouse",
+        "Greystoke - The Legend of Tarzan, Lord of the Apes",
+        "Terror in the Aisles",
+        "The Browning Version",
+        "Dreamchild",
+        "Wetherby",
+        "Brazil",
+        "Dance with a Stranger",
+        "Mr and Mrs Edgehill",
+        "Murder by the Book",
+        "Game, Set and Match",
+        "Another Woman",
+        "Henry V",
+        "Hamlet",
+        "Uncle Vanya",
+        "Naked Lunch",
+        "Kafka",
+        "Blue Ice",
+        "The Borrowers",
+        "The Hour of the Pig",
+        "The Return of the Borrowers",
+        "Mary Shelley's Frankenstein",
+        "The Madness of King George",
+        "Big Night",
+        "Loch Ness",
+        "Night Falls on Manhattan",
+        "The Sweet Hereafter",
+        "The Fifth Element",
+        "A Life Less Ordinary",
+        "Incognito",
+        "Alice Through the Looking Glass",
+        "King Lear",
+        "Animal Farm",
+        "Shergar",
+        "eXistenZ",
+        "Simon Magus",
+        "Wisconsin Death Trip",
+        "The Match",
+        "Joe Gould's Secret",
+        "The Miracle Maker",
+        "The Last of the Blonde Bombshells",
+        "Esther Kahn",
+        "Beautiful Joe",
+        "Bless the Child",
+        "From Hell",
+        "The Emperor's New Clothes",
+        "The Lord of the Rings: The Fellowship of the Ring",
+        "The Lord of the Rings: The Return of the King",
+        "The Day After Tomorrow",
+        "Garden State",
+        "The Aviator",
+        "Monsters We Met",
+        "The Last Dragon",
+        "Strangers with Candy",
+        "Chromophobia",
+        "Lord of War",
+        "The Adventures of Errol Flynn",
+        "Horizon",
+        "Renaissance",
+        "O Jerusalem",
+        "The Treatment",
+        "Ratatouille",
+        "1066: The Battle for Middle Earth",
+        "The Hobbit: An Unexpected Journey",
+        "The Hobbit: The Battle of the Five Armies"
+      ]
+    },
+    "Chris Tucker": {
+      "json_class": "Actor",
+      "name": "Chris Tucker",
+      "age": 45,
+      "total_gross": 263,
+      "movies": [
+        "The Meteor Man",
+        "House Party 3",
+        "Friday",
+        "Panther",
+        "Dead Presidents",
+        "Money Talks",
+        "The Fifth Element",
+        "Jackie Brown",
+        "Rush Hour",
+        "Rush Hour 2",
+        "Rush Hour 3",
+        "Silver Linings Playbook",
+        "Billy Lynn's Long Halftime Walk"
+      ]
+    },
+    "Milla Jovovich": {
+      "json_class": "Actor",
+      "name": "Milla Jovovich",
+      "age": 41,
+      "total_gross": 273,
+      "movies": [
+        "Two Moon Junction",
+        "Return to the Blue Lagoon",
+        "Kuffs",
+        "Chaplin",
+        "Dazed and Confused",
+        "The Fifth Element",
+        "He Got Game",
+        "The Messenger: The Story of Joan of Arc",
+        "The Claim",
+        "The Million Dollar Hotel",
+        "Zoolander",
+        "Resident Evil",
+        "You Stupid Man",
+        "Dummy",
+        "No Good Deed",
+        "Resident Evil: Apocalypse",
+        "Gore Vidal's Caligula",
+        "Ultraviolet",
+        ".45",
+        "Resident Evil: Extinction",
+        "Palermo Shooting",
+        "A Perfect Getaway",
+        "The Fourth Kind",
+        "Stone",
+        "Resident Evil: Afterlife",
+        "Dirty Girl",
+        "Lucky Trouble",
+        "Bringing Up Bobby",
+        "The Three Musketeers",
+        "Faces in the Crowd",
+        "Resident Evil: Retribution",
+        "Cymbeline",
+        "Survivor",
+        "Zoolander 2",
+        "Resident Evil: The Final Chapter",
+        "Shock and Awe"
+      ]
+    },
+    "Richard Gere": {
+      "json_class": "Actor",
+      "name": "Richard Gere",
+      "age": 67,
+      "total_gross": 159,
+      "movies": [
+        "Report to the Commissioner",
+        "Strike Force",
+        "Baby Blue Marine",
+        "Kojak",
+        "Looking for Mr. Goodbar",
+        "Bloodbrothers",
+        "Days of Heaven",
+        "Yanks",
+        "American Gigolo",
+        "An Officer and a Gentleman",
+        "The Honorary Consul",
+        "Breathless",
+        "The Cotton Club",
+        "King David",
+        "No Mercy",
+        "Power",
+        "Miles from Home",
+        "Internal Affairs",
+        "Pretty Woman",
+        "Rhapsody in August",
+        "Final Analysis",
+        "Mr. Jones",
+        "Sommersby",
+        "And the Band Played On",
+        "Intersection",
+        "First Knight",
+        "Primal Fear",
+        "The Jackal",
+        "Red Corner",
+        "Runaway Bride",
+        "Dr. T & the Women",
+        "Autumn in New York",
+        "The Mothman Prophecies",
+        "Unfaithful",
+        "Chicago",
+        "Shall We Dance?",
+        "Bee Season",
+        "The Hoax",
+        "The Hunting Party",
+        "I'm Not There",
+        "The Flock",
+        "Nights in Rodanthe",
+        "Amelia",
+        "Hachi: A Dog's Tale",
+        "Brooklyn's Finest",
+        "The Double",
+        "Arbitrage",
+        "Movie 43",
+        "Cosmos: A Spacetime Odyssey",
+        "Henry & Me",
+        "Time Out of Mind",
+        "The Second Best Exotic Marigold Hotel",
+        "The Benefactor",
+        "Norman: The Moderate Rise and Tragic Fall of a New York Fixer",
+        "The Dinner",
+        "Three Christs"
+      ]
+    },
+    "Sidney Poitier": {
+      "json_class": "Actor",
+      "name": "Sidney Poitier",
+      "age": 90,
+      "total_gross": 760160,
+      "movies": [
+        "Sepia Cinderella",
+        "No Way Out",
+        "Cry, the Beloved Country",
+        "Red Ball Express",
+        "Go, Man, Go!",
+        "Blackboard Jungle",
+        "Good-bye, My Lady",
+        "Edge of the City",
+        "Something of Value",
+        "Band of Angels",
+        "The Mark of the Hawk",
+        "Virgin Island",
+        "The Defiant Ones",
+        "Porgy and Bess",
+        "All the Young Men",
+        "A Raisin in the Sun",
+        "Paris Blues",
+        "Pressure Point",
+        "The Long Ships",
+        "Lilies of the Field",
+        "The Bedford Incident",
+        "The Greatest Story Ever Told",
+        "A Patch of Blue",
+        "The Slender Thread",
+        "Duel at Diablo",
+        "To Sir, with Love",
+        "In the Heat of the Night",
+        "Guess Who's Coming to Dinner",
+        "For Love of Ivy",
+        "The Lost Man",
+        "King: A Filmed Record... Montgomery to Memphis",
+        "They Call Me Mister Tibbs!",
+        "Brother John",
+        "The Organization",
+        "Buck and the Preacher",
+        "A Warm December",
+        "Uptown Saturday Night",
+        "The Wilby Conspiracy",
+        "Let's Do it Again",
+        "A Piece of the Action",
+        "Paul Robeson: Tribute to an Artist",
+        "Shoot to Kill",
+        "Little Nikita",
+        "Sneakers",
+        "A Century of Cinema",
+        "To Sir, with Love II",
+        "The Jackal",
+        "Ralph Bunche: An American Odyssey",
+        "Don Rickles"
+      ]
+    },
+    "Diane Venora": {
+      "json_class": "Actor",
+      "name": "Diane Venora",
+      "age": 64,
+      "total_gross": 159,
+      "movies": [
+        "Wolfen",
+        "A Midsummer Night's Dream",
+        "The Cotton Club",
+        "A.D.",
+        "Terminal Choice",
+        "F/X",
+        "Ironweed",
+        "Bird",
+        "Star Trek: The Next Generation",
+        "Thunder Alley",
+        "Chicago Hope",
+        "Three Wishes",
+        "Heat",
+        "The Substitute",
+        "Surviving Picasso",
+        "Romeo + Juliet",
+        "The Jackal",
+        "True Crime",
+        "The 13th Warrior",
+        "The Joyriders",
+        "The Young Girl and the Monsoon",
+        "The Insider",
+        "Hamlet",
+        "Looking for an Echo",
+        "Megiddo: The Omega Code 2",
+        "Stateside",
+        "Breaking Dawn",
+        "Self Medicated",
+        "Stiletto",
+        "Follow the Prophet",
+        "The Ministers",
+        "All Good Things"
+      ]
+    },
+    "Alec Baldwin": {
+      "json_class": "Actor",
+      "name": "Alec Baldwin",
+      "age": 58,
+      "total_gross": 1304285,
+      "movies": [
+        "Forever, Lulu",
+        "She's Having a Baby",
+        "Beetlejuice",
+        "Married to the Mob",
+        "Working Girl",
+        "Talk Radio",
+        "Great Balls of Fire!",
+        "Tong Tana",
+        "The Hunt for Red October",
+        "Miami Blues",
+        "Alice",
+        "The Marrying Man",
+        "Prelude to a Kiss",
+        "Glengarry Glen Ross",
+        "Malice",
+        "The Getaway",
+        "The Shadow",
+        "Two Bits",
+        "The Juror",
+        "Heaven's Prisoners",
+        "Looking for Richard",
+        "Ghosts of Mississippi",
+        "The Edge",
+        "Thick as Thieves",
+        "Mercury Rising",
+        "The Confession",
+        "Notting Hill",
+        "Outside Providence",
+        "The Acting Class",
+        "Thomas and the Magic Railroad",
+        "State and Main",
+        "Pearl Harbor",
+        "Cats & Dogs",
+        "Final Fantasy: The Spirits Within",
+        "The Royal Tenenbaums",
+        "The Adventures of Pluto Nash",
+        "The Cooler",
+        "Broadway: The Golden Age, by the Legends Who Were There",
+        "The Cat in the Hat",
+        "Walking with Cavemen",
+        "Along Came Polly",
+        "The Last Shot",
+        "The Aviator",
+        "The SpongeBob SquarePants Movie",
+        "Elizabethtown",
+        "Fun with Dick and Jane",
+        "Mini's First Time",
+        "The Departed",
+        "Running with Scissors",
+        "The Good Shepherd",
+        "Suburban Girl",
+        "Brooklyn Rules",
+        "Shortcut to Happiness",
+        "My Best Friend's Girl",
+        "Madagascar: Escape 2 Africa",
+        "Journey to the Edge of the Universe",
+        "Lymelife",
+        "My Sister's Keeper",
+        "It's Complicated",
+        "Hick",
+        "Rock of Ages",
+        "To Rome with Love",
+        "Rise of the Guardians",
+        "Blue Jasmine",
+        "Seduced and Abandoned",
+        "Torrente 5: Operación Eurovegas",
+        "Still Alice",
+        "Aloha",
+        "Mission: Impossible – Rogue Nation",
+        "Concussion",
+        "Paris Can Wait",
+        "Rules Don't Apply",
+        "The Boss Baby",
+        "Downsizing",
+        "Drunk Parents",
+        "Arctic Justice: Thunder Squad"
+      ]
+    },
+    "Chi McBride": {
+      "json_class": "Actor",
+      "name": "Chi McBride",
+      "age": 55,
+      "total_gross": 93,
+      "movies": [
+        "Revenge of the Nerds III: The Next Generation",
+        "The Distinguished Gentleman",
+        "What's Love Got to Do with It",
+        "The Frighteners",
+        "Hoodlum",
+        "Mercury Rising",
+        "Gone in 60 Seconds",
+        "Disney's The Kid",
+        "Narc",
+        "Undercover Brother",
+        "Paid in Full",
+        "Cradle 2 the Grave",
+        "The Terminal",
+        "I, Robot",
+        "Roll Bounce",
+        "Waiting...",
+        "Annapolis",
+        "Ultimate Avengers 2",
+        "Let's Go to Prison",
+        "The Brothers Solomon",
+        "American Son",
+        "First Sunday",
+        "Who Do You Love",
+        "Still Waiting...",
+        "The Family Tree",
+        "Pawn Shop Chronicles",
+        "Draft Day",
+        "Home Sweet Hell"
+      ]
+    },
+    "Kim Dickens": {
+      "json_class": "Actor",
+      "name": "Kim Dickens",
+      "age": 51,
+      "total_gross": 292,
+      "movies": [
+        "Palookaville",
+        "Truth or Consequences, N.M.",
+        "Zero Effect",
+        "Great Expectations",
+        "Mercury Rising",
+        "Committed",
+        "Hollow Man",
+        "The Gift",
+        "Things Behind the Sun",
+        "House of Sand and Fog",
+        "Thank You for Smoking",
+        "Wild Tigers I Have Known",
+        "Red",
+        "The Blind Side",
+        "Footloose",
+        "At Any Price",
+        "Gone Girl",
+        "Miss Peregrine's Home for Peculiar Children",
+        "Lizzie"
+      ]
+    },
+    "Billy Bob Thornton": {
+      "json_class": "Actor",
+      "name": "Billy Bob Thornton",
+      "age": 61,
+      "total_gross": 11131509,
+      "movies": [
+        "Going Overboard",
+        "Chopper Chicks in Zombietown",
+        "The Dark Backward",
+        "For the Boys",
+        "Widespread Panic",
+        "One False Move",
+        "Tombstone",
+        "Blood In Blood Out",
+        "Indecent Proposal",
+        "Ghost Brigade",
+        "On Deadly Ground",
+        "Floundering",
+        "Some Folks Call It a Sling Blade",
+        "Dead Man",
+        "The Stars Fell on Henrietta",
+        "Sling Blade",
+        "The Winner",
+        "A Family Thing",
+        "The Apostle",
+        "U Turn",
+        "Princess Mononoke",
+        "Burn Hollywood Burn",
+        "A Simple Plan",
+        "Armageddon",
+        "Homegrown",
+        "Primary Colors",
+        "Pushing Tin",
+        "The Gift",
+        "All the Pretty Horses",
+        "South of Heaven, West of Hell",
+        "Daddy and Them",
+        "Monster's Ball",
+        "Bandits",
+        "The Man Who Wasn't There",
+        "Camouflage",
+        "Waking Up in Reno",
+        "The Badge",
+        "Bad Santa",
+        "Love Actually",
+        "Intolerable Cruelty",
+        "Levity",
+        "Friday Night Lights",
+        "The Alamo",
+        "Chrystal",
+        "The Ice Harvest",
+        "Bad News Bears",
+        "School for Scoundrels",
+        "The Astronaut Farmer",
+        "Mr. Woodcock",
+        "Eagle Eye",
+        "The Informers",
+        "My Run",
+        "The Smell of Success",
+        "Faster",
+        "Nashville Rises",
+        "Puss in Boots",
+        "Jayne Mansfield's Car",
+        "The Baytown Outlaws",
+        "Parkland",
+        "Cut Bank",
+        "The Judge",
+        "Into the Grizzly Maze",
+        "Entourage",
+        "Our Brand Is Crisis",
+        "Whiskey Tango Foxtrot",
+        "Bad Santa 2",
+        "London Fields",
+        "Hunter Killer"
+      ]
+    },
+    "Liv Tyler": {
+      "json_class": "Actor",
+      "name": "Liv Tyler",
+      "age": 39,
+      "total_gross": 553,
+      "movies": [
+        "Silent Fall",
+        "Heavy",
+        "Empire Records",
+        "Stealing Beauty",
+        "That Thing You Do!",
+        "Inventing the Abbotts",
+        "U Turn",
+        "Armageddon",
+        "Plunkett & Macleane",
+        "Cookie's Fortune",
+        "Onegin",
+        "Dr. T & the Women",
+        "One Night at McCool's",
+        "The Lord of the Rings: The Fellowship of the Ring",
+        "The Lord of the Rings: The Two Towers",
+        "The Lord of the Rings: The Return of the King",
+        "Jersey Girl",
+        "Lonesome Jim",
+        "Reign Over Me",
+        "The Strangers",
+        "The Incredible Hulk",
+        "Smother",
+        "Super",
+        "The Ledge",
+        "Robot & Frank",
+        "Space Station 76",
+        "Jamie Marks Is Dead"
+      ]
+    },
+    "Ben Affleck": {
+      "json_class": "Actor",
+      "name": "Ben Affleck",
+      "age": 44,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Will Patton": {
+      "json_class": "Actor",
+      "name": "Will Patton",
+      "age": 62,
+      "total_gross": 1551181,
+      "movies": [
+        "Silkwood",
+        "The Equalizer",
+        "The Beniker Gang",
+        "Desperately Seeking Susan",
+        "After Hours",
+        "Belizaire the Cajun",
+        "A Gathering of Old Men",
+        "No Way Out",
+        "Wildfire",
+        "Stars and Bars",
+        "Signs of Life",
+        "Everybody Wins",
+        "A Shock to the System",
+        "Dillinger",
+        "Deadly Desire",
+        "Bright Angel",
+        "The Rapture",
+        "Cold Heaven",
+        "In the Soup",
+        "Romeo Is Bleeding",
+        "Natural Causes",
+        "The Client",
+        "The Puppet Masters",
+        "Copycat",
+        "The Spitfire Grill",
+        "Fled",
+        "Inventing the Abbotts",
+        "This World, Then the Fireworks",
+        "The Postman",
+        "O.K. Garage",
+        "Armageddon",
+        "I Woke Up Early the Day I Died",
+        "Breakfast of Champions",
+        "Entrapment",
+        "Jesus' Son",
+        "Gone in 60 Seconds",
+        "Trixie",
+        "Remember the Titans",
+        "The Mothman Prophecies",
+        "The Punisher",
+        "The Last Ride",
+        "Road House 2",
+        "Code Name: The Cleaner",
+        "A Mighty Heart",
+        "The List",
+        "Dog Days of Summer",
+        "Wendy and Lucy",
+        "American Violet",
+        "Lucky Days",
+        "Barbarian Princess",
+        "The Canyon",
+        "The Fourth Kind",
+        "Waking Madison",
+        "The Loss of a Teardrop Diamond",
+        "Brooklyn's Finest",
+        "Meek's Cutoff",
+        "Knucklehead",
+        "The November Man",
+        "American Honey",
+        "The Scent of Rain and Lightning",
+        "Megan Leavey"
+      ]
+    },
+    "Peter Stormare": {
+      "json_class": "Actor",
+      "name": "Peter Stormare",
+      "age": 63,
+      "total_gross": 646,
+      "movies": [
+        "Lyftet",
+        "Fanny and Alexander",
+        "Awakenings",
+        "Freud flyttar hemifrån...",
+        "Reflections in a Dark Sky",
+        "Damage",
+        "Fargo",
+        "The Lost World: Jurassic Park",
+        "Armageddon",
+        "Mercury Rising",
+        "The Big Lebowski",
+        "Commander Hamilton",
+        "Somewhere in the City",
+        "Purgatory",
+        "8mm",
+        "Bruiser",
+        "Chocolat",
+        "Dancer in the Dark",
+        "The Million Dollar Hotel",
+        "Circus",
+        "Happy Campers",
+        "13 Moons",
+        "Spun",
+        "Minority Report",
+        "Windtalkers",
+        "The Tuxedo",
+        "Bad Company",
+        "Bad Boys II",
+        "The Movie Hero",
+        "Birth",
+        "The Batman vs. Dracula",
+        "The Brothers Grimm",
+        "2001 Maniacs",
+        "Constantine",
+        "Nacho Libre",
+        "Unknown",
+        "Premonition",
+        "Anamorph",
+        "Boot Camp",
+        "Switch",
+        "Gone with the Woman",
+        "Witless Protection",
+        "Insanitarium",
+        "Varg",
+        "The Killing Room",
+        "Horsemen",
+        "The Imaginarium of Doctor Parnassus",
+        "Undocumented",
+        "Dylan Dog: Dead of Night",
+        "Small Town Murder Songs",
+        "Henry's Crime",
+        "Marianne",
+        "Inseparable",
+        "The Hunters 2",
+        "Lockout",
+        "Get the Gringo",
+        "Small Apartments",
+        "Tai Chi Hero",
+        "Hansel and Gretel: Witch Hunters",
+        "The Last Stand",
+        "Siberian Education",
+        "Autumn Blood",
+        "Bad Milo!",
+        "The Zero Theorem",
+        "Pain & Gain",
+        "22 Jump Street",
+        "Rage",
+        "Mall",
+        "Penguins of Madagascar",
+        "Bang Bang Baby",
+        "Clown",
+        "Dark Summer",
+        "Strange Magic",
+        "Every Thing Will Be Fine",
+        "Rupture",
+        "John Wick: Chapter 2",
+        "The Nut Job 2",
+        "Dark Ascension"
+      ]
+    },
+    "Keith David": {
+      "json_class": "Actor",
+      "name": "Keith David",
+      "age": 60,
+      "total_gross": 0,
+      "movies": [
+        "Learn how and when to remove this template message"
+      ]
+    },
+    "Steve Buscemi": {
+      "json_class": "Actor",
+      "name": "Steve Buscemi",
+      "age": 59,
+      "total_gross": 16208808,
+      "movies": [
+        "The Way it Is",
+        "Sleepwalk",
+        "Parting Glances",
+        "No Picnic",
+        "Kiss Daddy Goodnight",
+        "Heart",
+        "Call Me",
+        "Heart of Midnight",
+        "Vibes",
+        "Slaves of New York",
+        "Mystery Train",
+        "New York Stories",
+        "Bloodhounds of Broadway",
+        "Tales from the Darkside: The Movie",
+        "King of New York",
+        "Miller's Crossing",
+        "Zandalee",
+        "Barton Fink",
+        "Billy Bathgate",
+        "In the Soup",
+        "Reservoir Dogs",
+        "CrissCross",
+        "Twenty Bucks",
+        "Rising Sun",
+        "Ed and His Dead Mother",
+        "The Search for One-eye Jimmy",
+        "The Hudsucker Proxy",
+        "Somebody to Love",
+        "Airheads",
+        "Pulp Fiction",
+        "Floundering",
+        "Who Do I Gotta Kill?",
+        "Billy Madison",
+        "Living in Oblivion",
+        "Things to Do in Denver When You're Dead",
+        "Desperado",
+        "Fargo",
+        "Escape from L.A.",
+        "Trees Lounge",
+        "Kansas City",
+        "Con Air",
+        "The Real Blonde",
+        "The Big Lebowski",
+        "Divine Trash",
+        "The Impostors",
+        "The Wedding Singer",
+        "Armageddon",
+        "Big Daddy",
+        "28 Days",
+        "Animal Factory",
+        "Ghost World",
+        "Final Fantasy: The Spirits Within",
+        "The Grey Zone",
+        "Double Whammy",
+        "Domestic Disturbance",
+        "Monsters, Inc.",
+        "Mr. Deeds",
+        "13 Moons",
+        "Love in the Time of Money",
+        "Spy Kids 2: The Island of Lost Dreams",
+        "Spy Kids 3-D: Game Over",
+        "Coffee and Cigarettes",
+        "Big Fish",
+        "Home on the Range",
+        "The Island",
+        "Lonesome Jim",
+        "Romance & Cigarettes",
+        "Art School Confidential",
+        "Paris, je t'aime",
+        "Monster House",
+        "Charlotte's Web",
+        "Delirious",
+        "I Think I Love My Wife",
+        "Interview",
+        "I Now Pronounce You Chuck and Larry",
+        "Igor",
+        "Rage",
+        "John Rabe",
+        "G-Force",
+        "The Messenger",
+        "I Knew It Was You",
+        "Handsome Harry",
+        "Saint John of Las Vegas",
+        "Youth in Revolt",
+        "Grown Ups",
+        "Pete Smalls Is Dead",
+        "The Chosen One",
+        "Fight for Your Right Revisited",
+        "Rampart",
+        "On the Road",
+        "Hotel Transylvania",
+        "The Incredible Burt Wonderstone",
+        "Monsters University",
+        "Grown Ups 2",
+        "Khumba",
+        "Time Out of Mind",
+        "The Cobbler",
+        "Hotel Transylvania 2",
+        "The Ridiculous 6",
+        "Norman: The Moderate Rise and Tragic Fall of a New York Fixer",
+        "The Boss Baby",
+        "The Death of Stalin",
+        "Lean on Pete"
+      ]
+    },
+    "Denzel Washington": {
+      "json_class": "Actor",
+      "name": "Denzel Washington",
+      "age": 62,
+      "total_gross": 9566709,
+      "movies": [
+        "Carbon Copy",
+        "A Soldier's Story",
+        "Power",
+        "Cry Freedom",
+        "For Queen and Country",
+        "The Mighty Quinn",
+        "Glory",
+        "Heart Condition",
+        "Mo' Better Blues",
+        "Mississippi Masala",
+        "Ricochet",
+        "Malcolm X",
+        "Liberators: Fighting on Two Fronts in World War II",
+        "Much Ado About Nothing",
+        "The Pelican Brief",
+        "Philadelphia",
+        "Crimson Tide",
+        "Virtuosity",
+        "Devil in a Blue Dress",
+        "Courage Under Fire",
+        "The Preacher's Wife",
+        "Fallen",
+        "He Got Game",
+        "The Siege",
+        "The Bone Collector",
+        "The Hurricane",
+        "Remember the Titans",
+        "Training Day",
+        "John Q.",
+        "Antwone Fisher",
+        "Out of Time",
+        "Man on Fire",
+        "The Manchurian Candidate",
+        "Inside Man",
+        "Déjà Vu",
+        "American Gangster",
+        "The Great Debaters",
+        "The Taking of Pelham 123",
+        "The Book of Eli",
+        "Unstoppable",
+        "Safe House",
+        "Flight",
+        "2 Guns",
+        "The Equalizer",
+        "The Magnificent Seven",
+        "Fences"
+      ]
+    },
+    "Annette Bening": {
+      "json_class": "Actor",
+      "name": "Annette Bening",
+      "age": 58,
+      "total_gross": 18273010,
+      "movies": [
+        "The Great Outdoors",
+        "Valmont",
+        "Postcards from the Edge",
+        "The Grifters",
+        "Guilty by Suspicion",
+        "Regarding Henry",
+        "Bugsy",
+        "Love Affair",
+        "Richard III",
+        "The American President",
+        "Mars Attacks!",
+        "The Siege",
+        "In Dreams",
+        "American Beauty",
+        "What Planet Are You From?",
+        "Open Range",
+        "Being Julia",
+        "Running with Scissors",
+        "The Women",
+        "Mother and Child",
+        "The Kids Are All Right",
+        "Ruby Sparks",
+        "Ginger & Rosa",
+        "Girl Most Likely",
+        "The Face of Love",
+        "The Search",
+        "Danny Collins",
+        "20th Century Women",
+        "Rules Don't Apply",
+        "The Seagull",
+        "Film Stars Don't Die in Liverpool"
+      ]
+    },
+    "Tony Shalhoub": {
+      "json_class": "Actor",
+      "name": "Tony Shalhoub",
+      "age": 63,
+      "total_gross": 578,
+      "movies": [
+        "Heartburn",
+        "Longtime Companion",
+        "Quick Change",
+        "Barton Fink",
+        "Honeymoon in Vegas",
+        "Addams Family Values",
+        "Searching for Bobby Fischer",
+        "I.Q.",
+        "Big Night",
+        "A Life Less Ordinary",
+        "Gattaca",
+        "Men in Black",
+        "A Civil Action",
+        "The Siege",
+        "The Impostors",
+        "Paulie",
+        "Primary Colors",
+        "Galaxy Quest",
+        "The Tic Code",
+        "Thir13en Ghosts",
+        "The Man Who Wasn't There",
+        "Spy Kids",
+        "Life or Something Like It",
+        "Impostor",
+        "Men in Black II",
+        "Spy Kids 2: The Island of Lost Dreams",
+        "Spy Kids 3-D: Game Over",
+        "The Last Shot",
+        "Against the Ropes",
+        "The Naked Brothers Band: The Movie",
+        "The Great New Wonderful",
+        "Cars",
+        "AmericanEast",
+        "1408",
+        "How Do You Know",
+        "Cars 2",
+        "Movie 43",
+        "Pain & Gain",
+        "Teenage Mutant Ninja Turtles",
+        "Teenage Mutant Ninja Turtles: Out of the Shadows",
+        "Tomboy, a Revenger's Tale",
+        "Final Portrait"
+      ]
+    },
+    "Sami Bouajila": {
+      "json_class": "Actor",
+      "name": "Sami Bouajila",
+      "age": 50,
+      "total_gross": 0,
+      "movies": [
+        "Sami Bouajila"
+      ]
+    },
+    "Albert Finney": {
+      "json_class": "Actor",
+      "name": "Albert Finney",
+      "age": 80,
+      "total_gross": 178640,
+      "movies": [
+        "The Entertainer",
+        "Saturday Night and Sunday Morning",
+        "Tom Jones",
+        "Night Must Fall",
+        "Two for the Road",
+        "Charlie Bubbles",
+        "The Picasso Summer",
+        "Scrooge",
+        "Gumshoe",
+        "Murder on the Orient Express",
+        "The Adventure of Sherlock Holmes' Smarter Brother",
+        "The Duellists",
+        "Looker",
+        "Wolfen",
+        "Loophole",
+        "Annie",
+        "Shoot the Moon",
+        "The Dresser",
+        "Under the Volcano",
+        "Orphans",
+        "Miller's Crossing",
+        "Roger Waters – The Wall (Live in Berlin)",
+        "The Playboys",
+        "Rich in Love",
+        "The Browning Version",
+        "A Man of No Importance",
+        "Nostromo",
+        "Washington Square",
+        "Breakfast of Champions",
+        "Simpatico",
+        "Erin Brockovich",
+        "Traffic",
+        "Delivering Milo",
+        "Big Fish",
+        "Ocean's Twelve",
+        "Corpse Bride",
+        "A Good Year",
+        "Amazing Grace",
+        "The Bourne Ultimatum",
+        "Before the Devil Knows You're Dead",
+        "The Bourne Legacy",
+        "Skyfall"
+      ]
+    },
+    "Nick Nolte": {
+      "json_class": "Actor",
+      "name": "Nick Nolte",
+      "age": 76,
+      "total_gross": 23257064,
+      "movies": [
+        "Dirty Little Billy",
+        "Electra Glide in Blue",
+        "Return to Macon County",
+        "Northville Cemetery Massacre",
+        "The Deep",
+        "Who'll Stop the Rain",
+        "North Dallas Forty",
+        "Heart Beat",
+        "Cannery Row",
+        "48 Hrs.",
+        "Under Fire",
+        "Grace Quigley",
+        "Teachers",
+        "Down and Out in Beverly Hills",
+        "Extreme Prejudice",
+        "Weeds",
+        "Three Fugitives",
+        "Farewell to the King",
+        "New York Stories",
+        "Everybody Wins",
+        "Q&A",
+        "Another 48 Hrs.",
+        "Cape Fear",
+        "The Prince of Tides",
+        "Lorenzo's Oil",
+        "The Player",
+        "I'll Do Anything",
+        "Blue Chips",
+        "I Love Trouble",
+        "Jefferson in Paris",
+        "Mulholland Falls",
+        "Mother Night",
+        "Nightwatch",
+        "Afterglow",
+        "U Turn",
+        "Affliction",
+        "The Thin Red Line",
+        "Breakfast of Champions",
+        "Simpatico",
+        "The Golden Bowl",
+        "Trixie",
+        "Investigating Sex",
+        "The Good Thief",
+        "Northfork",
+        "Hulk",
+        "The Beautiful Country",
+        "Clean",
+        "Hotel Rwanda",
+        "Neverwas",
+        "Over the Hedge",
+        "Paris, je t'aime",
+        "Peaceful Warrior",
+        "Quelques jours en septembre",
+        "Off the Black",
+        "Chicago 10",
+        "The Mysteries of Pittsburgh",
+        "The Spiderwick Chronicles",
+        "Tropic Thunder",
+        "My Own Love Song",
+        "Arcadia Lost",
+        "Cats & Dogs: The Revenge of Kitty Galore",
+        "Arthur",
+        "Zookeeper",
+        "Warrior",
+        "The Company You Keep",
+        "Gangster Squad",
+        "Parker",
+        "Hateship, Loveship",
+        "The Trials of Cate McCall",
+        "Noah",
+        "Asthma",
+        "A Walk in the Woods",
+        "Run All Night",
+        "Return to Sender",
+        "The Ridiculous 6"
+      ]
+    },
+    "Barbara Hershey": {
+      "json_class": "Actor",
+      "name": "Barbara Hershey",
+      "age": 69,
+      "total_gross": 178278,
+      "movies": [
+        "With Six You Get Eggroll",
+        "Heaven with a Gun",
+        "Last Summer",
+        "The Liberation of L.B. Jones",
+        "The Baby Maker",
+        "The Pursuit of Happiness",
+        "Dealing: Or the Berkeley-to-Boston Forty-Brick Lost-Bag Blues",
+        "Boxcar Bertha",
+        "Love Comes Quietly",
+        "The Crazy World of Julius Vrooder",
+        "Diamonds",
+        "The Last Hard Men",
+        "Trial by Combat",
+        "The Stunt Man",
+        "Take This Job and Shove It",
+        "The Entity",
+        "The Right Stuff",
+        "Americana",
+        "The Natural",
+        "Hannah and Her Sisters",
+        "Hoosiers",
+        "Tin Men",
+        "Shy People",
+        "A World Apart",
+        "The Last Temptation of Christ",
+        "Beaches",
+        "Tune in Tomorrow",
+        "Paris Trout",
+        "Defenseless",
+        "The Public Eye",
+        "Falling Down",
+        "Swing Kids",
+        "Splitting Heirs",
+        "A Dangerous Woman",
+        "Last of the Dogmen",
+        "The Pallbearer",
+        "The Portrait of a Lady",
+        "Frogs for Snakes",
+        "A Soldier's Daughter Never Cries",
+        "Breakfast of Champions",
+        "Passion",
+        "Lantana",
+        "11:14",
+        "Love Comes Lately",
+        "Albert Schweitzer",
+        "Black Swan",
+        "Insidious",
+        "Answers to Nothing",
+        "Insidious: Chapter 2",
+        "The 9th Life of Louis Drax"
+      ]
+    },
+    "Lukas Haas": {
+      "json_class": "Actor",
+      "name": "Lukas Haas",
+      "age": 40,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Omar Epps": {
+      "json_class": "Actor",
+      "name": "Omar Epps",
+      "age": 43,
+      "total_gross": 178278,
+      "movies": [
+        "Juice",
+        "Daybreak",
+        "The Program",
+        "Major League II",
+        "Higher Learning",
+        "Don't Be a Menace to South Central While Drinking Your Juice in the Hood",
+        "Deadly Voyage",
+        "Scream 2",
+        "First Time Felon",
+        "Breakfast of Champions",
+        "The Mod Squad",
+        "The Wood",
+        "In Too Deep",
+        "Love & Basketball",
+        "Brother",
+        "Dracula 2000",
+        "Perfume",
+        "Big Trouble",
+        "Conviction",
+        "Against the Ropes",
+        "Alfie",
+        "A Day in the Life",
+        "Almost Christmas"
+      ]
+    },
+    "Vicki Lewis": {
+      "json_class": "Actor",
+      "name": "Vicki Lewis",
+      "age": 56,
+      "total_gross": 178278,
+      "movies": [
+        "I'll Do Anything",
+        "Bye Bye Birdie",
+        "MouseHunt",
+        "Godzilla",
+        "Breakfast of Champions",
+        "Pushing Tin",
+        "An Extremely Goofy Movie",
+        "Finding Nemo",
+        "California Dreaming",
+        "The Last Day of Summer",
+        "Roadside Romeo",
+        "Justice League: The New Frontier",
+        "Wonder Woman",
+        "Dr. Dolittle: Million Dollar Mutts",
+        "The Ugly Truth",
+        "Alpha and Omega",
+        "Den Brother",
+        "I Married Who?",
+        "Tom and Jerry: The Lost Dragon",
+        "Finding Dory"
+      ]
+    },
+    "Buck Henry": {
+      "json_class": "Actor",
+      "name": "Buck Henry",
+      "age": 86,
+      "total_gross": 25384459,
+      "movies": [
+        "The Bridge",
+        "The Troublemaker",
+        "The Graduate",
+        "The Secret War of Harry Frigg",
+        "Candy",
+        "Catch-22",
+        "The Owl and the Pussycat",
+        "Taking Off",
+        "Is There Sex After Death?",
+        "What's Up Doc?",
+        "The Day of the Dolphin",
+        "The Man Who Fell to Earth",
+        "The Absent-Minded Waiter",
+        "Heaven Can Wait",
+        "Old Boyfriends",
+        "Gloria",
+        "First Family",
+        "Eating Raoul",
+        "Aria",
+        "Rude Awakening",
+        "Tune In Tomorrow",
+        "Defending Your Life",
+        "The Linguini Incident",
+        "The Player",
+        "Short Cuts",
+        "Even Cowgirls Get the Blues",
+        "Grumpy Old Men",
+        "To Die For",
+        "The Real Blonde",
+        "I'm Losing You",
+        "Curtain Call",
+        "Breakfast of Champions",
+        "Lisa Picard is Famous",
+        "Town & Country",
+        "Serendipity",
+        "The Last Shot"
+      ]
+    },
+    "Ken Hudson Campbell": {
+      "json_class": "Actor",
+      "name": "Ken Hudson Campbell",
+      "age": 54,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Toni Collette": {
+      "json_class": "Actor",
+      "name": "Toni Collette",
+      "age": 44,
+      "total_gross": 672,
+      "movies": [
+        "Spotswood",
+        "The Thief and the Cobbler",
+        "Muriel's Wedding",
+        "Clockers",
+        "Così",
+        "The Pallbearer",
+        "Emma",
+        "Lilian's Story",
+        "Clockwatchers",
+        "Diana & Me",
+        "The Boys",
+        "Velvet Goldmine",
+        "8½ Women",
+        "The Sixth Sense",
+        "Shaft",
+        "An American Tail: The Mystery of the Night Monster",
+        "Hotel Splendide",
+        "The Magic Pudding",
+        "Changing Lanes",
+        "About a Boy",
+        "Dirty Deeds",
+        "The Hours",
+        "Japanese Story",
+        "The Last Shot",
+        "Connie and Carla",
+        "In Her Shoes",
+        "Little Miss Sunshine",
+        "The Night Listener",
+        "Like Minds",
+        "The Dead Girl",
+        "Evening",
+        "Towelhead",
+        "The Black Balloon",
+        "Hey, Hey, It's Esther Blueburger",
+        "Mary and Max",
+        "Jesus Henry Christ",
+        "Fright Night",
+        "Foster",
+        "Hitchcock",
+        "Mental",
+        "The Way, Way Back",
+        "Enough Said",
+        "Lucky Them",
+        "A Long Way Down",
+        "Tammy",
+        "Hector and the Search for Happiness",
+        "The Boxtrolls",
+        "Glassland",
+        "Blinky Bill the Movie",
+        "Miss You Already",
+        "Krampus",
+        "Jasper Jones",
+        "Imperium",
+        "XXX: Return of Xander Cage",
+        "The Yellow Birds",
+        "Fun Mom Dinner",
+        "Unlocked",
+        "Madame"
+      ]
+    },
+    "Olivia Williams": {
+      "json_class": "Actor",
+      "name": "Olivia Williams",
+      "age": 48,
+      "total_gross": 672,
+      "movies": [
+        "The Postman",
+        "Rushmore",
+        "The Sixth Sense",
+        "Four Dogs Playing Poker",
+        "Born Romantic",
+        "Dead Babies",
+        "Mood Swingers",
+        "The Body",
+        "Lucky Break",
+        "The Man from Elysian Fields",
+        "The Heart of Me",
+        "Below",
+        "To Kill a King",
+        "Peter Pan",
+        "Valiant",
+        "Tara Road",
+        "X-Men: The Last Stand",
+        "Flashbacks of a Fool",
+        "An Education",
+        "The Ghost Writer",
+        "Sex & Drugs & Rock & Roll",
+        "Collaborator",
+        "Hanna",
+        "Wild Bill",
+        "Anna Karenina",
+        "Now Is Good",
+        "Hyde Park on Hudson",
+        "The Last Days on Mars",
+        "Justin and the Knights of Valour",
+        "Sabotage",
+        "Maps to the Stars",
+        "Altar",
+        "Seventh Son",
+        "Man Up"
+      ]
+    },
+    "Haley Joel Osment": {
+      "json_class": "Actor",
+      "name": "Haley Joel Osment",
+      "age": 28,
+      "total_gross": 672,
+      "movies": [
+        "Forrest Gump",
+        "Mixed Nuts",
+        "For Better or Worse",
+        "Bogus",
+        "Beauty and the Beast: The Enchanted Christmas",
+        "The Sixth Sense",
+        "I'll Remember April",
+        "Pay It Forward",
+        "Spot the Dog",
+        "A.I. Artificial Intelligence",
+        "Edges of the Lord",
+        "The Hunchback of Notre Dame II",
+        "The Country Bears",
+        "Secondhand Lions",
+        "The Jungle Book 2",
+        "Home of the Giants",
+        "Montana Amazon",
+        "Sassy Pants",
+        "I'll Follow You Down",
+        "Tusk",
+        "Sex Ed",
+        "The World Made Straight",
+        "Entourage",
+        "Me Him Her",
+        "Yoga Hosers",
+        "Izzy Gets the F*ck Across Town"
+      ]
+    },
+    "Michelle Pfeiffer": {
+      "json_class": "Actor",
+      "name": "Michelle Pfeiffer",
+      "age": 58,
+      "total_gross": 58900031,
+      "movies": [
+        "The Hollywood Knights",
+        "Falling in Love Again",
+        "The Hollywood Knights",
+        "Charlie Chan and the Curse of the Dragon Queen",
+        "Grease 2",
+        "Scarface",
+        "Into the Night",
+        "Ladyhawke",
+        "Sweet Liberty",
+        "The Witches of Eastwick",
+        "Amazon Women on the Moon",
+        "Married to the Mob",
+        "Tequila Sunrise",
+        "Dangerous Liaisons",
+        "The Fabulous Baker Boys",
+        "The Russia House",
+        "Frankie and Johnny",
+        "Batman Returns",
+        "Love Field",
+        "The Age of Innocence",
+        "Wolf",
+        "Dangerous Minds",
+        "Up Close & Personal",
+        "To Gillian on Her 37th Birthday",
+        "One Fine Day",
+        "A Thousand Acres",
+        "The Prince of Egypt",
+        "The Deep End of the Ocean",
+        "A Midsummer Night's Dream",
+        "The Story of Us",
+        "What Lies Beneath",
+        "I Am Sam",
+        "White Oleander",
+        "Sinbad: Legend of the Seven Seas",
+        "I Could Never Be Your Woman",
+        "Hairspray",
+        "Stardust",
+        "Personal Effects",
+        "Chéri",
+        "New Year's Eve",
+        "Dark Shadows",
+        "People Like Us",
+        "The Family",
+        "Where Is Kyra?",
+        "mother!",
+        "Murder on the Orient Express"
+      ]
+    },
+    "Spencer Breslin": {
+      "json_class": "Actor",
+      "name": "Spencer Breslin",
+      "age": 24,
+      "total_gross": 0,
+      "movies": [
+        "Soul Man",
+        "Law & Order",
+        "Trinity",
+        "Stephen King: Storm of the Century",
+        "Meet the Parents",
+        "Disney's The Kid",
+        "The Ultimate Christmas Present",
+        "Kate Brasher",
+        "Teamo Supremo",
+        "Return to Neverland",
+        "Mom's on Strike",
+        "The Santa Clause 2",
+        "Express Yourself",
+        "You Wish!",
+        "The Cat in the Hat",
+        "Raising Helen",
+        "The Princess Diaries 2: Royal Engagement",
+        "Center of the Universe",
+        "Wonderfalls",
+        "The Shaggy Dog",
+        "Zoom",
+        "The Santa Clause 3: The Escape Clause",
+        "The Happening",
+        "Harold",
+        "Bones",
+        "Quantum Quest: A Cassini Space Odyssey",
+        "Stuck in Love",
+        "Perfect Sisters"
+      ]
+    },
+    "Emily Mortimer": {
+      "json_class": "Actor",
+      "name": "Emily Mortimer",
+      "age": 45,
+      "total_gross": 0,
+      "movies": [
+        "The Ghost and the Darkness",
+        "The Last of the High Kings",
+        "The Saint",
+        "Elizabeth",
+        "Notting Hill",
+        "Scream 3",
+        "Love's Labour's Lost",
+        "The Miracle Maker",
+        "Disney's The Kid",
+        "Lovely and Amazing",
+        "The 51st State",
+        "The Sleeping Dictionary",
+        "Bright Young Things",
+        "Young Adam",
+        "Dear Frankie",
+        "Howl's Moving Castle",
+        "Match Point",
+        "Paris, je t'aime",
+        "The Pink Panther",
+        "Lars and the Real Girl",
+        "Chaos Theory",
+        "Transsiberian",
+        "Redbelt",
+        "The Pink Panther 2",
+        "Harry Brown",
+        "City Island",
+        "Shutter Island",
+        "Leonie",
+        "Cars 2",
+        "Our Idiot Brother",
+        "Hugo",
+        "Rio, I Love You",
+        "Ten Thousand Saints",
+        "Spectral",
+        "The Sense of an Ending",
+        "The Party",
+        "The Bookshop",
+        "Mary Poppins Returns"
+      ]
+    },
+    "Lily Tomlin": {
+      "json_class": "Actor",
+      "name": "Lily Tomlin",
+      "age": 77,
+      "total_gross": 21706100,
+      "movies": [
+        "Nashville",
+        "The Late Show",
+        "Moment by Moment",
+        "9 to 5",
+        "The Incredible Shrinking Woman",
+        "All of Me",
+        "Big Business",
+        "The Search for Signs of Intelligent Life in the Universe",
+        "Shadows and Fog",
+        "The Player",
+        "The Beverly Hillbillies",
+        "Short Cuts",
+        "Blue in the Face",
+        "Getting Away with Murder",
+        "Flirting with Disaster",
+        "Krippendorf's Tribe",
+        "Tea with Mussolini",
+        "Disney's The Kid",
+        "Orange County",
+        "I Heart Huckabees",
+        "A Prairie Home Companion",
+        "The Ant Bully",
+        "The Walker",
+        "The Pink Panther 2",
+        "Ponyo",
+        "Stars in Shorts",
+        "Admission",
+        "Grandma"
+      ]
+    },
+    "Robin Wright Penn": {
+      "json_class": "Actor",
+      "name": "Robin Wright Penn",
+      "age": 50,
+      "total_gross": 125591175,
+      "movies": [
+        "Hollywood Vice Squad",
+        "The Princess Bride",
+        "Denial",
+        "State of Grace",
+        "The Playboys",
+        "Toys",
+        "Forrest Gump",
+        "The Crossing Guard",
+        "Moll Flanders",
+        "Loved",
+        "She's So Lovely",
+        "Hurlyburly",
+        "Message in a Bottle",
+        "How to Kill Your Neighbor's Dog",
+        "Unbreakable",
+        "The Pledge",
+        "The Last Castle",
+        "Searching for Debra Winger",
+        "White Oleander",
+        "The Singing Detective",
+        "Virgin",
+        "A Home at the End of the World",
+        "Nine Lives",
+        "Sorry, Haters",
+        "Empire Falls",
+        "Breaking and Entering",
+        "Room 10",
+        "Hounddog",
+        "Beowulf",
+        "What Just Happened",
+        "New York, I Love You",
+        "State of Play",
+        "The Private Lives of Pippa Lee",
+        "A Christmas Carol",
+        "The Conspirator",
+        "Moneyball",
+        "Rampart",
+        "The Girl with the Dragon Tattoo",
+        "The Congress",
+        "Adore",
+        "A Most Wanted Man",
+        "Everest",
+        "Wonder Woman",
+        "Blade Runner 2049"
+      ]
+    },
+    "Spencer Treat Clark": {
+      "json_class": "Actor",
+      "name": "Spencer Treat Clark",
+      "age": 29,
+      "total_gross": 248,
+      "movies": [
+        "It Was Him or Us",
+        "Arlington Road",
+        "Double Jeopardy",
+        "Gladiator",
+        "Unbreakable",
+        "Mystic River",
+        "Loverboy",
+        "The Babysitters",
+        "The Last House on the Left",
+        "Camp Hope",
+        "Much Ado About Nothing",
+        "Deep Dark Canyon",
+        "The Last Exorcism Part II",
+        "Druid Peak",
+        "Cymbeline",
+        "The Town That Dreaded Sundown"
+      ]
+    },
+    "Colin Farrell": {
+      "json_class": "Actor",
+      "name": "Colin Farrell",
+      "age": 40,
+      "total_gross": 32,
+      "movies": [
+        "The War Zone",
+        "Ordinary Decent Criminal",
+        "Tigerland",
+        "American Outlaws",
+        "Hart's War",
+        "Minority Report",
+        "Phone Booth",
+        "Veronica Guerin",
+        "Daredevil",
+        "The Recruit",
+        "S.W.A.T.",
+        "Intermission",
+        "A Home at the End of the World",
+        "Alexander",
+        "The New World",
+        "Miami Vice",
+        "Ask the Dust",
+        "Cassandra's Dream",
+        "Kicking It",
+        "Pride and Glory",
+        "In Bruges",
+        "Ondine",
+        "Triage",
+        "Crazy Heart",
+        "The Imaginarium of Doctor Parnassus",
+        "The Way Back",
+        "London Boulevard",
+        "Horrible Bosses",
+        "Fright Night",
+        "Total Recall",
+        "Seven Psychopaths",
+        "Dead Man Down",
+        "Epic",
+        "Saving Mr. Banks",
+        "Winter's Tale",
+        "Miss Julie",
+        "The Lobster",
+        "Solace",
+        "Fantastic Beasts and Where to Find Them",
+        "The Killing of a Sacred Deer",
+        "The Beguiled"
+      ]
+    },
+    "Terrence Howard": {
+      "json_class": "Actor",
+      "name": "Terrence Howard",
+      "age": 47,
+      "total_gross": 32,
+      "movies": [
+        "The Jacksons: An American Dream",
+        "Who's the Man?",
+        "Dead Presidents",
+        "Mr. Holland's Opus",
+        "Sunset Park",
+        "Johns",
+        "Butter",
+        "The Players Club",
+        "Best Laid Plans",
+        "The Best Man",
+        "Big Momma's House",
+        "Investigating Sex",
+        "Angel Eyes",
+        "Glitter",
+        "Hart's War",
+        "Love Chronicles",
+        "Biker Boyz",
+        "Crash",
+        "Ray",
+        "Hustle & Flow",
+        "Four Brothers",
+        "Animal",
+        "Get Rich or Die Tryin'",
+        "Idlewild",
+        "Pride",
+        "The Hunting Party",
+        "The Brave One",
+        "August Rush",
+        "Awake",
+        "The Perfect Holiday",
+        "Iron Man",
+        "Phillies World Series Champions DVD",
+        "Fighting",
+        "The Princess and the Frog",
+        "Little Murder",
+        "The Ledge",
+        "Winnie Mandela",
+        "Red Tails",
+        "On The Road",
+        "The Company You Keep",
+        "Movie 43",
+        "Dead Man Down",
+        "House of Bodies",
+        "The Butler",
+        "Prisoners",
+        "The Best Man Holiday",
+        "Sabotage",
+        "Lullaby",
+        "St. Vincent",
+        "Term Life",
+        "Cardboard Boxer"
+      ]
+    },
+    "Cole Hauser": {
+      "json_class": "Actor",
+      "name": "Cole Hauser",
+      "age": 41,
+      "total_gross": 422,
+      "movies": [
+        "School Ties",
+        "Dazed and Confused",
+        "Higher Learning",
+        "All Over Me",
+        "Good Will Hunting",
+        "The Hi-Lo Country",
+        "Pitch Black",
+        "A Shot at Glory",
+        "Tigerland",
+        "Hart's War",
+        "White Oleander",
+        "Tears of the Sun",
+        "2 Fast 2 Furious",
+        "Paparazzi",
+        "The Cave",
+        "Dirty",
+        "The Break-Up",
+        "The Stone Angel",
+        "Tortured",
+        "The Family That Preys",
+        "Like Dandelion Dust",
+        "The Hit List",
+        "A Good Day to Die Hard",
+        "Olympus Has Fallen",
+        "Transcendence",
+        "Jarhead 2: Field of Fire"
+      ]
+    },
+    "Marcel Iure%C5%9F": {
+      "json_class": "Actor",
+      "name": "Marcel Iure%C5%9F",
+      "age": 65,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Steve Irwin": {
+      "json_class": "Actor",
+      "name": "Steve Irwin",
+      "age": 44,
+      "total_gross": 33,
+      "movies": [
+        "The Crocodile Hunter",
+        "Croc Files",
+        "Dr. Dolittle 2",
+        "Mystery Hunters",
+        "The Crocodile Hunter Diaries",
+        "The Crocodile Hunter: Collision Course",
+        "Wiggly Safari",
+        "5 Takes: Pacific Rim",
+        "Happy Feet",
+        "Ocean's Deadliest",
+        "Crikey, What an Adventure! An Intimate Look at the Life of Steve Irwin",
+        "Secrets of the Crocodile",
+        "Bindi the Jungle Girl"
+      ]
+    },
+    "Terri Irwin": {
+      "json_class": "Actor",
+      "name": "Terri Irwin",
+      "age": 52,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Magda Szubanski": {
+      "json_class": "Actor",
+      "name": "Magda Szubanski",
+      "age": 55,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "David Wenham": {
+      "json_class": "Actor",
+      "name": "David Wenham",
+      "age": 51,
+      "total_gross": 33,
+      "movies": [
+        "Seeing Red",
+        "Gino",
+        "No Escape",
+        "Cosi",
+        "Idiot Box",
+        "The Boys",
+        "Dark City",
+        "A Little Bit of Soul",
+        "Molokai: The Story of Father Damien",
+        "Better Than Sex",
+        "Russian Doll",
+        "Moulin Rouge!",
+        "The Bank",
+        "Dust",
+        "The Crocodile Hunter: Collision Course",
+        "Pure",
+        "The Lord of the Rings: The Two Towers",
+        "Gettin' Square",
+        "The Lord of the Rings: The Return of the King",
+        "Van Helsing",
+        "Three Dollars",
+        "The Proposition",
+        "300",
+        "Married Life",
+        "The Children of Huang Shi",
+        "Australia",
+        "Public Enemies",
+        "Pope Joan",
+        "Legend of the Guardians: The Owls of Ga'Hoole",
+        "Oranges and Sunshine",
+        "300: Rise of an Empire",
+        "Paper Planes",
+        "Blinky Bill the Movie",
+        "Goldstone",
+        "Lion",
+        "Pirates of the Caribbean: Dead Men Tell No Tales"
+      ]
+    },
+    "Elizabeth Daily": {
+      "json_class": "Actor",
+      "name": "Elizabeth Daily",
+      "age": 55,
+      "total_gross": 55,
+      "movies": [
+        "One Dark Night",
+        "The Escape Artist",
+        "Wacko",
+        "Ladies and Gentlemen, The Fabulous Stains",
+        "Funny Money",
+        "Valley Girl",
+        "Streets of Fire",
+        "No Small Affair",
+        "Fandango",
+        "Pee-wee's Big Adventure",
+        "Better Off Dead",
+        "Bad Dreams",
+        "Loverboy",
+        "Dutch",
+        "Dogfight",
+        "Lorenzo's Oil",
+        "The Little Rascals",
+        "The Flintstones",
+        "A Goofy Movie",
+        "Jungle Cubs",
+        "The Rugrats Movie",
+        "Babe: Pig in the City",
+        "Gen¹³",
+        "Alvin and the Chipmunks Meet the Wolfman",
+        "Scooby-Doo! and the Witch's Ghost",
+        "Rugrats in Paris: The Movie",
+        "Recess: School's Out",
+        "The Trumpet of the Swan",
+        "The Powerpuff Girls Movie",
+        "The Country Bears",
+        "Rugrats Go Wild",
+        "The Devil's Rejects",
+        "Mustang Sally",
+        "Happy Feet",
+        "National Lampoon's Pledge This!",
+        "Gnomes and Trolls: The Secret Chamber",
+        "My Sister's Keeper",
+        "Cats and Dogs 2: The Revenge of Kitty Galore",
+        "Happy Feet Two",
+        "Yellow",
+        "Wreck-It Ralph",
+        "The Hero of Color City",
+        "31",
+        "Mothers and Daughters"
+      ]
+    },
+    "Nancy Cartwright": {
+      "json_class": "Actor",
+      "name": "Nancy Cartwright",
+      "age": 59,
+      "total_gross": 55,
+      "movies": [
+        "Twilight Zone: The Movie",
+        "Heaven Help Us",
+        "Flesh and Blood",
+        "My Little Pony: The Movie",
+        "The Chipmunk Adventure",
+        "Pound Puppies and the Legend of Big Paw",
+        "Who Framed Roger Rabbit",
+        "Little Nemo: Adventures in Slumberland",
+        "The Little Mermaid",
+        "Godzilla",
+        "The Jungle Book: Mowgli's Story",
+        "The Land Before Time VI: The Secret of Saurus Rock",
+        "Wakko's Wish",
+        "Rugrats Go Wild",
+        "Leroy & Stitch",
+        "The Simpsons Movie",
+        "I Know That Voice"
+      ]
+    },
+    "Kath Soucie": {
+      "json_class": "Actor",
+      "name": "Kath Soucie",
+      "age": -1,
+      "total_gross": 55,
+      "movies": [
+        "Beauty and the Beast",
+        "Tiny Toon Adventures: How I Spent My Vacation",
+        "Space Jam",
+        "Kiki's Delivery Service",
+        "The Rugrats Movie",
+        "Rugrats in Paris: The Movie",
+        "The Tigger Movie",
+        "The Trumpet of the Swan",
+        "Recess: School's Out",
+        "Return to Never Land",
+        "Hey Arnold!: The Movie",
+        "Lilo & Stitch",
+        "The Santa Clause 2",
+        "Rugrats Go Wild",
+        "Piglet's Big Movie",
+        "Springtime with Roo",
+        "Clifford's Really Big Movie",
+        "Pooh's Heffalump Movie",
+        "Stuart Little 3: Call of the Wild",
+        "Curious George",
+        "Happily N'Ever After",
+        "Space Chimps",
+        "Wreck-It Ralph",
+        "Back to the Sea",
+        "Zootopia"
+      ]
+    },
+    "Dionne Quan": {
+      "json_class": "Actor",
+      "name": "Dionne Quan",
+      "age": 38,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Cheryl Chase": {
+      "json_class": "Actor",
+      "name": "Cheryl Chase",
+      "age": 58,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Lacey Chabert": {
+      "json_class": "Actor",
+      "name": "Lacey Chabert",
+      "age": 34,
+      "total_gross": 55,
+      "movies": [
+        "Gypsy",
+        "Anastasia",
+        "Lost in Space",
+        "The Lion King II: Simba's Pride",
+        "Not Another Teen Movie",
+        "Tart",
+        "Balto II: Wolf Quest",
+        "The Scoundrel's Wife",
+        "The Wild Thornberrys Movie",
+        "Rugrats Go Wild",
+        "Daddy Day Care",
+        "Mean Girls",
+        "Dirty Deeds",
+        "High Hopes",
+        "Fatwa",
+        "Black Christmas",
+        "Hello Sister, Goodbye Life",
+        "Being Michael Madsen",
+        "Sherman's Way",
+        "Reach for Me",
+        "Ghosts of Girlfriends Past",
+        "In My Sleep",
+        "Thirst",
+        "Slightly Single in L.A.",
+        "Beverly Hills Chihuahua 3: Viva la Fiesta!",
+        "Anything is Possible",
+        "Scarecrow",
+        "Sanitarium",
+        "Christian Mingle",
+        "A Royal Christmas"
+      ]
+    },
+    "Cameron Diaz": {
+      "json_class": "Actor",
+      "name": "Cameron Diaz",
+      "age": 44,
+      "total_gross": 259,
+      "movies": [
+        "The Mask",
+        "The Last Supper",
+        "She's the One",
+        "Feeling Minnesota",
+        "Head Above Water",
+        "Keys to Tulsa",
+        "My Best Friend's Wedding",
+        "A Life Less Ordinary",
+        "Fear and Loathing in Las Vegas",
+        "There's Something About Mary",
+        "Very Bad Things",
+        "Being John Malkovich",
+        "Any Given Sunday",
+        "Things You Can Tell Just by Looking at Her",
+        "Charlie's Angels",
+        "The Invisible Circus",
+        "Shrek",
+        "Vanilla Sky",
+        "The Sweetest Thing",
+        "Gangs of New York",
+        "Minority Report",
+        "Charlie's Angels: Full Throttle",
+        "Shrek 2",
+        "In Her Shoes",
+        "The Holiday",
+        "Shrek the Third",
+        "Shrek the Halls",
+        "What Happens in Vegas",
+        "My Sister's Keeper",
+        "The Box",
+        "Shrek Forever After",
+        "Scared Shrekless",
+        "Knight and Day",
+        "The Green Hornet",
+        "Bad Teacher",
+        "What to Expect When You're Expecting",
+        "Gambit",
+        "A Liar's Autobiography: The Untrue Story of Monty Python's Graham Chapman",
+        "The Counselor",
+        "The Unbelievers",
+        "In a World...",
+        "The Other Woman",
+        "Sex Tape",
+        "Annie",
+        "Shrek 5"
+      ]
+    },
+    "Lucy Liu": {
+      "json_class": "Actor",
+      "name": "Lucy Liu",
+      "age": 48,
+      "total_gross": 315,
+      "movies": [
+        "Bang",
+        "Jerry Maguire",
+        "Gridlock'd",
+        "City of Industry",
+        "Flypaper",
+        "Guy",
+        "Love Kills",
+        "Payback",
+        "True Crime",
+        "Molly",
+        "The Mating Habits of the Earthbound Human",
+        "Play It to the Bone",
+        "Shanghai Noon",
+        "Charlie's Angels",
+        "Hotel",
+        "Ballistic: Ecks vs. Sever",
+        "Cypher",
+        "Chicago",
+        "Charlie's Angels: Full Throttle",
+        "Kill Bill: Volume 1",
+        "Kill Bill: Volume 2",
+        "Mulan II",
+        "3 Needles",
+        "Domino",
+        "Lucky Number Slevin",
+        "Code Name: The Cleaner",
+        "Rise: Blood Hunter",
+        "Watching the Detectives",
+        "The Year of Getting to Know Us",
+        "Kung Fu Panda",
+        "Tinker Bell",
+        "Tinker Bell and the Lost Treasure",
+        "Redlight",
+        "Tinker Bell and the Great Fairy Rescue",
+        "Nomads",
+        "Detachment",
+        "The Trouble with Bliss",
+        "Kung Fu Panda 2",
+        "Someday This Pain Will Be Useful to You",
+        "Secret of the Wings",
+        "The Man with the Iron Fists",
+        "The Pirate Fairy",
+        "Magic Wonderland",
+        "The Tale of the Princess Kaguya",
+        "Tinker Bell and the Legend of the NeverBeast",
+        "Kung Fu Panda 3"
+      ]
+    },
+    "Bernie Mac": {
+      "json_class": "Actor",
+      "name": "Bernie Mac",
+      "age": 50,
+      "total_gross": 621,
+      "movies": [
+        "Mo' Money",
+        "Who's the Man?",
+        "House Party 3",
+        "Above the Rim",
+        "The Walking Dead",
+        "Friday",
+        "Don't Be a Menace to South Central While Drinking Your Juice in the Hood",
+        "Get on the Bus",
+        "B*A*P*S",
+        "Booty Call",
+        "How to Be a Player",
+        "Don King: Only in America",
+        "The Players Club",
+        "Life",
+        "The Original Kings of Comedy",
+        "What's the Worst That Could Happen?",
+        "Ocean's Eleven",
+        "Head of State",
+        "Charlie's Angels: Full Throttle",
+        "Bad Santa",
+        "Mr. 3000",
+        "Ocean's Twelve",
+        "Guess Who",
+        "Lil' Pimp",
+        "Pride",
+        "Ocean's Thirteen",
+        "Transformers",
+        "Madagascar: Escape 2 Africa",
+        "Soul Men",
+        "Old Dogs"
+      ]
+    },
+    "John Forsythe": {
+      "json_class": "Actor",
+      "name": "John Forsythe",
+      "age": -1,
+      "total_gross": 0,
+      "movies": [
+        "The Farmer Takes a Wife"
+      ]
+    },
+    "Justin Theroux": {
+      "json_class": "Actor",
+      "name": "Justin Theroux",
+      "age": 45,
+      "total_gross": 259,
+      "movies": [
+        "I Shot Andy Warhol",
+        "Romy and Michele's High School Reunion",
+        "Below Utopia",
+        "Frogs for Snakes",
+        "American Psycho",
+        "The Broken Hearts Club: A Romantic Comedy",
+        "Mulholland Drive",
+        "The Sleepy Time Gal",
+        "Zoolander",
+        "Charlie's Angels: Full Throttle",
+        "Duplex",
+        "Happy End",
+        "Strangers with Candy",
+        "The Baxter",
+        "Miami Vice",
+        "Inland Empire",
+        "The Legend of Lucy Keyes",
+        "Broken English",
+        "The Ten",
+        "Dedication",
+        "Tropic Thunder",
+        "Iron Man 2",
+        "Megamind",
+        "Your Highness",
+        "Rock of Ages",
+        "Wanderlust",
+        "Zoolander 2",
+        "The Girl on the Train",
+        "The Lego Ninjago Movie",
+        "Mute"
+      ]
+    },
+    "Rodrigo Santoro": {
+      "json_class": "Actor",
+      "name": "Rodrigo Santoro",
+      "age": 41,
+      "total_gross": 259,
+      "movies": [
+        "Como Ser Solteiro",
+        "O Trapalhão e a Luz Azul",
+        "Stuart Little",
+        "Bicho de Sete Cabeças",
+        "Abril Despedaçado",
+        "Stuart Little 2",
+        "The Roman Spring of Mrs. Stone",
+        "Carandiru",
+        "Charlie's Angels: Full Throttle",
+        "Love Actually",
+        "A Dona da História",
+        "300",
+        "Não por Acaso",
+        "Os Desafinados",
+        "Redbelt",
+        "Che",
+        "I Love You Phillip Morris",
+        "Post Grad",
+        "There Be Dragons",
+        "Meu País",
+        "Rio",
+        "Hemingway & Gellhorn",
+        "Heleno",
+        "What To Expect When You're Expecting",
+        "Reis e Ratos",
+        "The Last Stand",
+        "Rio 2096: A Story of Love and Fury",
+        "300: Rise of an Empire",
+        "Rio 2",
+        "Rio, I Love You",
+        "Focus",
+        "The 33",
+        "Jane Got a Gun",
+        "Ben-Hur",
+        "Dominion",
+        "Pelé: Birth of a Legend"
+      ]
+    },
+    "Crispin Glover": {
+      "json_class": "Actor",
+      "name": "Crispin Glover",
+      "age": 52,
+      "total_gross": 259,
+      "movies": [
+        "My Tutor",
+        "Racing with the Moon",
+        "Friday the 13th: The Final Chapter",
+        "Teachers",
+        "The Orkly Kid",
+        "Back to the Future",
+        "At Close Range",
+        "River's Edge",
+        "Twister",
+        "Where the Heart Is",
+        "Wild at Heart",
+        "Rubin and Ed",
+        "Little Noises",
+        "Ferdydurke",
+        "The Doors",
+        "Even Cowgirls Get the Blues",
+        "What's Eating Gilbert Grape",
+        "Dead Man",
+        "The People vs. Larry Flynt",
+        "Nurse Betty",
+        "Charlie's Angels",
+        "Bartleby",
+        "Crime and Punishment",
+        "Like Mike",
+        "Willard",
+        "Charlie's Angels: Full Throttle",
+        "Incident at Loch Ness",
+        "What Is It?",
+        "Drop Dead Sexy",
+        "Simon Says",
+        "Epic Movie",
+        "The Wizard of Gore",
+        "It is Fine. Everything is Fine!",
+        "Beowulf",
+        "Open Season 2",
+        "The Donner Party",
+        "9",
+        "Alice in Wonderland",
+        "Hot Tub Time Machine",
+        "Mr. Nice",
+        "Open Season 3",
+        "Freaky Deaky",
+        "The Bag Man",
+        "Aimy in a Cage",
+        "The Brits Are Coming",
+        "We Have Always Lived in the Castle"
+      ]
+    },
+    "Shia LaBeouf": {
+      "json_class": "Actor",
+      "name": "Shia LaBeouf",
+      "age": 30,
+      "total_gross": 259,
+      "movies": [
+        "The Battle of Shaker Heights",
+        "Charlie's Angels: Full Throttle",
+        "Dumb and Dumberer: When Harry Met Lloyd",
+        "Holes",
+        "I, Robot",
+        "The Greatest Game Ever Played",
+        "Nausicaä of the Valley of the Wind",
+        "Constantine",
+        "Bobby",
+        "A Guide to Recognizing Your Saints",
+        "Disturbia",
+        "Surf's Up",
+        "Transformers",
+        "Indiana Jones and the Kingdom of the Crystal Skull",
+        "Eagle Eye",
+        "Transformers: Revenge of the Fallen",
+        "New York, I Love You",
+        "Wall Street: Money Never Sleeps",
+        "Transformers: Dark of the Moon",
+        "Maniac",
+        "Born Villain",
+        "Howard Cantour.com",
+        "Lawless",
+        "The Company You Keep",
+        "Charlie Countryman",
+        "Nymphomaniac",
+        "Fury",
+        "Man Down",
+        "American Honey",
+        "Borg vs. McEnroe"
+      ]
+    },
+    "Kevin Pollak": {
+      "json_class": "Actor",
+      "name": "Kevin Pollak",
+      "age": 59,
+      "total_gross": 132527564,
+      "movies": [
+        "The Right Stuff",
+        "Million Dollar Mystery",
+        "Willow",
+        "Coming of Age",
+        "Avalon",
+        "L.A. Story",
+        "Another You",
+        "Morton & Hayes",
+        "Ricochet",
+        "The Opposite Sex and How to Live with Them",
+        "A Few Good Men",
+        "Indian Summer",
+        "Wayne's World 2",
+        "Grumpy Old Men",
+        "ExtraTERRORestrial Alien Encounter",
+        "Clean Slate",
+        "The Usual Suspects",
+        "Miami Rhapsody",
+        "Canadian Bacon",
+        "Casino",
+        "Grumpier Old Men",
+        "The Drew Carey Show",
+        "House Arrest",
+        "That Thing You Do!",
+        "Truth or Consequences, N.M.",
+        "Perversions of Science",
+        "Buffalo '66",
+        "Ruby Bridges",
+        "From the Earth to the Moon",
+        "Hoods",
+        "Outside Ozona",
+        "Deal of a Lifetime",
+        "She's All That",
+        "The Sex Monster",
+        "Deterrence",
+        "End of Days",
+        "Work with Me",
+        "The Whole Nine Yards",
+        "Steal This Movie!",
+        "The Wedding Planner",
+        "3000 Miles to Graceland",
+        "Dr. Dolittle 2",
+        "Stolen Summer",
+        "Juwanna Mann",
+        "The Santa Clause 2",
+        "Rolling Kansas",
+        "Blizzard",
+        "Seven Times Lucky",
+        "The Whole Ten Yards",
+        "Our Time is Up",
+        "Shark Tale",
+        "Hostage",
+        "Magnificent Desolation: Walking on the Moon 3D",
+        "The Aristocrats",
+        "The Santa Clause 3: The Escape Clause",
+        "The Lost Room",
+        "Numb",
+        "Shark",
+        "Otis",
+        "Picture This",
+        "Entourage",
+        "2:13",
+        "Middle Men",
+        "Columbus Circle",
+        "Cop Out",
+        "Choose",
+        "Red State",
+        "The Big Year",
+        "Geezers!",
+        "Men at Work",
+        "The Magic of Belle Isle",
+        "Grace Unplugged",
+        "Comedy Bang! Bang!",
+        "Mom",
+        "Borealis",
+        "Transformers: Robots in Disguise",
+        "Special Correspondents",
+        "Angel from Hell",
+        "Max Rose"
+      ]
+    },
+    "Ben Foster": {
+      "json_class": "Actor",
+      "name": "Ben Foster",
+      "age": 36,
+      "total_gross": 109,
+      "movies": [
+        "Kounterfeit",
+        "Liberty Heights",
+        "Get Over It",
+        "The Laramie Project",
+        "Big Trouble",
+        "Phone Booth",
+        "Northfork",
+        "11:14",
+        "The Punisher",
+        "The Heart Is Deceitful Above All Things",
+        "Hostage",
+        "Alpha Dog",
+        "X-Men: The Last Stand",
+        "3:10 to Yuma",
+        "30 Days of Night",
+        "Birds of America",
+        "The Messenger",
+        "Pandorum",
+        "Here",
+        "The Mechanic",
+        "360",
+        "Rampart",
+        "Contraband",
+        "Kill Your Darlings",
+        "Ain't Them Bodies Saints",
+        "Lone Survivor",
+        "The Program",
+        "The Finest Hours",
+        "Hell or High Water",
+        "Warcraft",
+        "Inferno",
+        "Hostiles"
+      ]
+    },
+    "Jonathan Tucker": {
+      "json_class": "Actor",
+      "name": "Jonathan Tucker",
+      "age": 34,
+      "total_gross": 77,
+      "movies": [
+        "Troublemakers",
+        "Two If by Sea",
+        "Sleepers",
+        "The Virgin Suicides",
+        "100 Girls",
+        "The Deep End",
+        "The Texas Chainsaw Massacre",
+        "Stateside",
+        "Criminal",
+        "Hostage",
+        "Bee Season",
+        "Love Comes to the Executioner",
+        "Pulse",
+        "Cherry Crush",
+        "In the Valley of Elah",
+        "The Ruins",
+        "An Englishman in New York",
+        "Veronika Decides to Die",
+        "The Next Three Days"
+      ]
+    },
+    "Jimmy Bennett": {
+      "json_class": "Actor",
+      "name": "Jimmy Bennett",
+      "age": 21,
+      "total_gross": 77,
+      "movies": [
+        "The Jungle Book 2",
+        "Daddy Day Care",
+        "Springtime with Roo",
+        "The Heart Is Deceitful Above All Things",
+        "Anchorman: The Legend of Ron Burgundy",
+        "The Polar Express",
+        "Hostage",
+        "The Amityville Horror",
+        "Pooh's Heffalump Halloween Movie",
+        "Firewall",
+        "Poseidon",
+        "Shark Bait",
+        "Evan Almighty",
+        "South of Pico",
+        "Diminished Capacity",
+        "Snow Buddies",
+        "Trucker",
+        "Star Trek",
+        "Orphan",
+        "Shorts",
+        "Alabama Moon",
+        "Stolen",
+        "Bones",
+        "Movie 43",
+        "Bad Asses on the Bayou",
+        "A Girl Like Her"
+      ]
+    },
+    "Michelle Horn": {
+      "json_class": "Actor",
+      "name": "Michelle Horn",
+      "age": 29,
+      "total_gross": 0,
+      "movies": [
+        "stub",
+        "expanding it"
+      ]
+    },
+    "Mickey Rourke": {
+      "json_class": "Actor",
+      "name": "Mickey Rourke",
+      "age": 64,
+      "total_gross": 3222039,
+      "movies": [
+        "1941",
+        "Heaven's Gate",
+        "Fade to Black",
+        "Body Heat",
+        "Diner",
+        "Rumble Fish",
+        "The Pope of Greenwich Village",
+        "Eureka",
+        "Year of the Dragon",
+        "9½ Weeks",
+        "Angel Heart",
+        "Barfly",
+        "A Prayer for the Dying",
+        "Homeboy",
+        "Francesco",
+        "Johnny Handsome",
+        "Wild Orchid",
+        "Desperate Hours",
+        "Harley Davidson and the Marlboro Man",
+        "White Sands",
+        "The Last Outlaw",
+        "F.T.W.",
+        "Fall Time",
+        "Bullet",
+        "Double Team",
+        "Another 9½ Weeks",
+        "The Rainmaker",
+        "Buffalo ’66",
+        "Thursday",
+        "Point Blank",
+        "Shades",
+        "Animal Factory",
+        "Get Carter",
+        "The Pledge",
+        "The Hire: The Follow",
+        "Picture Claire",
+        "Spun",
+        "Masked and Anonymous",
+        "Once Upon a Time in Mexico",
+        "Man on Fire",
+        "Sin City",
+        "Domino",
+        "Stormbreaker",
+        "The Wrestler",
+        "Killshot",
+        "The Informers",
+        "13",
+        "Iron Man 2",
+        "The Expendables",
+        "Passion Play",
+        "Black Gold",
+        "Immortals",
+        "The Courier",
+        "Black November",
+        "Java Heat",
+        "Generation Iron",
+        "Sin City: A Dame to Kill For",
+        "Ashby",
+        "War Pigs",
+        "Blunt Force Trauma"
+      ]
+    },
+    "Clive Owen": {
+      "json_class": "Actor",
+      "name": "Clive Owen",
+      "age": 52,
+      "total_gross": 158,
+      "movies": [
+        "Boon",
+        "Precious Bane",
+        "Chancer",
+        "Lorna Doone",
+        "Close My Eyes",
+        "Class of '61",
+        "Century",
+        "Doomsday Gun",
+        "An Evening with Gary Lineker",
+        "Sharman",
+        "Privateer 2: The Darkening",
+        "The Rich Man's Wife",
+        "Croupier",
+        "Bent",
+        "The Echo",
+        "Second Sight",
+        "Greenfingers",
+        "The Hire",
+        "Gosford Park",
+        "The Bourne Identity",
+        "Beyond Borders",
+        "I'll Sleep When I'm Dead",
+        "Closer",
+        "King Arthur",
+        "Derailed",
+        "Sin City",
+        "Children of Men",
+        "Inside Man",
+        "The Pink Panther",
+        "Elizabeth: The Golden Age",
+        "Shoot 'Em Up",
+        "The International",
+        "Duplicity",
+        "The Boys Are Back",
+        "Trust",
+        "Killer Elite",
+        "Intruders",
+        "Hemingway & Gellhorn",
+        "Shadow Dancer",
+        "Blood Ties",
+        "Words and Pictures",
+        "The Knick",
+        "Last Knights",
+        "The Confirmation",
+        "The Escape",
+        "Valerian and the City of a Thousand Planets",
+        "Anon"
+      ]
+    },
+    "Jessica Alba": {
+      "json_class": "Actor",
+      "name": "Jessica Alba",
+      "age": 35,
+      "total_gross": 197,
+      "movies": [
+        "Camp Nowhere",
+        "Venus Rising",
+        "P.U.N.K.S.",
+        "Never Been Kissed",
+        "Idle Hands",
+        "Paranoid",
+        "The Sleeping Dictionary",
+        "Honey",
+        "Sin City",
+        "Fantastic Four",
+        "Into the Blue",
+        "Knocked Up",
+        "Fantastic Four: Rise of the Silver Surfer",
+        "The Ten",
+        "Good Luck Chuck",
+        "Awake",
+        "The Eye",
+        "Meet Bill",
+        "The Love Guru",
+        "Valentine's Day",
+        "The Killer Inside Me",
+        "Machete",
+        "An Invisible Sign",
+        "Little Fockers",
+        "Spy Kids 4: All the Time in the World",
+        "A.C.O.D.",
+        "Escape from Planet Earth",
+        "Machete Kills",
+        "Sin City: A Dame to Kill For",
+        "Dear Eleanor",
+        "Some Kind of Beautiful",
+        "Stretch",
+        "Barely Lethal",
+        "Entourage",
+        "The Veil",
+        "Mechanic: Resurrection"
+      ]
+    },
+    "Benicio del Toro": {
+      "json_class": "Actor",
+      "name": "Benicio del Toro",
+      "age": 49,
+      "total_gross": 158,
+      "movies": [
+        "Big Top Pee-wee",
+        "Licence to Kill",
+        "The Indian Runner",
+        "Christopher Columbus: The Discovery",
+        "Fearless",
+        "Huevos de oro",
+        "Money for Nothing",
+        "Swimming with Sharks",
+        "China Moon",
+        "The Usual Suspects",
+        "The Funeral",
+        "The Fan",
+        "Cannes Man",
+        "Basquiat",
+        "Joyride",
+        "Excess Baggage",
+        "Fear and Loathing in Las Vegas",
+        "Traffic",
+        "The Way of the Gun",
+        "Snatch",
+        "Bread and Roses",
+        "The Pledge",
+        "21 Grams",
+        "The Hunted",
+        "Sin City",
+        "Things We Lost in the Fire",
+        "Che",
+        "The Wolfman",
+        "Somewhere",
+        "The Upsetter",
+        "Savages",
+        "7 Days in Havana",
+        "Jimmy Picard",
+        "Thor: The Dark World",
+        "Guardians of the Galaxy",
+        "Inherent Vice",
+        "Escobar: Paradise Lost",
+        "A Perfect Day",
+        "Sicario",
+        "The Little Prince",
+        "Song to Song",
+        "Star Wars: The Last Jedi",
+        "Soldado",
+        "Avengers: Infinity War"
+      ]
+    },
+    "Brittany Murphy": {
+      "json_class": "Actor",
+      "name": "Brittany Murphy",
+      "age": 32,
+      "total_gross": 158,
+      "movies": [
+        "Family Prayers",
+        "Clueless",
+        "Freeway",
+        "Bongwater",
+        "Drive",
+        "Falling Sky",
+        "The Prophecy II",
+        "Phoenix",
+        "Drop Dead Gorgeous",
+        "Girl, Interrupted",
+        "Trixie",
+        "Cherry Falls",
+        "The Audition",
+        "Sidewalks of New York",
+        "Summer Catch",
+        "Don't Say a Word",
+        "Riding in Cars with Boys",
+        "Spun",
+        "8 Mile",
+        "Just Married",
+        "Uptown Girls",
+        "Good Boy!",
+        "Little Black Book",
+        "Sin City",
+        "Neverwas",
+        "The Groomsmen",
+        "Love and Other Disasters",
+        "Happy Feet",
+        "The Dead Girl",
+        "The Ramen Girl",
+        "Futurama: The Beast with a Billion Backs",
+        "Deadline",
+        "Across the Hall",
+        "Abandoned",
+        "Something Wicked"
+      ]
+    },
+    "Josh Hartnett": {
+      "json_class": "Actor",
+      "name": "Josh Hartnett",
+      "age": 38,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Ben Kingsley": {
+      "json_class": "Actor",
+      "name": "Ben Kingsley",
+      "age": 73,
+      "total_gross": 56,
+      "movies": [
+        "Fear Is the Key",
+        "Gandhi",
+        "Betrayal",
+        "Betrayal",
+        "Gandhi",
+        "Harem",
+        "Turtle Diary",
+        "Maurice",
+        "Pascali's Island",
+        "Without a Clue",
+        "Testimony — The Story of Shostakovich",
+        "Slipstream",
+        "The 5th Monkey",
+        "A Violent Life",
+        "Bugsy",
+        "Necessary Love",
+        "Sneakers",
+        "Freddie as F.R.O.7",
+        "Searching for Bobby Fischer",
+        "Dave",
+        "Schindler's List",
+        "Death and the Maiden",
+        "Joseph",
+        "Species",
+        "Twelfth Night",
+        "The Assignment",
+        "Photographing Fairies",
+        "The Confession",
+        "Parting Shots",
+        "What Planet Are You From?",
+        "Rules of Engagement",
+        "Islam: Empire of Faith",
+        "Sexy Beast",
+        "A.I. Artificial Intelligence",
+        "The Triumph of Love",
+        "Tuck Everlasting",
+        "House of Sand and Fog",
+        "Thunderbirds",
+        "Suspect Zero",
+        "A Sound of Thunder",
+        "Oliver Twist",
+        "BloodRayne",
+        "Lucky Number Slevin",
+        "You Kill Me",
+        "The Last Legion",
+        "The Ten Commandments",
+        "Elegy",
+        "War, Inc.",
+        "The Love Guru",
+        "The Wackness",
+        "Transsiberian",
+        "Fifty Dead Men Walking",
+        "Noah's Ark: The New Beginning",
+        "Journey to Mecca",
+        "Shutter Island",
+        "Teen Patti",
+        "Prince of Persia: The Sands of Time",
+        "Hugo",
+        "The Desert of Forbidden Art",
+        "Beatles Stories",
+        "The Dictator",
+        "A Therapy",
+        "Iron Man 3",
+        "Ender's Game",
+        "A Common Man",
+        "Walking with the Enemy",
+        "The Physician",
+        "A Birder's Guide to Everything",
+        "Marvel One-Shot: All Hail the King",
+        "The Boxtrolls",
+        "Learning to Drive",
+        "Stonehearst Asylum",
+        "Exodus: Gods and Kings",
+        "Night at the Museum: Secret of the Tomb",
+        "Robot Overlords",
+        "Knight of Cups",
+        "Life",
+        "Dragonheart 3: The Sorcerer's Curse",
+        "Unity",
+        "Self/less",
+        "The Walk",
+        "The Jungle Book",
+        "Collide",
+        "Wake",
+        "The Ottoman Lieutenant",
+        "War Machine",
+        "Security",
+        "Backstabbing for Beginners"
+      ]
+    },
+    "Stanley Tucci": {
+      "json_class": "Actor",
+      "name": "Stanley Tucci",
+      "age": 56,
+      "total_gross": 22276527,
+      "movies": [
+        "Prizzi's Honor",
+        "Who's That Girl",
+        "Monkey Shines",
+        "Slaves of New York",
+        "Fear, Anxiety & Depression",
+        "Quick Change",
+        "Men of Respect",
+        "Billy Bathgate",
+        "In the Soup",
+        "Beethoven",
+        "Prelude to a Kiss",
+        "The Public Eye",
+        "Undercover Blues",
+        "The Pelican Brief",
+        "It Could Happen to You",
+        "Mrs. Parker and the Vicious Circle",
+        "Somebody to Love",
+        "Jury Duty",
+        "Kiss of Death",
+        "A Modern Affair",
+        "The Daytrippers",
+        "Big Night",
+        "Deconstructing Harry",
+        "The Alarmist",
+        "A Life Less Ordinary",
+        "Montana",
+        "The Impostors",
+        "A Midsummer Night's Dream",
+        "In Too Deep",
+        "Joe Gould's Secret",
+        "Sidewalks of New York",
+        "America's Sweethearts",
+        "The Whole Shebang",
+        "Big Trouble",
+        "Road to Perdition",
+        "Maid in Manhattan",
+        "The Core",
+        "Spin",
+        "The Life and Death of Peter Sellers",
+        "The Terminal",
+        "Shall We Dance?",
+        "Robots",
+        "Lucky Number Slevin",
+        "The Devil Wears Prada",
+        "The Hoax",
+        "Four Last Songs",
+        "Blind Date",
+        "Kit Kittredge: An American Girl",
+        "Space Chimps",
+        "Swing Vote",
+        "What Just Happened",
+        "The Tale of Despereaux",
+        "Julie & Julia",
+        "The Lovely Bones",
+        "Easy A",
+        "Burlesque",
+        "Margin Call",
+        "Captain America: The First Avenger",
+        "The Hunger Games",
+        "Gambit",
+        "The Company You Keep",
+        "Jack the Giant Slayer",
+        "Percy Jackson: Sea of Monsters",
+        "The Fifth Estate",
+        "The Hunger Games: Catching Fire",
+        "Some Velvet Morning",
+        "The Wind Rises",
+        "Mr. Peabody & Sherman",
+        "Muppets Most Wanted",
+        "Transformers: Age of Extinction",
+        "Wild Card",
+        "A Little Chaos",
+        "The Hunger Games: Mockingjay – Part 1",
+        "Larry Gaye: Renegade Male Flight Attendant",
+        "Spotlight",
+        "The Hunger Games: Mockingjay – Part 2",
+        "Beauty and the Beast",
+        "Transformers: The Last Knight",
+        "Patient Zero",
+        "Final Portrait",
+        "Show Dogs",
+        "The Children Act"
+      ]
+    },
+    "Garry Shandling": {
+      "json_class": "Actor",
+      "name": "Garry Shandling",
+      "age": 66,
+      "total_gross": 18273230,
+      "movies": [
+        "The Night We Never Met",
+        "Love Affair",
+        "Mixed Nuts",
+        "Dr. Dolittle",
+        "Hurlyburly",
+        "What Planet Are You From?",
+        "Town & Country",
+        "Zoolander",
+        "Run Ronnie Run",
+        "Trust the Man",
+        "Over the Hedge",
+        "Hammy's Boomerang Adventure",
+        "Iron Man 2",
+        "The Dictator",
+        "Captain America: The Winter Soldier",
+        "The Jungle Book"
+      ]
+    },
+    "Steve Carell": {
+      "json_class": "Actor",
+      "name": "Steve Carell",
+      "age": 54,
+      "total_gross": 336,
+      "movies": [
+        "Curly Sue",
+        "Tomorrow Night",
+        "Homegrown",
+        "Bruce Almighty",
+        "Anchorman: The Legend of Ron Burgundy",
+        "Wake Up, Ron Burgundy: The Lost Movie",
+        "Sleepover",
+        "Melinda and Melinda",
+        "Bewitched",
+        "The 40-Year-Old Virgin",
+        "Little Miss Sunshine",
+        "Over the Hedge",
+        "Evan Almighty",
+        "Knocked Up",
+        "Dan in Real Life",
+        "Stories USA",
+        "Horton Hears a Who!",
+        "Get Smart",
+        "Date Night",
+        "Despicable Me",
+        "Dinner for Schmucks",
+        "Crazy, Stupid, Love",
+        "Despicable Me: Minion Mayhem",
+        "Seeking a Friend for the End of the World",
+        "Hope Springs",
+        "The Way, Way Back",
+        "The Incredible Burt Wonderstone",
+        "Despicable Me 2",
+        "Anchorman 2: The Legend Continues",
+        "Puppy",
+        "Panic in the Mailroom",
+        "Training Wheels",
+        "Foxcatcher",
+        "Alexander and the Terrible, Horrible, No Good, Very Bad Day",
+        "Minions",
+        "Freeheld",
+        "The Big Short",
+        "Café Society",
+        "Battle of the Sexes",
+        "Despicable Me 3",
+        "Last Flag Flying"
+      ]
+    },
+    "Wanda Sykes": {
+      "json_class": "Actor",
+      "name": "Wanda Sykes",
+      "age": 52,
+      "total_gross": 336,
+      "movies": [
+        "Tomorrow Night",
+        "Nutty Professor II: The Klumps",
+        "Down to Earth",
+        "Pootie Tang",
+        "Monster-in-Law",
+        "The Adventures of Brer Rabbit",
+        "Over the Hedge",
+        "Clerks II",
+        "My Super Ex-Girlfriend",
+        "Barnyard",
+        "Brother Bear 2",
+        "Evan Almighty",
+        "License to Wed",
+        "Rio",
+        "The Muppets",
+        "Ice Age: Continental Drift",
+        "The Hot Flashes",
+        "Ice Age: Collision Course",
+        "Bad Moms",
+        "Snatched"
+      ]
+    },
+    "Rose McGowan": {
+      "json_class": "Actor",
+      "name": "Rose McGowan",
+      "age": 43,
+      "total_gross": 60,
+      "movies": [
+        "Encino Man",
+        "The Doom Generation",
+        "Bio-Dome",
+        "Kiss & Tell",
+        "Scream",
+        "Going All the Way",
+        "Nowhere",
+        "Lewis and Clark and George",
+        "Southie",
+        "Phantoms",
+        "Devil in the Flesh",
+        "Jawbreaker",
+        "Sleeping Beauties",
+        "Ready to Rumble",
+        "Monkeybone",
+        "The Black Dahlia",
+        "Grindhouse",
+        "Planet Terror",
+        "Grindhouse",
+        "Death Proof",
+        "Fifty Dead Men Walking",
+        "Machete",
+        "Dead Awake",
+        "Conan the Barbarian",
+        "Rosewood Lane",
+        "The Tell-Tale Heart",
+        "Lower Bay"
+      ]
+    },
+    "Freddy Rodriguez (actor)": {
+      "json_class": "Actor",
+      "name": "Freddy Rodriguez (actor)",
+      "age": 42,
+      "total_gross": 0,
+      "movies": [
+        "Freddy Rodriguez"
+      ]
+    },
+    "Michael Biehn": {
+      "json_class": "Actor",
+      "name": "Michael Biehn",
+      "age": 60,
+      "total_gross": 35,
+      "movies": [
+        "Logan's Run",
+        "Grease",
+        "A Fire in the Sky",
+        "The Fan",
+        "The Lords of Discipline",
+        "The Terminator",
+        "The Martyrdom of Saint Sebastian",
+        "Hill Street Blues",
+        "Deadly Intentions",
+        "Aliens",
+        "Rampage",
+        "The Seventh Sign",
+        "The Abyss",
+        "Navy SEALs",
+        "Timebomb",
+        "Terminator 2: Judgment Day",
+        "K2",
+        "A Taste for Killing",
+        "Strapped",
+        "Deadfall",
+        "Tombstone",
+        "Deep Red",
+        "Jade",
+        "Mojave Moon",
+        "The Rock",
+        "Asteroid",
+        "Susan's Plan",
+        "American Dragons",
+        "The Magnificent Seven",
+        "Command & Conquer: Tiberian Sun",
+        "Chain of Command",
+        "Cherry Falls",
+        "The Art of War",
+        "Megiddo: The Omega Code 2",
+        "Clockstoppers",
+        "Borderline",
+        "Adventure Inc.",
+        "The Legend of Butch & Sundance",
+        "Hawaii",
+        "Havoc",
+        "Dragon Squad",
+        "The Insatiable",
+        "Grindhouse",
+        "Planet Terror",
+        "They Wait",
+        "Stiletto",
+        "Criminal Minds",
+        "Saving Grace",
+        "Streets of Blood",
+        "Psych 9",
+        "Bereavement",
+        "The Blood Bond",
+        "The Divide",
+        "Take Me Home Tonight",
+        "Puncture",
+        "The Victim",
+        "Sushi Girl",
+        "Aliens: Colonial Marines",
+        "Far Cry 3: Blood Dragon",
+        "Tapped Out",
+        "24 Hour Rental",
+        "The Scorpion King 4: Quest for Power",
+        "Hidden in the Woods"
+      ]
+    },
+    "Jeff Fahey": {
+      "json_class": "Actor",
+      "name": "Jeff Fahey",
+      "age": 64,
+      "total_gross": 0,
+      "movies": [
+        "Jeff Fahey"
+      ]
+    },
+    "Josh Brolin": {
+      "json_class": "Actor",
+      "name": "Josh Brolin",
+      "age": 49,
+      "total_gross": 74,
+      "movies": [
+        "The Goonies",
+        "Thrashin'",
+        "Bed of Roses",
+        "Flirting with Disaster",
+        "Mimic",
+        "Nightwatch",
+        "The Mod Squad",
+        "Best Laid Plans",
+        "It's the Rage",
+        "Hollow Man",
+        "Slow Burn",
+        "Melinda and Melinda",
+        "Into the Blue",
+        "The Dead Girl",
+        "Grindhouse",
+        "Planet Terror",
+        "In the Valley of Elah",
+        "No Country for Old Men",
+        "American Gangster",
+        "W.",
+        "Milk",
+        "Women in Trouble",
+        "The People Speak",
+        "Jonah Hex",
+        "The Tillman Story",
+        "You Will Meet a Tall Dark Stranger",
+        "Wall Street: Money Never Sleeps",
+        "True Grit",
+        "Men in Black 3",
+        "Gangster Squad",
+        "Oldboy",
+        "Labor Day",
+        "Guardians of the Galaxy",
+        "Sin City: A Dame to Kill For",
+        "Inherent Vice",
+        "Avengers: Age of Ultron",
+        "Sicario",
+        "Everest",
+        "Hail, Caesar!",
+        "Granite Mountain",
+        "The Legacy of a Whitetail Deer Hunter",
+        "Suburbicon",
+        "Soldado",
+        "Avengers: Infinity War",
+        "Untitled Avengers film"
+      ]
+    },
+    "Marley Shelton": {
+      "json_class": "Actor",
+      "name": "Marley Shelton",
+      "age": 42,
+      "total_gross": 168,
+      "movies": [
+        "Grand Canyon",
+        "The Sandlot",
+        "Hercules in the Underworld",
+        "Nixon",
+        "Warriors of Virtue",
+        "Trojan War",
+        "Pleasantville",
+        "Never Been Kissed",
+        "The Bachelor",
+        "Sugar & Spice",
+        "Valentine",
+        "Bubble Boy",
+        "Just a Kiss",
+        "Dallas 362",
+        "Uptown Girls",
+        "Grand Theft Parsons",
+        "Don't Come Knocking",
+        "Sin City",
+        "American Dreamz",
+        "The Last Kiss",
+        "Death Proof",
+        "Planet Terror",
+        "The Fifth Patient",
+        "W.",
+        "A Perfect Getaway",
+        "Women in Trouble",
+        "(Untitled)",
+        "Elektra Luxx",
+        "Scream 4",
+        "The Mighty Macs",
+        "Decoding Annie Parker",
+        "Solace"
+      ]
+    },
+    "Stacy Ferguson": {
+      "json_class": "Actor",
+      "name": "Stacy Ferguson",
+      "age": 41,
+      "total_gross": 10,
+      "movies": [
+        "Monster in the Closet",
+        "Outside Ozona",
+        "Be Cool",
+        "Poseidon",
+        "Planet Terror",
+        "Madagascar: Escape 2 Africa",
+        "Arthur and the Revenge of Maltazard",
+        "Nine",
+        "Marmaduke"
+      ]
+    },
+    "Justin Long": {
+      "json_class": "Actor",
+      "name": "Justin Long",
+      "age": 38,
+      "total_gross": 383,
+      "movies": [
+        "Galaxy Quest",
+        "Happy Campers",
+        "Jeepers Creepers",
+        "Crossroads",
+        "Jeepers Creepers 2",
+        "Raising Genius",
+        "Hair High",
+        "DodgeBall: A True Underdog Story",
+        "Wake Up, Ron Burgundy: The Lost Movie",
+        "Robin's Big Date",
+        "Herbie: Fully Loaded",
+        "Waiting...",
+        "The Sasquatch Gang",
+        "Dreamland",
+        "The Break-Up",
+        "Accepted",
+        "Idiocracy",
+        "Live Free or Die Hard",
+        "Battle for Terra",
+        "Alvin and the Chipmunks",
+        "Walk Hard: The Dewey Cox Story",
+        "Strange Wilderness",
+        "Just Add Water",
+        "Zack and Miri Make a Porno",
+        "Pineapple Express",
+        "He's Just Not That into You",
+        "Still Waiting...",
+        "Taking Chances",
+        "Serious Moonlight",
+        "Drag Me to Hell",
+        "Funny People",
+        "Beyond All Boundaries",
+        "Planet 51",
+        "Old Dogs",
+        "After.Life",
+        "Alvin and the Chipmunks: The Squeakquel",
+        "Youth in Revolt",
+        "Going the Distance",
+        "Alpha and Omega",
+        "The Conspirator",
+        "10 Years",
+        "Alvin and the Chipmunks: Chipwrecked",
+        "For a Good Time, Call...",
+        "Best Man Down",
+        "Movie 43",
+        "iSteve",
+        "A Case of You",
+        "Walking with Dinosaurs",
+        "Ask Me Anything",
+        "Veronica Mars",
+        "Comet",
+        "Tusk",
+        "The Lookalike",
+        "Yoga Hosers",
+        "Alvin and the Chipmunks: The Road Chip",
+        "Frank & Lola",
+        "Lavender",
+        "Ghost Team"
+      ]
+    },
+    "Timothy Olyphant": {
+      "json_class": "Actor",
+      "name": "Timothy Olyphant",
+      "age": 48,
+      "total_gross": 383,
+      "movies": [
+        "The First Wives Club",
+        "A Life Less Ordinary",
+        "Scream 2",
+        "1999",
+        "When Trumpets Fade",
+        "No Vacancy",
+        "Go",
+        "Advice from a Caterpillar",
+        "The Broken Hearts Club: A Romantic Comedy",
+        "Gone in 60 Seconds",
+        "Head Over Heels",
+        "Auggie Rose",
+        "Rock Star",
+        "The Safety of Objects",
+        "Dreamcatcher",
+        "A Man Apart",
+        "The Girl Next Door",
+        "Coastlines",
+        "Catch and Release",
+        "Live Free or Die Hard",
+        "Hitman",
+        "Stop-Loss",
+        "Meet Bill",
+        "A Perfect Getaway",
+        "High Life",
+        "The Crazies",
+        "Elektra Luxx",
+        "I Am Number Four",
+        "Rango",
+        "Dealin' with Idiots",
+        "This Is Where I Leave You",
+        "Mother's Day",
+        "Snowden"
+      ]
+    },
+    "Mary Elizabeth Winstead": {
+      "json_class": "Actor",
+      "name": "Mary Elizabeth Winstead",
+      "age": 32,
+      "total_gross": 687,
+      "movies": [
+        "The Ring Two",
+        "Checking Out",
+        "Sky High",
+        "Final Destination 3",
+        "Bobby",
+        "Factory Girl",
+        "Black Christmas",
+        "Death Proof",
+        "Live Free or Die Hard",
+        "Make It Happen",
+        "Scott Pilgrim vs. the World",
+        "The Thing",
+        "Abraham Lincoln: Vampire Hunter",
+        "Smashed",
+        "A Glimpse Inside the Mind of Charles Swan III",
+        "A Good Day to Die Hard",
+        "A.C.O.D.",
+        "The Spectacular Now",
+        "Alex of Venice",
+        "Faults",
+        "Kill the Messenger",
+        "Swiss Army Man",
+        "The Hollars",
+        "10 Cloverfield Lane"
+      ]
+    },
+    "Maggie Q": {
+      "json_class": "Actor",
+      "name": "Maggie Q",
+      "age": 37,
+      "total_gross": 383,
+      "movies": [
+        "Gen-Y Cops",
+        "Rush Hour 2",
+        "Naked Weapon",
+        "The Trouble-Makers",
+        "Magic Kitchen",
+        "Around the World in 80 Days",
+        "Rice Rhapsody",
+        "Earthlings",
+        "Dragon Squad",
+        "House of Harmony",
+        "Mission: Impossible III",
+        "Live Free or Die Hard",
+        "Balls of Fury",
+        "Three Kingdoms: Resurrection of the Dragon",
+        "Deception",
+        "New York, I Love You",
+        "The Warrior and the Wolf",
+        "Operation: Endgame",
+        "The King of Fighters",
+        "Priest",
+        "Divergent",
+        "Unity",
+        "The Divergent Series: Insurgent",
+        "The Divergent Series: Allegiant",
+        "The Crash",
+        "The Brits Are Coming",
+        "Slumber"
+      ]
+    },
+    "Kevin Smith": {
+      "json_class": "Actor",
+      "name": "Kevin Smith",
+      "age": 46,
+      "total_gross": 55,
+      "movies": [
+        "Clerks",
+        "Mallrats",
+        "Chasing Amy",
+        "Dogma",
+        "Jay and Silent Bob Strike Back",
+        "Jersey Girl",
+        "Clerks II",
+        "Zack and Miri Make a Porno",
+        "Cop Out",
+        "Red State",
+        "Tusk",
+        "Holidays",
+        "Yoga Hosers"
+      ]
+    },
+    "Robert De Niro": {
+      "json_class": "Actor",
+      "name": "Robert De Niro",
+      "age": 73,
+      "total_gross": 12913644,
+      "movies": [
+        "Three Rooms in Manhattan",
+        "Greetings",
+        "Sam's Song",
+        "The Wedding Party",
+        "Bloody Mama",
+        "Hi, Mom!",
+        "Jennifer on My Mind",
+        "Born to Win",
+        "The Gang That Couldn't Shoot Straight",
+        "Bang the Drum Slowly",
+        "Mean Streets",
+        "The Godfather Part II",
+        "Taxi Driver",
+        "1900",
+        "The Last Tycoon",
+        "New York, New York",
+        "The Deer Hunter",
+        "Raging Bull",
+        "True Confessions",
+        "The King of Comedy",
+        "Once Upon a Time in America",
+        "Falling in Love",
+        "Brazil",
+        "The Mission",
+        "Angel Heart",
+        "The Untouchables",
+        "Midnight Run",
+        "Jacknife",
+        "We're No Angels",
+        "Stanley & Iris",
+        "Goodfellas",
+        "Awakenings",
+        "Guilty by Suspicion",
+        "Backdraft",
+        "Cape Fear",
+        "Mistress",
+        "Night and the City",
+        "Mad Dog and Glory",
+        "This Boy's Life",
+        "A Bronx Tale",
+        "Mary Shelley's Frankenstein",
+        "One Hundred and One Nights",
+        "Casino",
+        "Heat",
+        "The Fan",
+        "Sleepers",
+        "Marvin's Room",
+        "Cop Land",
+        "Jackie Brown",
+        "Wag the Dog",
+        "Great Expectations",
+        "Ronin",
+        "Analyze This",
+        "Flawless",
+        "The Adventures of Rocky and Bullwinkle",
+        "Men of Honor",
+        "Meet the Parents",
+        "15 Minutes",
+        "The Score",
+        "Showtime",
+        "City by the Sea",
+        "Analyze That",
+        "Godsend",
+        "Shark Tale",
+        "Meet the Fockers",
+        "The Bridge of San Luis Rey",
+        "Hide and Seek",
+        "Arthur and the Invisibles",
+        "The Good Shepherd",
+        "Stardust",
+        "Righteous Kill",
+        "What Just Happened",
+        "Everybody's Fine",
+        "Machete",
+        "Stone",
+        "Little Fockers",
+        "The Ages of Love",
+        "Killer Elite",
+        "Limitless",
+        "New Year's Eve",
+        "Being Flynn",
+        "Red Lights",
+        "Freelancers",
+        "Silver Linings Playbook",
+        "The Big Wedding",
+        "Killing Season",
+        "The Family",
+        "Last Vegas",
+        "American Hustle",
+        "Grudge Match",
+        "The Bag Man",
+        "The Intern",
+        "Ellis",
+        "The Audition",
+        "Heist",
+        "Joy",
+        "Dirty Grandpa",
+        "Hands of Stone",
+        "The Comedian"
+      ]
+    },
+    "Sean Penn": {
+      "json_class": "Actor",
+      "name": "Sean Penn",
+      "age": 56,
+      "total_gross": 6710888,
+      "movies": [
+        "Taps",
+        "Fast Times at Ridgemont High",
+        "Bad Boys",
+        "Risky Business",
+        "Crackers",
+        "Racing with the Moon",
+        "The Falcon and the Snowman",
+        "At Close Range",
+        "Shanghai Surprise",
+        "Dear America: Letters Home from Vietnam",
+        "Colors",
+        "Judgment in Berlin",
+        "Casualties of War",
+        "We're No Angels",
+        "State of Grace",
+        "Cool Blue",
+        "The Beaver Trilogy",
+        "The Indian Runner",
+        "The Last Party",
+        "Carlito's Way",
+        "The Crossing Guard",
+        "Dead Man Walking",
+        "Loved",
+        "She's So Lovely",
+        "U Turn",
+        "The Game",
+        "Hugo Pool",
+        "Hurlyburly",
+        "The Thin Red Line",
+        "Being John Malkovich",
+        "Sweet and Lowdown",
+        "A Constant Forge",
+        "Up at the Villa",
+        "Before Night Falls",
+        "The Weight of Water",
+        "Dogtown and Z-Boys",
+        "The Beaver Trilogy",
+        "The Pledge",
+        "I Am Sam",
+        "11'09\"01 September 11",
+        "Pauly Shore Is Dead",
+        "It's All About Love",
+        "Mystic River",
+        "21 Grams",
+        "The Assassination of Richard Nixon",
+        "The Interpreter",
+        "All the King's Men",
+        "Into the Wild",
+        "Persepolis",
+        "War Made Easy",
+        "What Just Happened",
+        "Tropic Thunder",
+        "Milk",
+        "The Wrestler",
+        "Witch Hunt",
+        "Fair Game",
+        "The Tree of Life",
+        "This Must Be the Place",
+        "Gangster Squad",
+        "The Secret Life of Walter Mitty",
+        "The Gunman",
+        "The Last Face",
+        "The Angry Birds Movie",
+        "The Professor and the Madman"
+      ]
+    },
+    "Catherine Keener": {
+      "json_class": "Actor",
+      "name": "Catherine Keener",
+      "age": 57,
+      "total_gross": 6710888,
+      "movies": [
+        "About Last Night...",
+        "Survival Quest",
+        "Catchfire",
+        "Switch",
+        "Johnny Suede",
+        "Thelma & Louise",
+        "The Gun in Betty Lou's Handbag",
+        "The Cemetery Club",
+        "Living in Oblivion",
+        "Walking and Talking",
+        "Boys",
+        "Box of Moonlight",
+        "The Real Blonde",
+        "Out of Sight",
+        "Your Friends & Neighbors",
+        "8mm",
+        "Simpatico",
+        "Being John Malkovich",
+        "Lovely & Amazing",
+        "Adaptation",
+        "Full Frontal",
+        "Death to Smoochy",
+        "Simone",
+        "The Ballad of Jack and Rose",
+        "The Interpreter",
+        "The 40-Year-Old Virgin",
+        "Capote",
+        "Friends with Money",
+        "An American Crime",
+        "Into the Wild",
+        "Hamlet 2",
+        "What Just Happened",
+        "Synecdoche, New York",
+        "Genova",
+        "The Soloist",
+        "Where the Wild Things Are",
+        "Please Give",
+        "Cyrus",
+        "Percy Jackson & the Olympians: The Lightning Thief",
+        "Trust",
+        "The Oranges",
+        "Peace, Love & Misunderstanding",
+        "Maladies",
+        "A Late Quartet",
+        "The Croods",
+        "Enough Said",
+        "Captain Phillips",
+        "Jackass Presents: Bad Grandpa",
+        "War Story",
+        "Begin Again",
+        "Elephant Song",
+        "Accidental Love",
+        "Unless",
+        "Get Out",
+        "We Don't Belong Here",
+        "November Criminals",
+        "Soldado"
+      ]
+    },
+    "John Turturro": {
+      "json_class": "Actor",
+      "name": "John Turturro",
+      "age": 59,
+      "total_gross": 6710940,
+      "movies": [
+        "Raging Bull",
+        "Exterminator 2",
+        "The Flamingo Kid",
+        "Desperately Seeking Susan",
+        "To Live and Die in L.A.",
+        "Hannah and Her Sisters",
+        "The Color of Money",
+        "Gung Ho",
+        "Off Beat",
+        "Five Corners",
+        "The Sicilian",
+        "Do the Right Thing",
+        "Catchfire",
+        "State of Grace",
+        "Mo' Better Blues",
+        "Miller's Crossing",
+        "Men of Respect",
+        "Jungle Fever",
+        "Barton Fink",
+        "Mac",
+        "Brain Donors",
+        "Being Human",
+        "Fearless",
+        "Quiz Show",
+        "The Search for One-eye Jimmy",
+        "Search and Destroy",
+        "Unstrung Heroes",
+        "Clockers",
+        "Girl 6",
+        "Box of Moonlight",
+        "Grace of My Heart",
+        "The Truce",
+        "Illuminata",
+        "Rounders",
+        "He Got Game",
+        "O.K. Garage",
+        "The Big Lebowski",
+        "Summer of Sam",
+        "Cradle Will Rock",
+        "O Brother, Where Art Thou?",
+        "The Man Who Cried",
+        "Company Man",
+        "The Luzhin Defence",
+        "Monkeybone",
+        "Thirteen Conversations About One Thing",
+        "Collateral Damage",
+        "Mr. Deeds",
+        "Fear X",
+        "Anger Management",
+        "Opopomoz",
+        "Secret Passage",
+        "Secret Window",
+        "She Hate Me",
+        "The Good Shepherd",
+        "A Few Days in September",
+        "Romance and Cigarettes",
+        "Transformers",
+        "Margot at the Wedding",
+        "Slipstream",
+        "What Just Happened",
+        "You Don't Mess With The Zohan",
+        "Miracle at St. Anna",
+        "The Taking of Pelham 123",
+        "Transformers: Revenge of the Fallen",
+        "Passione",
+        "The Nutcracker in 3D",
+        "Cars 2",
+        "Transformers: Dark of the Moon",
+        "Fading Gigolo",
+        "Gods Behaving Badly",
+        "God's Pocket",
+        "Exodus: Gods and Kings",
+        "Rio, I Love You",
+        "Mia Madre",
+        "Partly Cloudy with Sunny Spells",
+        "The Ridiculous 6",
+        "Hands of Stone",
+        "Landline",
+        "Transformers: The Last Knight",
+        "Going Places"
+      ]
+    },
+    "Robin Wright (actress)": {
+      "json_class": "Actor",
+      "name": "Robin Wright (actress)",
+      "age": 50,
+      "total_gross": 125591175,
+      "movies": [
+        "Hollywood Vice Squad",
+        "The Princess Bride",
+        "Denial",
+        "State of Grace",
+        "The Playboys",
+        "Toys",
+        "Forrest Gump",
+        "The Crossing Guard",
+        "Moll Flanders",
+        "Loved",
+        "She's So Lovely",
+        "Hurlyburly",
+        "Message in a Bottle",
+        "How to Kill Your Neighbor's Dog",
+        "Unbreakable",
+        "The Pledge",
+        "The Last Castle",
+        "Searching for Debra Winger",
+        "White Oleander",
+        "The Singing Detective",
+        "Virgin",
+        "A Home at the End of the World",
+        "Nine Lives",
+        "Sorry, Haters",
+        "Empire Falls",
+        "Breaking and Entering",
+        "Room 10",
+        "Hounddog",
+        "Beowulf",
+        "What Just Happened",
+        "New York, I Love You",
+        "State of Play",
+        "The Private Lives of Pippa Lee",
+        "A Christmas Carol",
+        "The Conspirator",
+        "Moneyball",
+        "Rampart",
+        "The Girl with the Dragon Tattoo",
+        "The Congress",
+        "Adore",
+        "A Most Wanted Man",
+        "Everest",
+        "Wonder Woman",
+        "Blade Runner 2049"
+      ]
+    },
+    "Moon Bloodgood": {
+      "json_class": "Actor",
+      "name": "Moon Bloodgood",
+      "age": 41,
+      "total_gross": 6710888,
+      "movies": [
+        "Win a Date with Tad Hamilton!",
+        "A Lot Like Love",
+        "Moonlight Serenade",
+        "Eight Below",
+        "Pathfinder",
+        "What Just Happened",
+        "Street Fighter: The Legend of Chun-Li",
+        "Terminator Salvation",
+        "Faster",
+        "Bedrooms",
+        "Beautiful Boy",
+        "Conception",
+        "The Sessions",
+        "The Power of Few"
+      ]
+    },
+    "Kristen Stewart": {
+      "json_class": "Actor",
+      "name": "Kristen Stewart",
+      "age": 26,
+      "total_gross": 21765979,
+      "movies": [
+        "The Flintstones in Viva Rock Vegas",
+        "The Safety of Objects",
+        "Panic Room",
+        "Cold Creek Manor",
+        "Catch That Kid",
+        "Speak",
+        "Undertow",
+        "Fierce People",
+        "Zathura",
+        "The Messengers",
+        "In the Land of Women",
+        "The Cake Eaters",
+        "Into the Wild",
+        "Cutlass",
+        "Jumper",
+        "What Just Happened",
+        "Twilight",
+        "Adventureland",
+        "The Twilight Saga: New Moon",
+        "The Yellow Handkerchief",
+        "The Runaways",
+        "The Twilight Saga: Eclipse",
+        "Welcome to the Rileys",
+        "The Twilight Saga: Breaking Dawn – Part 1",
+        "Snow White & The Huntsman",
+        "On the Road",
+        "The Twilight Saga: Breaking Dawn – Part 2",
+        "K-11",
+        "Camp X-Ray",
+        "Clouds of Sils Maria",
+        "Still Alice",
+        "American Ultra",
+        "Equals",
+        "Anesthesia",
+        "Certain Women",
+        "Personal Shopper",
+        "Café Society",
+        "Billy Lynn's Long Halftime Walk",
+        "Lizzie"
+      ]
+    },
+    "Michael Wincott": {
+      "json_class": "Actor",
+      "name": "Michael Wincott",
+      "age": 59,
+      "total_gross": 6710898,
+      "movies": [
+        "Wild Horse Hank",
+        "An American Christmas Carol",
+        "Nothing Personal",
+        "Ticket to Heaven",
+        "Circle of Two",
+        "Curtains",
+        "The Sicilian",
+        "Talk Radio",
+        "Bloodhounds of Broadway",
+        "Born on the Fourth of July",
+        "The Doors",
+        "Robin Hood: Prince of Thieves",
+        "1492: Conquest of Paradise",
+        "Romeo Is Bleeding",
+        "The Three Musketeers",
+        "The Crow",
+        "Dead Man",
+        "Strange Days",
+        "Panther",
+        "Basquiat",
+        "Alien: Resurrection",
+        "Metro",
+        "Gunshy",
+        "Before Night Falls",
+        "Along Came a Spider",
+        "The Count of Monte Cristo",
+        "Treasure Planet",
+        "The Assassination of Richard Nixon",
+        "Seraphim Falls",
+        "The Diving Bell and the Butterfly",
+        "What Just Happened",
+        "A Lonely Place for Dying",
+        "Hitchcock",
+        "The Girl from Nagasaki",
+        "Forsaken",
+        "Knight of Cups",
+        "Ghost in the Shell"
+      ]
+    },
+    "Radha Mitchell": {
+      "json_class": "Actor",
+      "name": "Radha Mitchell",
+      "age": 43,
+      "total_gross": 122,
+      "movies": [
+        "Love and Other Catastrophes",
+        "High Art",
+        "Cleopatra's Second Husband",
+        "Sleeping Beauties",
+        "Kick",
+        "Everything Put Together",
+        "Pitch Black",
+        "Ten Tiny Love Stories",
+        "Nobody's Baby",
+        "When Strangers Appear",
+        "Dead Heat",
+        "Phone Booth",
+        "Visitors",
+        "Man on Fire",
+        "Finding Neverland",
+        "Melinda and Melinda",
+        "Mozart and the Whale",
+        "Silent Hill",
+        "The Half Life of Timofey Berezin",
+        "Pu-239",
+        "Feast of Love",
+        "Rogue",
+        "Henry Poole Is Here",
+        "The Children of Huang Shi",
+        "Thick as Thieves",
+        "Surrogates",
+        "The Waiting City",
+        "The Crazies",
+        "Silent Hill: Revelation 3D",
+        "Big Sur",
+        "Olympus Has Fallen",
+        "The Frozen Ground",
+        "Standing Up",
+        "Expecting",
+        "Evidence",
+        "Bird People",
+        "Fugly!",
+        "London Has Fallen",
+        "Olympus Has Fallen",
+        "The Darkness",
+        "Looking for Grace",
+        "Sacrifice",
+        "The Shack"
+      ]
+    },
+    "Rosamund Pike": {
+      "json_class": "Actor",
+      "name": "Rosamund Pike",
+      "age": 38,
+      "total_gross": 122,
+      "movies": [
+        "Die Another Day",
+        "Promised Land",
+        "The Libertine",
+        "Pride & Prejudice",
+        "Doom",
+        "Fracture",
+        "Fugitive Pieces",
+        "An Education",
+        "Surrogates",
+        "Yesterday We Were in America",
+        "Burning Palms",
+        "Jackboots on Whitehall",
+        "Barney's Version",
+        "Made in Dagenham",
+        "Johnny English Reborn",
+        "The Big Year",
+        "Wrath of the Titans",
+        "Jack Reacher",
+        "The World's End",
+        "A Long Way Down",
+        "Hector and the Search for Happiness",
+        "What We Did on Our Holiday",
+        "Gone Girl",
+        "Return to Sender",
+        "A United Kingdom",
+        "HHhH",
+        "High Wire Act",
+        "Hostiles"
+      ]
+    },
+    "Boris Kodjoe": {
+      "json_class": "Actor",
+      "name": "Boris Kodjoe",
+      "age": 43,
+      "total_gross": 122,
+      "movies": [
+        "Love & Basketball",
+        "Brown Sugar",
+        "Doing Hard Time",
+        "The Gospel",
+        "Madea's Family Reunion",
+        "Alice Upside Down",
+        "Starship Troopers 3: Marauder",
+        "Surrogates",
+        "Resident Evil: Afterlife",
+        "Resident Evil: Retribution",
+        "A Killer Among Us",
+        "Baggage Claim",
+        "Nurse 3D",
+        "Addicted"
+      ]
+    },
+    "Jack Noseworthy": {
+      "json_class": "Actor",
+      "name": "Jack Noseworthy",
+      "age": 47,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "James Cromwell": {
+      "json_class": "Actor",
+      "name": "James Cromwell",
+      "age": 77,
+      "total_gross": 122,
+      "movies": [
+        "Murder by Death",
+        "The Cheap Detective",
+        "Nobody's Perfekt",
+        "Born to the Wind",
+        "The Man with Two Brains",
+        "Tank",
+        "Revenge of the Nerds",
+        "Oh, God! You Devil",
+        "Explorers",
+        "A Fine Mess",
+        "The Last Precinct",
+        "Revenge of the Nerds II: Nerds in Paradise",
+        "Pink Cadillac",
+        "The Babe",
+        "Romeo Is Bleeding",
+        "Babe",
+        "Eraser",
+        "The People vs. Larry Flynt",
+        "Star Trek: First Contact",
+        "L.A. Confidential",
+        "The Education of Little Tree",
+        "Owd Bob",
+        "Species II",
+        "Deep Impact",
+        "Babe: Pig in the City",
+        "The General's Daughter",
+        "The Bachelor",
+        "The Green Mile",
+        "Snow Falling on Cedars",
+        "Space Cowboys",
+        "Spirit: Stallion of the Cimarron",
+        "The Sum of All Fears",
+        "Blackball",
+        "The Snow Walker",
+        "I, Robot",
+        "The Longest Yard",
+        "The Queen",
+        "Dante's Inferno",
+        "Becoming Jane",
+        "Spider-Man 3",
+        "Tortured",
+        "W.",
+        "A Lonely Place for Dying",
+        "Surrogates",
+        "Secretariat",
+        "Admissions",
+        "The Artist",
+        "Cowgirls n' Angels",
+        "Memorial Day",
+        "Still Mine",
+        "Soldiers of Fortune",
+        "The Trials of Cate McCall",
+        "Big Hero 6",
+        "The Promise",
+        "Marshall"
+      ]
+    },
+    "Tracy Morgan": {
+      "json_class": "Actor",
+      "name": "Tracy Morgan",
+      "age": 48,
+      "total_gross": 55,
+      "movies": [
+        "A Thin Line Between Love and Hate",
+        "Half Baked",
+        "Bamboozled",
+        "How High",
+        "Jay and Silent Bob Strike Back",
+        "30 Years to Life",
+        "Head of State",
+        "The Longest Yard",
+        "Are We There Yet?",
+        "Little Man",
+        "VH1's Totally Awesome",
+        "Farce of the Penguins",
+        "First Sunday",
+        "Superhero Movie",
+        "G-Force",
+        "Deep in the Valley",
+        "Cop Out",
+        "Death at a Funeral",
+        "The Other Guys",
+        "Rio",
+        "The Son of No One",
+        "Why Stop Now",
+        "Rio 2",
+        "The Boxtrolls",
+        "Top Five",
+        "Lennon or McCartney",
+        "Accidental Love",
+        "The Night Before",
+        "Fist Fight",
+        "The Star",
+        "The Clapper"
+      ]
+    },
+    "Adam Brody": {
+      "json_class": "Actor",
+      "name": "Adam Brody",
+      "age": 37,
+      "total_gross": 55,
+      "movies": [
+        "Never Land",
+        "American Pie 2",
+        "According to Spencer",
+        "The Ring",
+        "Grind",
+        "Mr. & Mrs. Smith",
+        "Thank You for Smoking",
+        "In the Land of Women",
+        "The Ten",
+        "Smiley Face",
+        "Death in Love",
+        "Jennifer's Body",
+        "Cop Out",
+        "The Romantics",
+        "Scream 4",
+        "The Oranges",
+        "Damsels in Distress",
+        "Seeking a Friend for the End of the World",
+        "Revenge for Jolly!",
+        "Some Girl(s)",
+        "Welcome to the Jungle",
+        "Lovelace",
+        "Baggage Claim",
+        "Think Like a Man Too",
+        "Life Partners",
+        "Sleeping with Other People",
+        "Yoga Hosers",
+        "CHiPs"
+      ]
+    },
+    "Guillermo D%C3%ADaz (actor)": {
+      "json_class": "Actor",
+      "name": "Guillermo D%C3%ADaz (actor)",
+      "age": 41,
+      "total_gross": 55,
+      "movies": [
+        "Fresh",
+        "Party Girl",
+        "Stonewall",
+        "Freeway",
+        "Girls Town",
+        "High School High",
+        "I'm Not Rappaport",
+        "I Think I Do",
+        "Nowhere",
+        "Half Baked",
+        "Just One Time",
+        "200 Cigarettes",
+        "In Too Deep",
+        "Just One Time",
+        "Chelsea Walls",
+        "Fidel",
+        "DoUlike2watch.com",
+        "Undefeated",
+        "Undermind",
+        "Wasabi Tuna",
+        "The Terminal",
+        "Tony n' Tina's Wedding",
+        "My Suicidal Sweetheart",
+        "Dirty Love",
+        "Husk",
+        "Across the Hall",
+        "The Butcher",
+        "Cop Out",
+        "Exquisite Corpse",
+        "Peep World",
+        "Without Men",
+        "Билет на Vegas"
+      ]
+    },
+    "Seann William Scott": {
+      "json_class": "Actor",
+      "name": "Seann William Scott",
+      "age": 40,
+      "total_gross": 55,
+      "movies": [
+        "Born Into Exile",
+        "American Pie",
+        "Final Destination",
+        "Road Trip",
+        "Dude, Where's My Car?",
+        "Evolution",
+        "American Pie 2",
+        "Jay and Silent Bob Strike Back",
+        "Stark Raving Mad",
+        "Bulletproof Monk",
+        "Old School",
+        "American Wedding",
+        "The Rundown",
+        "MTV Cribs",
+        "The Dukes of Hazzard",
+        "Ice Age: The Meltdown",
+        "Trainwreck: My Life as an Idiot",
+        "Southland Tales",
+        "Mr. Woodcock",
+        "The Promotion",
+        "Role Models",
+        "Ice Age: Dawn of the Dinosaurs",
+        "Balls Out: Gary the Tennis Coach",
+        "Planet 51",
+        "Cop Out",
+        "Jackass 3D",
+        "Goon",
+        "Final Destination 5",
+        "American Reunion",
+        "Ice Age: Continental Drift",
+        "Movie 43",
+        "Just Before I Go",
+        "Ice Age: Collision Course",
+        "Goon: Last of the Enforcers"
+      ]
+    },
+    "Jason Statham": {
+      "json_class": "Actor",
+      "name": "Jason Statham",
+      "age": 49,
+      "total_gross": 579,
+      "movies": [
+        "Lock, Stock and Two Smoking Barrels",
+        "Snatch",
+        "Turn It Up",
+        "Ghosts of Mars",
+        "The One",
+        "Mean Machine",
+        "The Transporter",
+        "The Italian Job",
+        "Collateral",
+        "Cellular",
+        "Transporter 2",
+        "Revolver",
+        "London",
+        "Chaos",
+        "The Pink Panther",
+        "Crank",
+        "War",
+        "The Bank Job",
+        "In the Name of the King",
+        "Death Race",
+        "Transporter 3",
+        "Crank: High Voltage",
+        "13",
+        "The Expendables",
+        "The Mechanic",
+        "Gnomeo & Juliet",
+        "Blitz",
+        "Killer Elite",
+        "Safe",
+        "The Expendables 2",
+        "Parker",
+        "Fast & Furious 6",
+        "Hummingbird",
+        "Homefront",
+        "The Expendables 3",
+        "Wild Card",
+        "Furious 7",
+        "Spy",
+        "Mechanic: Resurrection",
+        "The Fate of the Furious",
+        "Meg"
+      ]
+    },
+    "Jet Li": {
+      "json_class": "Actor",
+      "name": "Jet Li",
+      "age": 53,
+      "total_gross": 579,
+      "movies": [
+        "Shaolin Temple",
+        "Kids From Shaolin",
+        "Born to Defence",
+        "Martial Arts of Shaolin",
+        "Dragon Fight",
+        "The Master",
+        "Once Upon a Time in China",
+        "Once Upon a Time in China II",
+        "Swordsman II",
+        "Tai Chi Master",
+        "Twin Warriors",
+        "Fong Sai-yuk",
+        "Fong Sai-yuk II",
+        "Kung Fu Cult Master",
+        "Last Hero in China",
+        "Once Upon a Time in China III",
+        "The Bodyguard from Beijing",
+        "Fist of Legend",
+        "The New Legend of Shaolin",
+        "High Risk",
+        "My Father Is a Hero",
+        "Black Mask",
+        "Dr. Wai in \"The Scripture with No Words\"",
+        "Once Upon a Time in China and America",
+        "Hitman",
+        "Lethal Weapon 4",
+        "Romeo Must Die",
+        "The One",
+        "Kiss of the Dragon",
+        "Hero",
+        "Cradle 2 the Grave",
+        "Unleashed",
+        "Fearless",
+        "The Warlords",
+        "War",
+        "The Forbidden Kingdom",
+        "The Mummy: Tomb of the Dragon Emperor",
+        "The Founding of a Republic",
+        "Ocean Heaven",
+        "The Expendables",
+        "The Sorcerer and the White Snake",
+        "Flying Swords of Dragon Gate",
+        "The Expendables 2",
+        "Badges of Fury",
+        "The Expendables 3",
+        "League of Gods"
+      ]
+    },
+    "Dolph Lundgren": {
+      "json_class": "Actor",
+      "name": "Dolph Lundgren",
+      "age": 59,
+      "total_gross": 579,
+      "movies": [
+        "A View to a Kill",
+        "Rocky IV",
+        "Masters of the Universe",
+        "Red Scorpion",
+        "The Punisher",
+        "I Come in Peace",
+        "Cover-Up",
+        "Showdown in Little Tokyo",
+        "Universal Soldier",
+        "Joshua Tree",
+        "Pentathlon",
+        "Men of War",
+        "Johnny Mnemonic",
+        "The Shooter",
+        "Silent Trigger",
+        "The Peacekeeper",
+        "The Minion",
+        "Sweepers",
+        "Bridge of Dragons",
+        "Storm Catcher",
+        "Jill Rips",
+        "The Last Warrior",
+        "Agent Red",
+        "Hidden Agenda",
+        "Detention",
+        "Direct Action",
+        "Fat Slags",
+        "Retrograde",
+        "The Defender",
+        "The Mechanik",
+        "The Inquiry",
+        "Diamond Dogs",
+        "Missionary Man",
+        "Direct Contact",
+        "Command Performance",
+        "Universal Soldier: Regeneration",
+        "Icarus",
+        "The Expendables",
+        "In the Name of the King 2: Two Worlds",
+        "Small Apartments",
+        "Stash House",
+        "One in the Chamber",
+        "The Expendables 2",
+        "Universal Soldier: Day of Reckoning",
+        "The Package",
+        "Battle of the Damned",
+        "Ambushed",
+        "Blood of Redemption",
+        "A Man Will Rise",
+        "Puncture Wounds",
+        "The Expendables 3",
+        "Skin Trade",
+        "War Pigs",
+        "The Good, the Bad and the Dead",
+        "Hail, Caesar!",
+        "Kindergarten Cop 2",
+        "Don't Kill It",
+        "The Expendables 4"
+      ]
+    },
+    "Eric Roberts": {
+      "json_class": "Actor",
+      "name": "Eric Roberts",
+      "age": 60,
+      "total_gross": 39492249,
+      "movies": [
+        "Another World",
+        "How to Survive a Marriage",
+        "King of the Gypsies",
+        "Paul's Case",
+        "Raggedy Man",
+        "Star 80",
+        "Miss Lonelyhearts",
+        "The Pope of Greenwich Village",
+        "The Coca-Cola Kid",
+        "Runaway Train",
+        "Slow Burn",
+        "Nobody's Fool",
+        "Best of the Best",
+        "Blood Red",
+        "Rude Awakening",
+        "The Ambulance",
+        "Descending Angel",
+        "Vendetta: Secrets of a Mafia Bride",
+        "Lonely Hearts",
+        "By the Sword",
+        "Final Analysis",
+        "Best of the Best 2",
+        "Voyage",
+        "Love, Cheat & Steal",
+        "Freefall",
+        "The Specialist",
+        "The Nature of the Beast",
+        "The Immortals",
+        "Saved by the Light",
+        "Power 98",
+        "The Grave",
+        "It's My Party",
+        "Doctor Who",
+        "Heaven's Prisoners",
+        "The Cable Guy",
+        "American Strays",
+        "Past Perfect",
+        "The Drew Carey Show",
+        "Public Enemies",
+        "Frasier",
+        "The Odyssey",
+        "Most Wanted",
+        "Oz",
+        "The Prophecy II",
+        "The Shadow Men",
+        "La Cucaracha",
+        "Purgatory",
+        "Lansky",
+        "Touched by an Angel",
+        "Restraining Order",
+        "Wildflowers",
+        "Spawn",
+        "Façade",
+        "Heaven's Fire",
+        "Hitman's Run",
+        "The Hunger",
+        "Sanctimony",
+        "The Alternate",
+        "Falcone",
+        "Cecil B. Demented",
+        "Tripfall",
+        "Mercy Streets",
+        "The King of Queens",
+        "Law & Order: Special Victims Unit",
+        "Mindstorm",
+        "Walking Shadow",
+        "Raptor",
+        "Con Games",
+        "Roughing It",
+        "Wrong Number",
+        "Spun",
+        "Wolves of Wall Street",
+        "Less than Perfect",
+        "Justice League",
+        "Justice League Unlimited",
+        "Endangered Species",
+        "National Security",
+        "L.A. Confidential",
+        "Miss Cast Away",
+        "Six: The Mark Unleashed",
+        "Confessions of an Action Star",
+        "Danny Phantom",
+        "CSI: Miami",
+        "The Civilization of Maxwell Bright",
+        "8 of Diamonds",
+        "Phat Girlz",
+        "A Guide to Recognizing Your Saints",
+        "Hollywood Dreams",
+        "One Way",
+        "DOA: Dead or Alive",
+        "The L Word",
+        "Fatal Desire",
+        "Aurora",
+        "Pandemic",
+        "Heroes",
+        "Witless Protection",
+        "Fear Itself",
+        "Law & Order: Criminal Intent",
+        "Dark Honeymoon",
+        "The Dark Knight",
+        "The Cleaner",
+        "Entourage",
+        "Cyclops",
+        "In the Blink of an Eye",
+        "The Steam Experiment",
+        "Rock Slyde",
+        "Royal Kill",
+        "Shannon's Rainbow",
+        "Edgar Allan Poe's Ligeia",
+        "The Butcher",
+        "Crash",
+        "Crimes of the Past",
+        "Enemies Among Us",
+        "The Expendables",
+        "Sharktopus",
+        "Hunt to Kill",
+        "Chuck",
+        "The Young and the Restless",
+        "Criminal Minds: Suspect Behavior",
+        "Chillerama",
+        "Silver Case",
+        "Burn Notice",
+        "Deadline",
+        "Snow White: A Deadly Summer",
+        "Bloodwork",
+        "The Finder",
+        "Femme Fatales",
+        "Bullet in the Face",
+        "L'onore e il rispetto 3",
+        "The Mark",
+        "Das Kind",
+        "Lovelace",
+        "A Talking Cat!?!",
+        "Paranormal Movie",
+        "Lip Service",
+        "The Cloth",
+        "The Hot Flashes",
+        "Assault on Wall Street",
+        "CSI: Crime Scene Investigation",
+        "Before I Sleep",
+        "Deadtime Stories",
+        "Dante's Inferno Animated",
+        "White T",
+        "Wrong Cops",
+        "Justified",
+        "Suits",
+        "Inherent Vice",
+        "Six Gun Savior",
+        "The Human Centipede 3 (Final Sequence)",
+        "Dante's Hell Documented",
+        "L.A. Slasher",
+        "A Fatal Obsession",
+        "The Reel Deal",
+        "American Sharia",
+        "Hawaii Five-0",
+        "Lost Girl",
+        "Sicilian Vampire",
+        "The Condemned 2",
+        "Nearly Forgot My Broken Heart",
+        "Chris Cornell",
+        "Ktown Cowboys",
+        "Moments of Clarity",
+        "Compadres",
+        "Brooklyn Nine-Nine"
+      ]
+    },
+    "Randy Couture": {
+      "json_class": "Actor",
+      "name": "Randy Couture",
+      "age": 53,
+      "total_gross": 2128765,
+      "movies": [
+        "No Rules",
+        "Today You Die",
+        "Invincible",
+        "The King of Queens",
+        "Big Stan",
+        "Redbelt",
+        "The Scorpion King 2: Rise of a Warrior",
+        "The Expendables",
+        "Setup",
+        "The Expendables 2",
+        "Geezers!",
+        "Ambushed",
+        "The Expendables 3",
+        "Stretch",
+        "Hawaii Five-0",
+        "Hell's Kitchen",
+        "Range 15",
+        "Nine Legends"
+      ]
+    },
+    "Steve Austin": {
+      "json_class": "Actor",
+      "name": "Steve Austin",
+      "age": 52,
+      "total_gross": 274,
+      "movies": [
+        "Beyond The Mat",
+        "The Longest Yard",
+        "The Condemned",
+        "Damage",
+        "The Expendables",
+        "The Stranger",
+        "Hunt to Kill",
+        "Recoil",
+        "Knockout",
+        "Tactical Force",
+        "Maximum Conviction",
+        "The Package",
+        "Grown Ups 2",
+        "Smosh: The Movie"
+      ]
+    },
+    "David Zayas": {
+      "json_class": "Actor",
+      "name": "David Zayas",
+      "age": 54,
+      "total_gross": 339,
+      "movies": [
+        "O.K. Garage",
+        "Scar City",
+        "Return to Paradise",
+        "Rounders",
+        "Bringing Out the Dead",
+        "Kingdom Come",
+        "Sam the Man",
+        "Washington Heights",
+        "Anne B. Real",
+        "Jailbait",
+        "Brooklyn Bound",
+        "The Interpreter",
+        "The Feast of the Goat",
+        "16 Blocks",
+        "The Path to 9/11",
+        "Bristol Boys",
+        "Michael Clayton",
+        "Wake",
+        "Flying By",
+        "13",
+        "Shadowboxing",
+        "The Expendables",
+        "Skyline",
+        "Ride",
+        "Annie",
+        "The Wannabe",
+        "Tallulah"
+      ]
+    },
+    "Giselle Iti%C3%A9": {
+      "json_class": "Actor",
+      "name": "Giselle Iti%C3%A9",
+      "age": 34,
+      "total_gross": 274,
+      "movies": [
+        "Flordelis - Basta uma Palavra para Mudar",
+        "The Expendables",
+        "On the Road",
+        "Os Dez Mandamentos: O Filme"
+      ]
+    },
+    "Terry Crews": {
+      "json_class": "Actor",
+      "name": "Terry Crews",
+      "age": 48,
+      "total_gross": 579,
+      "movies": [
+        "The 6th Day",
+        "Training Day",
+        "Serving Sara",
+        "Friday After Next",
+        "Deliver Us from Eva",
+        "Malibu's Most Wanted",
+        "BAADASSSSS!",
+        "Soul Plane",
+        "Starsky & Hutch",
+        "White Chicks",
+        "The Longest Yard",
+        "The Alibi",
+        "Harsh Times",
+        "The Benchwarmers",
+        "Puff, Puff, Pass",
+        "Click",
+        "Idiocracy",
+        "Inland Empire",
+        "Norbit",
+        "How to Rob a Bank",
+        "Who's Your Caddy?",
+        "Balls of Fury",
+        "Street Kings",
+        "Get Smart",
+        "Get Smart's Bruce and Lloyd: Out of Control",
+        "Terminator Salvation",
+        "Gamer",
+        "The Expendables",
+        "Lottery Ticket",
+        "Middle Men",
+        "Bridesmaids",
+        "The Expendables 2",
+        "Scary Movie 5",
+        "Aztec Warrior",
+        "Cloudy with a Chance of Meatballs 2",
+        "The Single Moms Club",
+        "Reach Me",
+        "Draft Day",
+        "Blended",
+        "The Expendables 3",
+        "The Ridiculous 6"
+      ]
+    },
+    "John Malkovich": {
+      "json_class": "Actor",
+      "name": "John Malkovich",
+      "age": 63,
+      "total_gross": 0,
+      "movies": [
+        "A Wedding",
+        "Places in the Heart",
+        "The Killing Fields",
+        "True West",
+        "Death of a Salesman",
+        "Eleni",
+        "Rocket to the Moon",
+        "The Glass Menagerie",
+        "Making Mr. Right",
+        "Empire of the Sun",
+        "Miles from Home",
+        "Dangerous Liaisons",
+        "The Sheltering Sky",
+        "The Object of Beauty",
+        "Queens Logic",
+        "Shadows and Fog",
+        "Of Mice and Men",
+        "Jennifer 8",
+        "In the Line of Fire",
+        "Alive",
+        "Heart of Darkness",
+        "O Convento",
+        "Beyond the Clouds",
+        "Mary Reilly",
+        "The Portrait of a Lady",
+        "The Ogre",
+        "Mulholland Falls",
+        "Con Air",
+        "The Man in the Iron Mask",
+        "Rounders",
+        "Being John Malkovich",
+        "The Messenger: The Story of Joan of Arc",
+        "Le Temps Retrouvé",
+        "RKO 281",
+        "Shadow of the Vampire",
+        "Les Misérables",
+        "Knockaround Guys",
+        "Hotel",
+        "I'm Going Home",
+        "Les âmes fortes",
+        "The Dancer Upstairs",
+        "Napoléon",
+        "Ripley's Game",
+        "Johnny English",
+        "Um Filme Falado",
+        "Adaptation.",
+        "The Libertine",
+        "The Hitchhiker's Guide to the Galaxy",
+        "Colour Me Kubrick",
+        "Art School Confidential",
+        "Eragon",
+        "Klimt",
+        "Drunkboat",
+        "In Transit",
+        "Beowulf",
+        "Polis is This: Charles Olson and the Persistence of Place",
+        "Burn After Reading",
+        "The Great Buck Howard",
+        "Changeling",
+        "Gardens of the Night",
+        "Mutant Chronicles",
+        "Afterwards",
+        "Jonah Hex",
+        "Secretariat",
+        "RED",
+        "Disgrace",
+        "Transformers: Dark of the Moon",
+        "Lines of Wellington",
+        "Warm Bodies",
+        "Siberian Education",
+        "RED 2",
+        "Cesar Chavez",
+        "Crossbones",
+        "Penguins of Madagascar",
+        "Cut Bank",
+        "100 Years",
+        "Zoolander 2",
+        "Dominion",
+        "Deepwater Horizon",
+        "Unlocked",
+        "Wilde Wedding"
+      ]
+    },
+    "Karl Urban": {
+      "json_class": "Actor",
+      "name": "Karl Urban",
+      "age": 44,
+      "total_gross": 0,
+      "movies": [
+        "Chunuk Bair",
+        "The Irrefutable Truth about Demons",
+        "The Price of Milk",
+        "Ghost Ship",
+        "The Lord of the Rings: The Two Towers",
+        "The Lord of the Rings: The Return of the King",
+        "The Chronicles of Riddick",
+        "The Bourne Supremacy",
+        "Doom",
+        "Out of the Blue",
+        "Pathfinder",
+        "Star Trek",
+        "Black Water Transit",
+        "And Soon the Darkness",
+        "RED",
+        "Priest",
+        "Dredd",
+        "Star Trek Into Darkness",
+        "Riddick",
+        "Walking with Dinosaurs",
+        "The Loft",
+        "Star Trek Beyond",
+        "Pete's Dragon",
+        "Thor: Ragnarok",
+        "Hangman"
+      ]
+    },
+    "Mary-Louise Parker": {
+      "json_class": "Actor",
+      "name": "Mary-Louise Parker",
+      "age": 52,
+      "total_gross": 13,
+      "movies": [
+        "Signs of Life",
+        "Longtime Companion",
+        "Fried Green Tomatoes",
+        "Grand Canyon",
+        "Mr. Wonderful",
+        "Naked in New York",
+        "Bullets over Broadway",
+        "The Client",
+        "Reckless",
+        "Boys on the Side",
+        "The Portrait of a Lady",
+        "Murder in Mind",
+        "The Maker",
+        "Goodbye Lover",
+        "Let the Devil Wear Black",
+        "The Five Senses",
+        "Red Dragon",
+        "Pipe Dream",
+        "Saved!",
+        "The Best Thief in the World",
+        "Romance & Cigarettes",
+        "The Assassination of Jesse James by the Coward Robert Ford",
+        "The Spiderwick Chronicles",
+        "Solitary Man",
+        "Howl",
+        "RED",
+        "R.I.P.D.",
+        "RED 2",
+        "Christmas in Conway",
+        "Behaving Badly",
+        "Jamesy Boy",
+        "Chronically Metropolitan",
+        "Golden Exits"
+      ]
+    },
+    "Helen Mirren": {
+      "json_class": "Actor",
+      "name": "Helen Mirren",
+      "age": 71,
+      "total_gross": 0,
+      "movies": [
+        "Press for Time",
+        "Herostratus",
+        "A Midsummer Night's Dream",
+        "Age of Consent",
+        "Red Hot Shot",
+        "Savage Messiah",
+        "O Lucky Man!",
+        "Hamlet",
+        "Caligula",
+        "Hussy",
+        "The Fiendish Plot of Dr. Fu Manchu",
+        "The Long Good Friday",
+        "Excalibur",
+        "Cal",
+        "2010",
+        "Heavenly Pursuits",
+        "White Nights",
+        "The Mosquito Coast",
+        "Pascali's Island",
+        "When the Whales Came",
+        "The Cook, the Thief, His Wife & Her Lover",
+        "Bethune: The Making of a Hero",
+        "The Comfort of Strangers",
+        "Where Angels Fear to Tread",
+        "The Hawk",
+        "Royal Deceit",
+        "The Madness of King George",
+        "The Snow Queen",
+        "Some Mother's Son",
+        "The Prince of Egypt",
+        "Teaching Mrs. Tingle",
+        "Greenfingers",
+        "The Pledge",
+        "No Such Thing",
+        "Last Orders",
+        "Gosford Park",
+        "Calendar Girls",
+        "The Clearing",
+        "Raising Helen",
+        "The Hitchhiker's Guide to the Galaxy",
+        "Shadowboxer",
+        "The Queen",
+        "National Treasure: Book of Secrets",
+        "Inkheart",
+        "State of Play",
+        "The Last Station",
+        "Love Ranch",
+        "The Tempest",
+        "Brighton Rock",
+        "RED",
+        "Legend of the Guardians: The Owls of Ga'Hoole",
+        "Arthur",
+        "The Debt",
+        "The Door",
+        "Hitchcock",
+        "Monsters University",
+        "RED 2",
+        "The Hundred-Foot Journey",
+        "Woman in Gold",
+        "Unity",
+        "Eye in the Sky",
+        "Trumbo",
+        "Collateral Beauty",
+        "The Fate of the Furious",
+        "The Leisure Seeker"
+      ]
+    },
+    "Edward Norton": {
+      "json_class": "Actor",
+      "name": "Edward Norton",
+      "age": 47,
+      "total_gross": 68,
+      "movies": [
+        "Primal Fear",
+        "Everyone Says I Love You",
+        "The People vs. Larry Flynt",
+        "Rounders",
+        "American History X",
+        "Fight Club",
+        "Keeping the Faith",
+        "The Score",
+        "Death to Smoochy",
+        "Frida",
+        "Red Dragon",
+        "25th Hour",
+        "The Italian Job",
+        "Kingdom of Heaven",
+        "Down in the Valley",
+        "The Illusionist",
+        "The Painted Veil",
+        "The Incredible Hulk",
+        "Pride and Glory",
+        "The Invention of Lying",
+        "Leaves of Grass",
+        "Stone",
+        "Moonrise Kingdom",
+        "The Bourne Legacy",
+        "The Grand Budapest Hotel",
+        "Birdman or (The Unexpected Virtue of Ignorance)",
+        "Sausage Party",
+        "Collateral Beauty",
+        "Isle of Dogs"
+      ]
+    },
+    "Bill Murray": {
+      "json_class": "Actor",
+      "name": "Bill Murray",
+      "age": 66,
+      "total_gross": 71,
+      "movies": [
+        "Next Stop, Greenwich Village",
+        "All You Need is Cash",
+        "Tarzoon: Shame of the Jungle",
+        "Meatballs",
+        "Mr. Mike's Mondo Video",
+        "Where the Buffalo Roam",
+        "The Missing Link",
+        "Caddyshack",
+        "Loose Shoes",
+        "Stripes",
+        "Tootsie",
+        "Ghostbusters",
+        "Nothing Lasts Forever",
+        "The Razor's Edge",
+        "Little Shop of Horrors",
+        "She's Having a Baby",
+        "Scrooged",
+        "Ghostbusters II",
+        "Quick Change",
+        "What About Bob?",
+        "Groundhog Day",
+        "Mad Dog and Glory",
+        "Ed Wood",
+        "Kingpin",
+        "Larger than Life",
+        "Space Jam",
+        "The Man Who Knew Too Little",
+        "Wild Things",
+        "With Friends Like These...",
+        "Rushmore",
+        "Cradle Will Rock",
+        "Charlie's Angels",
+        "Hamlet",
+        "Osmosis Jones",
+        "The Royal Tenenbaums",
+        "Speaking of Sex",
+        "Lost in Translation",
+        "Coffee and Cigarettes",
+        "Garfield: The Movie",
+        "The Life Aquatic with Steve Zissou",
+        "Broken Flowers",
+        "The Lost City",
+        "Garfield: A Tail of Two Kitties",
+        "The Darjeeling Limited",
+        "Get Smart",
+        "City of Ember",
+        "The Limits of Control",
+        "Fantastic Mr. Fox",
+        "Zombieland",
+        "Get Low",
+        "Passion Play",
+        "Moonrise Kingdom",
+        "A Glimpse Inside the Mind of Charles Swan III",
+        "Hyde Park on Hudson",
+        "The Monuments Men",
+        "The Grand Budapest Hotel",
+        "St. Vincent",
+        "Dumb and Dumber To",
+        "Aloha",
+        "Rock the Kasbah",
+        "The Jungle Book",
+        "Ghostbusters",
+        "Isle of Dogs"
+      ]
+    },
+    "Frances McDormand": {
+      "json_class": "Actor",
+      "name": "Frances McDormand",
+      "age": 59,
+      "total_gross": 74,
+      "movies": [
+        "Blood Simple",
+        "Crimewave",
+        "Raising Arizona",
+        "Mississippi Burning",
+        "Chattahoochee",
+        "Hidden Agenda",
+        "Miller's Crossing",
+        "Darkman",
+        "Barton Fink",
+        "The Butcher's Wife",
+        "Passed Away",
+        "Short Cuts",
+        "Bleeding Hearts",
+        "The Hudsucker Proxy",
+        "Beyond Rangoon",
+        "Palookaville",
+        "Fargo",
+        "Primal Fear",
+        "Lone Star",
+        "Paradise Road",
+        "Johnny Skidmarks",
+        "Madeline",
+        "Talk of Angels",
+        "Wonder Boys",
+        "Almost Famous",
+        "The Man Who Wasn't There",
+        "Laurel Canyon",
+        "City by the Sea",
+        "Something's Gotta Give",
+        "North Country",
+        "Æon Flux",
+        "Friends with Money",
+        "Miss Pettigrew Lives for a Day",
+        "Burn After Reading",
+        "This Must Be the Place",
+        "Transformers: Dark of the Moon",
+        "Moonrise Kingdom",
+        "Madagascar 3: Europe's Most Wanted",
+        "Promised Land",
+        "Every Secret Thing",
+        "The Good Dinosaur",
+        "Hail, Caesar!",
+        "Three Billboards Outside Ebbing, Missouri",
+        "Isle of Dogs"
+      ]
+    },
+    "Tilda Swinton": {
+      "json_class": "Actor",
+      "name": "Tilda Swinton",
+      "age": 56,
+      "total_gross": 68,
+      "movies": [
+        "Caravaggio",
+        "Aria",
+        "Friendship's Death",
+        "The Last of England",
+        "War Requiem",
+        "The Garden",
+        "Edward II",
+        "Orlando",
+        "Blue",
+        "Wittgenstein",
+        "Female Perversions",
+        "Conceiving Ada",
+        "Love Is the Devil: Study for a Portrait of Francis Bacon",
+        "The War Zone",
+        "Possible Worlds",
+        "The Beach",
+        "Vanilla Sky",
+        "The Deep End",
+        "Adaptation",
+        "Teknolust",
+        "The Statement",
+        "Young Adam",
+        "Constantine",
+        "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",
+        "Broken Flowers",
+        "Thumbsucker",
+        "Stephanie Daley",
+        "Sleepwalkers",
+        "Faceless",
+        "Strange Culture",
+        "The Man from London",
+        "Michael Clayton",
+        "Julia",
+        "The Chronicles of Narnia: Prince Caspian",
+        "Burn After Reading",
+        "The Curious Case of Benjamin Button",
+        "Derek",
+        "The Limits of Control",
+        "I Am Love",
+        "The Chronicles of Narnia: The Voyage of the Dawn Treader",
+        "We Need to Talk About Kevin",
+        "Moonrise Kingdom",
+        "The Stars (Are Out Tonight)",
+        "Only Lovers Left Alive",
+        "When Björk Met Attenborough",
+        "Snowpiercer",
+        "The Zero Theorem",
+        "The Grand Budapest Hotel",
+        "Trainwreck",
+        "A Bigger Splash",
+        "Hail, Caesar!",
+        "John Berger",
+        "Doctor Strange",
+        "Okja",
+        "Suspiria",
+        "War Machine",
+        "Isle of Dogs"
+      ]
+    },
+    "Jason Schwartzman": {
+      "json_class": "Actor",
+      "name": "Jason Schwartzman",
+      "age": 36,
+      "total_gross": 68,
+      "movies": [
+        "Rushmore",
+        "CQ",
+        "Slackers",
+        "Simone",
+        "Spun",
+        "I Heart Huckabees",
+        "The Hitchhiker's Guide to the Galaxy",
+        "Bewitched",
+        "Shopgirl",
+        "Marie Antoinette",
+        "Hotel Chevalier",
+        "The Darjeeling Limited",
+        "Walk Hard: The Dewey Cox Story",
+        "The Marc Pease Experience",
+        "Funny People",
+        "Fantastic Mr. Fox",
+        "Scott Pilgrim vs. the World",
+        "Scott Pilgrim vs. the Animation",
+        "Fight For Your Right Revisited",
+        "Moonrise Kingdom",
+        "A Glimpse Inside the Mind of Charles Swan III",
+        "Castello Cavalcanti",
+        "Saving Mr. Banks",
+        "Listen Up Philip",
+        "The Grand Budapest Hotel",
+        "Big Eyes",
+        "The Overnight",
+        "7 Chinese Brothers",
+        "A Very Murray Christmas",
+        "Dreamland",
+        "My Entire High School Sinking Into the Sea",
+        "Golden Exits",
+        "The Polka King"
+      ]
+    },
+    "Bob Balaban": {
+      "json_class": "Actor",
+      "name": "Bob Balaban",
+      "age": 71,
+      "total_gross": 40717075,
+      "movies": [
+        "Me, Natalie",
+        "Midnight Cowboy",
+        "Catch-22",
+        "The Strawberry Statement",
+        "Making It",
+        "Bank Shot",
+        "Report to the Commissioner",
+        "Close Encounters of the Third Kind",
+        "Girlfriends",
+        "Altered States",
+        "Absence of Malice",
+        "Prince of the City",
+        "Whose Life Is It Anyway?",
+        "2010",
+        "End of the Line",
+        "Dead Bang",
+        "Alice",
+        "Little Man Tate",
+        "Bob Roberts",
+        "For Love or Money",
+        "Amos & Andrew",
+        "Greedy",
+        "City Slickers II: The Legend of Curly's Gold",
+        "Waiting for Guffman",
+        "Pie in the Sky",
+        "Conversation with the Beast",
+        "Clockwatchers",
+        "Deconstructing Harry",
+        "Three To Tango",
+        "Cradle Will Rock",
+        "Jacob the Liar",
+        "Best in Show",
+        "Ghost World",
+        "Gosford Park",
+        "The Majestic",
+        "The Mexican",
+        "The Tuxedo",
+        "A Mighty Wind",
+        "Marie and Bruce",
+        "Trust the Man",
+        "Capote",
+        "Lady in the Water",
+        "For Your Consideration",
+        "No Reservations",
+        "Dedication",
+        "License to Wed",
+        "Rage",
+        "Howl",
+        "A Monster in Paris",
+        "Thin Ice",
+        "Moonrise Kingdom",
+        "Girl Most Likely",
+        "Fading Gigolo",
+        "The Monuments Men",
+        "The Grand Budapest Hotel",
+        "Mascots",
+        "I Am the Pretty Thing That Lives in the House",
+        "Isle of Dogs"
+      ]
+    },
+    "Chuck Norris": {
+      "json_class": "Actor",
+      "name": "Chuck Norris",
+      "age": 76,
+      "total_gross": 305,
+      "movies": [
+        "Way of the Dragon",
+        "Yellow Faced Tiger",
+        "Breaker! Breaker!",
+        "Good Guys Wear Black",
+        "A Force of One",
+        "The Octagon",
+        "An Eye for an Eye",
+        "Silent Rage",
+        "Forced Vengeance",
+        "Lone Wolf McQuade",
+        "Missing in Action",
+        "Missing in Action 2: The Beginning",
+        "Code of Silence",
+        "Invasion U.S.A.",
+        "The Delta Force",
+        "Firewalker",
+        "Braddock: Missing in Action III",
+        "Hero and the Terror",
+        "Delta Force 2: The Colombian Connection",
+        "The Hitman",
+        "Sidekicks",
+        "Hellbound",
+        "Top Dog",
+        "Bells of Innocence",
+        "DodgeBall: A True Underdog Story",
+        "The Expendables 2"
+      ]
+    },
+    "Liam Hemsworth": {
+      "json_class": "Actor",
+      "name": "Liam Hemsworth",
+      "age": 27,
+      "total_gross": 305,
+      "movies": [
+        "Knowing",
+        "Triangle",
+        "The Last Song",
+        "The Hunger Games",
+        "The Expendables 2",
+        "Love and Honor",
+        "Paranoia",
+        "Empire State",
+        "The Hunger Games: Catching Fire",
+        "Cut Bank",
+        "The Hunger Games: Mockingjay – Part 1",
+        "The Dressmaker",
+        "The Hunger Games: Mockingjay – Part 2",
+        "Independence Day: Resurgence",
+        "The Duel"
+      ]
+    },
+    "Jean-Claude Van Damme": {
+      "json_class": "Actor",
+      "name": "Jean-Claude Van Damme",
+      "age": 56,
+      "total_gross": 305,
+      "movies": [
+        "Woman Between Wolf and Dog",
+        "Monaco Forever",
+        "No Retreat, No Surrender",
+        "Bloodsport",
+        "Black Eagle",
+        "Cyborg",
+        "Kickboxer",
+        "Death Warrant",
+        "Lionheart",
+        "Double Impact",
+        "Universal Soldier",
+        "Last Action Hero",
+        "Nowhere to Run",
+        "Hard Target",
+        "Timecop",
+        "Street Fighter",
+        "Sudden Death",
+        "The Quest",
+        "Maximum Risk",
+        "Double Team",
+        "Knock Off",
+        "Legionnaire",
+        "Universal Soldier: The Return",
+        "Inferno",
+        "The Order",
+        "Replicant",
+        "Derailed",
+        "In Hell",
+        "Wake of Death",
+        "Narco",
+        "The Hard Corps",
+        "Second in Command",
+        "The Exam",
+        "Until Death",
+        "The Shepherd: Border Patrol",
+        "JCVD",
+        "Universal Soldier: Regeneration",
+        "Kung Fu Panda 2",
+        "Assassination Games",
+        "Beur sur la ville",
+        "Dragon Eyes",
+        "The Expendables 2",
+        "Universal Soldier: Day of Reckoning",
+        "Six Bullets",
+        "U.F.O.",
+        "Enemies Closer",
+        "Welcome to the Jungle",
+        "Swelter",
+        "Full Love",
+        "Pound of Flesh",
+        "Jian Bing Man",
+        "Kung Fu Panda 3",
+        "Kickboxer: Vengeance",
+        "Kickboxer: Retaliation"
+      ]
+    },
+    "Arnold Schwarzenegger": {
+      "json_class": "Actor",
+      "name": "Arnold Schwarzenegger",
+      "age": 69,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Henry Cavill": {
+      "json_class": "Actor",
+      "name": "Henry Cavill",
+      "age": 33,
+      "total_gross": 0,
+      "movies": [
+        "The Count of Monte Cristo",
+        "I Capture the Castle",
+        "Hellraiser: Hellworld",
+        "Tristan & Isolde",
+        "Red Riding Hood",
+        "Stardust",
+        "Whatever Works",
+        "Blood Creek",
+        "Immortals",
+        "The Cold Light of Day",
+        "Man of Steel",
+        "The Man from U.N.C.L.E.",
+        "Batman v Superman: Dawn of Justice",
+        "Sand Castle",
+        "Justice League"
+      ]
+    },
+    "Sigourney Weaver": {
+      "json_class": "Actor",
+      "name": "Sigourney Weaver",
+      "age": 67,
+      "total_gross": 0,
+      "movies": [
+        "Learn how and when to remove this template message",
+        "Annie Hall",
+        "Alien",
+        "Eyewitness",
+        "The Year of Living Dangerously",
+        "Deal of the Century",
+        "Ghostbusters",
+        "Une Femme ou Deux",
+        "Half Moon Street",
+        "Aliens",
+        "Gorillas in the Mist: The Story of Dian Fossey",
+        "Working Girl",
+        "Ghostbusters II",
+        "Alien 3",
+        "1492: Conquest of Paradise",
+        "Dave",
+        "Death and the Maiden",
+        "Copycat",
+        "Jeffrey",
+        "The Ice Storm",
+        "Alien: Resurrection",
+        "A Map of the World",
+        "Galaxy Quest",
+        "Company Man",
+        "Heartbreakers",
+        "Big Bad Love",
+        "Tadpole",
+        "The Guys",
+        "Holes",
+        "Imaginary Heroes",
+        "The Village",
+        "Snow Cake",
+        "The TV Set",
+        "Infamous",
+        "Happily N'Ever After",
+        "The Girl in the Park",
+        "Vantage Point",
+        "Be Kind Rewind",
+        "Baby Mama",
+        "WALL•E",
+        "The Tale of Despereaux",
+        "Avatar",
+        "Crazy on the Outside",
+        "You Again",
+        "Cedar Rapids",
+        "Paul",
+        "Abduction",
+        "Rampart",
+        "The Cabin in the Woods",
+        "Red Lights",
+        "The Cold Light of Day",
+        "Vamps",
+        "Exodus: Gods and Kings",
+        "Chappie",
+        "Finding Dory",
+        "Ghostbusters",
+        "A Monster Calls",
+        "(Re) Assignment"
+      ]
+    },
+    "Ver%C3%B3nica Echegui": {
+      "json_class": "Actor",
+      "name": "Ver%C3%B3nica Echegui",
+      "age": 33,
+      "total_gross": 0,
+      "movies": [
+        "My Name Is Juani",
+        "Tocar el cielo",
+        "Bunny and the Bull",
+        "Verbo",
+        "Katmandú, un espejo en el cielo",
+        "The Cold Light of Day",
+        "La gran familia española",
+        "Hunter's Prayer",
+        "You're Killing Me Susana"
+      ]
+    },
+    "Joseph Gordon-Levitt": {
+      "json_class": "Actor",
+      "name": "Joseph Gordon-Levitt",
+      "age": 36,
+      "total_gross": 215,
+      "movies": [
+        "Beethoven",
+        "A River Runs Through It",
+        "Holy Matrimony",
+        "Roadflower",
+        "Angels in the Outfield",
+        "The Juror",
+        "Sweet Jane",
+        "Halloween H20: 20 Years Later",
+        "10 Things I Hate About You",
+        "Picking Up the Pieces",
+        "Manic",
+        "Treasure Planet",
+        "Latter Days",
+        "Mysterious Skin",
+        "Brick",
+        "Havoc",
+        "Shadowboxer",
+        "The Lookout",
+        "Stop-Loss",
+        "Miracle at St. Anna",
+        "The Brothers Bloom",
+        "Killshot",
+        "(500) Days of Summer",
+        "Uncertainty",
+        "Women in Trouble",
+        "G.I. Joe: The Rise of Cobra",
+        "Hesher",
+        "Morgan M. Morgansen's Date with Destiny",
+        "Elektra Luxx",
+        "Morgan and Destiny's Eleventeenth Date",
+        "Inception",
+        "50/50",
+        "The Dark Knight Rises",
+        "Premium Rush",
+        "Looper",
+        "Lincoln",
+        "Don Jon",
+        "The Wind Rises",
+        "Sin City: A Dame to Kill For",
+        "The Interview",
+        "The Walk",
+        "The Night Before",
+        "Snowden"
+      ]
+    },
+    "Emily Blunt": {
+      "json_class": "Actor",
+      "name": "Emily Blunt",
+      "age": 33,
+      "total_gross": 176,
+      "movies": [
+        "My Summer of Love",
+        "The Devil Wears Prada",
+        "Irresistible",
+        "Wind Chill",
+        "The Jane Austen Book Club",
+        "Dan in Real Life",
+        "Charlie Wilson's War",
+        "The Great Buck Howard",
+        "Sunshine Cleaning",
+        "The Young Victoria",
+        "The Wolfman",
+        "Wild Target",
+        "Gulliver's Travels",
+        "Gnomeo & Juliet",
+        "The Adjustment Bureau",
+        "Salmon Fishing in the Yemen",
+        "Your Sister's Sister",
+        "The Muppets",
+        "The Five-Year Engagement",
+        "Looper",
+        "Arthur Newman",
+        "The Wind Rises",
+        "Edge of Tomorrow",
+        "Into the Woods",
+        "Sicario",
+        "The Huntsman: Winter's War",
+        "The Girl on the Train",
+        "Animal Crackers",
+        "My Little Pony: The Movie",
+        "Gnomeo & Juliet: Sherlock Gnomes",
+        "Mary Poppins Returns"
+      ]
+    },
+    "Paul Dano": {
+      "json_class": "Actor",
+      "name": "Paul Dano",
+      "age": 32,
+      "total_gross": 2209498,
+      "movies": [
+        "The Newcomers",
+        "L.I.E.",
+        "The Emperor's Club",
+        "The Girl Next Door",
+        "Taking Lives",
+        "The Ballad of Jack and Rose",
+        "The King",
+        "Little Miss Sunshine",
+        "Fast Food Nation",
+        "Weapons",
+        "There Will Be Blood",
+        "Explicit Ills",
+        "Light and the Sufferer",
+        "Gigantic",
+        "Taking Woodstock",
+        "The Good Heart",
+        "Where the Wild Things Are",
+        "The Extra Man",
+        "Meek's Cutoff",
+        "Knight and Day",
+        "Cowboys & Aliens",
+        "Being Flynn",
+        "Ruby Sparks",
+        "Looper",
+        "For Ellen",
+        "12 Years a Slave",
+        "Prisoners",
+        "Love & Mercy",
+        "Youth",
+        "Swiss Army Man",
+        "Okja"
+      ]
+    },
+    "Noah Segan": {
+      "json_class": "Actor",
+      "name": "Noah Segan",
+      "age": 33,
+      "total_gross": 176,
+      "movies": [
+        "Brick",
+        "Waterborne",
+        "Adam & Steve",
+        "Self Medicated",
+        "The Visitation",
+        "The Picture of Dorian Gray",
+        "What We Do Is Secret",
+        "Deadgirl",
+        "The Brothers Bloom",
+        "The Hessen Affair",
+        "Fanboys",
+        "Someone's Knocking at the Door",
+        "Cabin Fever 2: Spring Fever",
+        "All About Evil",
+        "Undocumented",
+        "Chain Letter",
+        "Looper",
+        "Starry Eyes",
+        "Redeemer",
+        "War Pigs",
+        "Tales of Halloween",
+        "The Mind's Eye",
+        "Star Wars: The Last Jedi"
+      ]
+    },
+    "Piper Perabo": {
+      "json_class": "Actor",
+      "name": "Piper Perabo",
+      "age": 40,
+      "total_gross": 176,
+      "movies": [
+        "Whiteboyz",
+        "Coyote Ugly",
+        "The Adventures of Rocky and Bullwinkle",
+        "Followers",
+        "Lost and Delirious",
+        "Slap Her... She's French",
+        "Cheaper by the Dozen",
+        "The I Inside",
+        "George and the Dragon",
+        "Edison",
+        "Karas: The Prophecy",
+        "The Cave",
+        "Imagine Me & You",
+        "Good Morning Baby",
+        "Cheaper by the Dozen 2",
+        "10th & Wolf",
+        "First Snow",
+        "The Prestige",
+        "Because I Said So",
+        "Beverly Hills Chihuahua",
+        "The Lazarus Project",
+        "Carriers",
+        "Looper",
+        "Into the Grizzly Maze"
+      ]
+    },
+    "Jeff Daniels": {
+      "json_class": "Actor",
+      "name": "Jeff Daniels",
+      "age": 61,
+      "total_gross": 176,
+      "movies": [
+        "Learn how and when to remove this template message",
+        "Ragtime",
+        "Terms of Endearment",
+        "The Purple Rose of Cairo",
+        "Marie",
+        "Something Wild",
+        "Heartburn",
+        "Radio Days",
+        "The House on Carroll Street",
+        "Sweet Hearts Dance",
+        "Checking Out",
+        "Arachnophobia",
+        "Welcome Home, Roxy Carmichael",
+        "Love Hurts",
+        "The Butcher's Wife",
+        "Timescape",
+        "There Goes the Neighborhood",
+        "Rain Without Thunder",
+        "Gettysburg",
+        "Speed",
+        "Dumb and Dumber",
+        "Redwood Curtain",
+        "Fly Away Home",
+        "2 Days in the Valley",
+        "101 Dalmatians",
+        "Trial and Error",
+        "Pleasantville",
+        "My Favorite Martian",
+        "It's the Rage",
+        "Chasing Sleep",
+        "Cheaters",
+        "Escanaba in da Moonlight",
+        "Super Sucker",
+        "Blood Work",
+        "The Hours",
+        "Gods and Generals",
+        "I Witness",
+        "Imaginary Heroes",
+        "The Five People You Meet in Heaven",
+        "The Squid and the Whale",
+        "Because of Winn-Dixie",
+        "Good Night, and Good Luck",
+        "RV",
+        "Infamous",
+        "The Lookout",
+        "Mama's Boy",
+        "A Plumm Summer",
+        "Space Chimps",
+        "Traitor",
+        "State of Play",
+        "The Answer Man",
+        "Away We Go",
+        "Paper Man",
+        "Howl",
+        "Looper",
+        "Quad",
+        "Dumb and Dumber To",
+        "Steve Jobs",
+        "The Martian",
+        "The Divergent Series: Allegiant",
+        "The Catcher Was a Spy"
+      ]
+    },
+    "Josh Duhamel": {
+      "json_class": "Actor",
+      "name": "Josh Duhamel",
+      "age": 44,
+      "total_gross": 2,
+      "movies": [
+        "The Picture of Dorian Gray",
+        "Win a Date with Tad Hamilton!",
+        "Turistas",
+        "Transformers",
+        "Transformers: Revenge of the Fallen",
+        "The Romantics",
+        "When in Rome",
+        "Ramona and Beezus",
+        "Life as We Know It",
+        "Transformers: Dark of the Moon",
+        "New Year's Eve",
+        "Fire with Fire",
+        "Movie 43",
+        "Safe Haven",
+        "Scenic Route",
+        "Wings",
+        "You're Not You",
+        "Lost in the Sun",
+        "Don Peyote",
+        "Bravetown",
+        "Misconduct",
+        "Spaceman",
+        "This Is Your Death",
+        "Transformers: The Last Knight"
+      ]
+    },
+    "Rosario Dawson": {
+      "json_class": "Actor",
+      "name": "Rosario Dawson",
+      "age": 37,
+      "total_gross": 199,
+      "movies": [
+        "Kids",
+        "He Got Game",
+        "Side Streets",
+        "Light It Up",
+        "Down to You",
+        "King of the Jungle",
+        "Josie and the Pussycats",
+        "Sidewalks of New York",
+        "Chelsea Walls",
+        "Ash Wednesday",
+        "The First $20 Million Is Always the Hardest",
+        "Men in Black II",
+        "The Adventures of Pluto Nash",
+        "Love in the Time of Money",
+        "25th Hour",
+        "V-Day: Until the Violence Stops",
+        "This Girl's Life",
+        "Shattered Glass",
+        "The Rundown",
+        "Alexander",
+        "This Revolution",
+        "Sin City",
+        "Rent",
+        "Clerks II",
+        "A Guide to Recognizing Your Saints",
+        "Death Proof",
+        "Descent",
+        "Eagle Eye",
+        "Killshot",
+        "Seven Pounds",
+        "Wonder Woman",
+        "The Haunted World of El Superbeasto",
+        "The People Speak",
+        "Percy Jackson & the Olympians: The Lightning Thief",
+        "Unstoppable",
+        "Miss Representation",
+        "Girl Walks into a Bar",
+        "Zookeeper",
+        "10 Years",
+        "Fire with Fire",
+        "Hotel Noir",
+        "Trance",
+        "Gimme Shelter",
+        "César Chávez",
+        "Parts per Billion",
+        "Raze",
+        "Sin City: A Dame to Kill For",
+        "The Captive",
+        "Top Five",
+        "Tinker Bell and the Legend of the NeverBeast",
+        "Justice League: Throne of Atlantis",
+        "Puerto Ricans in Paris",
+        "Justice League vs. Teen Titans",
+        "Ratchet & Clank",
+        "Justice League Dark",
+        "The Lego Batman Movie",
+        "Unforgettable",
+        "Krystal",
+        "Henchmen"
+      ]
+    },
+    "Nnamdi Asomugha": {
+      "json_class": "Actor",
+      "name": "Nnamdi Asomugha",
+      "age": 35,
+      "total_gross": 2,
+      "movies": [
+        "The Game",
+        "Friday Night Lights",
+        "Leverage",
+        "Fire with Fire",
+        "Kroll Show",
+        "Hello, My Name Is Doris",
+        "Beasts of No Nation",
+        "Crown Heights"
+      ]
+    },
+    "Jai Courtney": {
+      "json_class": "Actor",
+      "name": "Jai Courtney",
+      "age": 30,
+      "total_gross": 304,
+      "movies": [
+        "Stone Bros.",
+        "Jack Reacher",
+        "A Good Day to Die Hard",
+        "Felony",
+        "I, Frankenstein",
+        "Divergent",
+        "Unbroken",
+        "The Water Diviner",
+        "The Divergent Series: Insurgent",
+        "Terminator Genisys",
+        "Man Down",
+        "Suicide Squad",
+        "The Exception"
+      ]
+    },
+    "Sebastian Koch": {
+      "json_class": "Actor",
+      "name": "Sebastian Koch",
+      "age": 54,
+      "total_gross": 0,
+      "movies": [
+        "Sebastian Koch"
+      ]
+    },
+    "Yuliya Snigir": {
+      "json_class": "Actor",
+      "name": "Yuliya Snigir",
+      "age": 33,
+      "total_gross": 304,
+      "movies": [
+        "The Inhabited Island",
+        "The Inhabited island: Skirmish",
+        "A Good Day to Die Hard",
+        "Freezer",
+        "The Land of Oz",
+        "About love"
+      ]
+    },
+    "D.J. Cotrona": {
+      "json_class": "Actor",
+      "name": "D.J. Cotrona",
+      "age": 36,
+      "total_gross": 375,
+      "movies": [
+        "Venom",
+        "Love is the Drug",
+        "Dear John",
+        "G.I. Joe: Retaliation"
+      ]
+    },
+    "Lee Byung-hun": {
+      "json_class": "Actor",
+      "name": "Lee Byung-hun",
+      "age": 46,
+      "total_gross": 375,
+      "movies": [
+        "Who Drives Me Crazy",
+        "Runaway",
+        "Kill the Love",
+        "The Harmonium in My Memory",
+        "Joint Security Area",
+        "Bungee Jumping of Their Own",
+        "My Beautiful Girl, Mari",
+        "Addicted",
+        "Everybody Has Secrets",
+        "Three Extremes",
+        "A Bittersweet Life",
+        "Once in a Summer",
+        "Hero",
+        "The Good, the Bad, the Weird",
+        "I Come with the Rain",
+        "G.I. Joe: The Rise of Cobra",
+        "The Influence",
+        "Iris: The Movie",
+        "I Saw the Devil",
+        "Masquerade",
+        "G.I. Joe: Retaliation",
+        "RED 2",
+        "Terminator Genisys",
+        "Memories of the Sword",
+        "Inside Men",
+        "Misconduct",
+        "The Age of Shadows",
+        "The Magnificent Seven",
+        "Master",
+        "Single Rider"
+      ]
+    },
+    "Adrianne Palicki": {
+      "json_class": "Actor",
+      "name": "Adrianne Palicki",
+      "age": 33,
+      "total_gross": 375,
+      "movies": [
+        "Popstar",
+        "Women in Trouble",
+        "Legion",
+        "Elektra Luxx",
+        "Red Dawn",
+        "G.I. Joe: Retaliation",
+        "Coffee Town",
+        "Dr. Cabbie",
+        "John Wick"
+      ]
+    },
+    "Ray Park": {
+      "json_class": "Actor",
+      "name": "Ray Park",
+      "age": 42,
+      "total_gross": 375,
+      "movies": [
+        "Mortal Kombat: Annihilation",
+        "Star Wars: Episode I – The Phantom Menace",
+        "Sleepy Hollow",
+        "X-Men",
+        "Ballistic: Ecks vs. Sever",
+        "Potheads: The Movie",
+        "Slayer",
+        "What We Do Is Secret",
+        "The Legend of Bruce Lee",
+        "Fanboys",
+        "G.I. Joe: The Rise of Cobra",
+        "Heroes",
+        "Hellbinders",
+        "Spartacus: Motion Comic",
+        "The King of Fighters",
+        "Nikita",
+        "Supah Ninjas",
+        "G.I. Joe: Retaliation",
+        "Jinn",
+        "Mortal Kombat X: Generations",
+        "Future Fighters"
+      ]
+    },
+    "Jonathan Pryce": {
+      "json_class": "Actor",
+      "name": "Jonathan Pryce",
+      "age": 69,
+      "total_gross": 375,
+      "movies": [
+        "Voyage of the Damned",
+        "Comedians",
+        "Play for Today",
+        "Breaking Glass",
+        "Loophole",
+        "Something Wicked this Way Comes",
+        "The Ploughman's Lunch",
+        "Martin Luther, Heretic",
+        "Brazil",
+        "Haunted Honeymoon",
+        "Jumpin' Jack Flash",
+        "Man on Fire",
+        "Consuming Passions",
+        "The Adventures of Baron Munchausen",
+        "The Rachel Papers",
+        "Selling Hitler",
+        "Glengarry Glen Ross",
+        "Dark Blood",
+        "Barbarians at the Gate",
+        "The Age of Innocence",
+        "A Business Affair",
+        "A Troll in Central Park",
+        "Carrington",
+        "Evita",
+        "Regeneration / Behind the Lines",
+        "Tomorrow Never Dies",
+        "Ronin",
+        "Stigmata",
+        "Deceit",
+        "Doctor Who and the Curse of Fatal Death",
+        "The Affair of the Necklace",
+        "Bride of the Wind",
+        "Very Annie Mary",
+        "Unconditional Love",
+        "Pirates of the Caribbean: The Curse of the Black Pearl",
+        "What a Girl Wants",
+        "De-Lovely",
+        "The Brothers Grimm",
+        "The New World",
+        "Pirates of the Caribbean: Dead Man's Chest",
+        "Renaissance",
+        "Pirates of the Caribbean: At World's End",
+        "Sherlock Holmes and the Baker Street Irregulars",
+        "Leatherheads",
+        "Command & Conquer: Red Alert 3",
+        "My Zinc Bed",
+        "Bedtime Stories",
+        "Echelon Conspiracy",
+        "G.I. Joe: The Rise of Cobra",
+        "Hysteria",
+        "G.I. Joe: Retaliation",
+        "Listen Up Philip",
+        "The Salvation",
+        "Wolf Hall",
+        "Woman in Gold",
+        "Narcopolis",
+        "Dough",
+        "Game of Thrones",
+        "To Walk Invisible",
+        "Taboo",
+        "The Man Who Invented Christmas",
+        "The Wife"
+      ]
+    },
+    "Ray Stevenson (actor)": {
+      "json_class": "Actor",
+      "name": "Ray Stevenson (actor)",
+      "age": 52,
+      "total_gross": 385,
+      "movies": [
+        "The Theory of Flight",
+        "G:MT – Greenwich Mean Time",
+        "King Arthur",
+        "Outpost",
+        "Punisher: War Zone",
+        "Cirque du Freak: The Vampire's Assistant",
+        "The Book of Eli",
+        "The Other Guys",
+        "Kill the Irishman",
+        "The Three Musketeers",
+        "Thor",
+        "G.I. Joe: Retaliation",
+        "Jayne Mansfield's Car",
+        "Thor: The Dark World",
+        "Divergent",
+        "Big Game",
+        "The Divergent Series: Insurgent",
+        "The Transporter: Refueled",
+        "The Divergent Series: Allegiant",
+        "Final Score"
+      ]
+    },
+    "Channing Tatum": {
+      "json_class": "Actor",
+      "name": "Channing Tatum",
+      "age": 36,
+      "total_gross": 375,
+      "movies": [
+        "Coach Carter",
+        "Havoc",
+        "Supercross",
+        "War of the Worlds",
+        "She's the Man",
+        "Step Up",
+        "A Guide to Recognizing Your Saints",
+        "Battle in Seattle",
+        "Step Up 2: The Streets",
+        "Stop-Loss",
+        "Fighting",
+        "Public Enemies",
+        "G.I. Joe: The Rise of Cobra",
+        "Dear John",
+        "Earth Made of Glass",
+        "The Dilemma",
+        "The Son of No One",
+        "The Eagle",
+        "10 Years",
+        "Haywire",
+        "The Vow",
+        "21 Jump Street",
+        "Magic Mike",
+        "Nitro Circus: The Movie",
+        "Side Effects",
+        "G.I. Joe: Retaliation",
+        "This Is the End",
+        "White House Down",
+        "Don Jon",
+        "The Lego Movie",
+        "Foxcatcher",
+        "22 Jump Street",
+        "The Book of Life",
+        "Jupiter Ascending",
+        "Magic Mike XXL",
+        "The Hateful Eight",
+        "Hail, Caesar!",
+        "The Lego Batman Movie",
+        "Logan Lucky",
+        "Kingsman: The Golden Circle"
+      ]
+    },
+    "Dwayne Johnson": {
+      "json_class": "Actor",
+      "name": "Dwayne Johnson",
+      "age": 44,
+      "total_gross": 375,
+      "movies": [
+        "Beyond the Mat",
+        "Longshot",
+        "The Mummy Returns",
+        "The Scorpion King",
+        "The Rundown",
+        "Walking Tall",
+        "Be Cool",
+        "Doom",
+        "Gridiron Gang",
+        "Reno 911!: Miami",
+        "Southland Tales",
+        "The Game Plan",
+        "Get Smart",
+        "Race to Witch Mountain",
+        "Planet 51",
+        "Tooth Fairy",
+        "Why Did I Get Married Too?",
+        "The Other Guys",
+        "You Again",
+        "Faster",
+        "Fast Five",
+        "Journey 2: The Mysterious Island",
+        "Snitch",
+        "G.I. Joe: Retaliation",
+        "Pain & Gain",
+        "Fast & Furious 6",
+        "Empire State",
+        "Hercules",
+        "Furious 7",
+        "San Andreas",
+        "Jem and the Holograms",
+        "Central Intelligence",
+        "Moana",
+        "The Fate of the Furious",
+        "Baywatch",
+        "Jumanji",
+        "Rampage",
+        "Shazam!",
+        "Fighting with My Family",
+        "Doc Savage",
+        "Big Trouble in Little China",
+        "San Andreas 2",
+        "Journey 3: From the Earth to the Moon",
+        "Journey to the Center of the Earth 4",
+        "Jungle Cruise"
+      ]
+    },
+    "Eva Green": {
+      "json_class": "Actor",
+      "name": "Eva Green",
+      "age": 36,
+      "total_gross": 39,
+      "movies": [
+        "The Dreamers",
+        "Arsène Lupin",
+        "Kingdom of Heaven",
+        "Casino Royale",
+        "The Golden Compass",
+        "Franklyn",
+        "Cracks",
+        "Womb",
+        "Perfect Sense",
+        "Dark Shadows",
+        "300: Rise of an Empire",
+        "White Bird in a Blizzard",
+        "The Salvation",
+        "Sin City: A Dame to Kill For",
+        "Miss Peregrine's Home for Peculiar Children"
+      ]
+    },
+    "Powers Boothe": {
+      "json_class": "Actor",
+      "name": "Powers Boothe",
+      "age": 68,
+      "total_gross": 197,
+      "movies": [
+        "The Goodbye Girl",
+        "Cruising",
+        "The Cold Eye (My Darling, Be Careful)",
+        "Southern Comfort",
+        "A Breed Apart",
+        "Red Dawn",
+        "The Emerald Forest",
+        "Extreme Prejudice",
+        "Sapphire Man",
+        "Stalingrad",
+        "Rapid Fire",
+        "Tombstone",
+        "Blue Sky",
+        "Mutant Species",
+        "Sudden Death",
+        "Nixon",
+        "Con Air",
+        "U Turn",
+        "Men of Honor",
+        "Frailty",
+        "Sin City",
+        "Superman: Brainiac Attacks",
+        "The Final Season",
+        "Edison and Leo",
+        "MacGruber",
+        "Guns, Girls and Gambling",
+        "The Avengers",
+        "Straight A's",
+        "Sin City: A Dame to Kill For"
+      ]
+    },
+    "Dennis Haysbert": {
+      "json_class": "Actor",
+      "name": "Dennis Haysbert",
+      "age": 62,
+      "total_gross": 39,
+      "movies": [
+        "Scoring",
+        "Major League",
+        "Navy Seals",
+        "Mr. Baseball",
+        "Love Field",
+        "Suture",
+        "Alex Haley's Queen",
+        "Major League II",
+        "Heat",
+        "Waiting to Exhale",
+        "Amanda",
+        "Absolute Power",
+        "How to Make the Cruelest Month",
+        "Major League: Back to the Minors",
+        "The Minus Man",
+        "The Thirteenth Floor",
+        "Random Hearts",
+        "What's Cooking?",
+        "Love & Basketball",
+        "Far from Heaven",
+        "Sinbad: Legend of the Seven Seas",
+        "Jarhead",
+        "Goodbye Bafana",
+        "Breach",
+        "The Details",
+        "Kung Fu Panda 2",
+        "LUV",
+        "Wreck-It Ralph",
+        "Welcome to the Jungle",
+        "Mr. Peabody & Sherman",
+        "Think Like a Man Too",
+        "Life of a King",
+        "Sin City: A Dame to Kill For",
+        "Men, Women & Children",
+        "Sniper: Legacy",
+        "Dear White People",
+        "How Murray Saved Christmas",
+        "Experimenter",
+        "Dead Rising: Watchtower",
+        "Ted 2",
+        "Jarhead 3: The Siege",
+        "Sniper: Ghost Shooter",
+        "Fist Fight"
+      ]
+    },
+    "Ray Liotta": {
+      "json_class": "Actor",
+      "name": "Ray Liotta",
+      "age": 62,
+      "total_gross": 39,
+      "movies": [
+        "The Lonely Lady",
+        "Something Wild",
+        "Blue Velvet",
+        "Dominick and Eugene",
+        "Field of Dreams",
+        "Goodfellas",
+        "Article 99",
+        "Unlawful Entry",
+        "No Escape",
+        "Corrina, Corrina",
+        "Operation Dumbo Drop",
+        "Unforgettable",
+        "Turbulence",
+        "Cop Land",
+        "Phoenix",
+        "Muppets from Space",
+        "Forever Mine",
+        "Pilgrim",
+        "A Rumor of Angels",
+        "Hannibal",
+        "Heartbreakers",
+        "Blow",
+        "Narc",
+        "John Q",
+        "Identity",
+        "The Last Shot",
+        "Control",
+        "Revolver",
+        "Slow Burn",
+        "Even Money",
+        "Take the Lead",
+        "Local Color",
+        "Comeback Season",
+        "Smokin' Aces",
+        "Wild Hogs",
+        "In the Name of the King: A Dungeon Siege Tale",
+        "Battle in Seattle",
+        "Bee Movie",
+        "Hero Wanted",
+        "Crossing Over",
+        "Observe and Report",
+        "Powder Blue",
+        "La Linea",
+        "Youth in Revolt",
+        "Crazy on the Outside",
+        "Date Night",
+        "Snowmen",
+        "Chasing 3000",
+        "Charlie St. Cloud",
+        "The Details",
+        "The Son of No One",
+        "All Things Fall Apart",
+        "Street Kings 2: Motor City",
+        "The River Murders",
+        "The Entitled",
+        "Wanderlust",
+        "Killing Them Softly",
+        "The Iceman",
+        "The Place Beyond the Pines",
+        "Yellow",
+        "The Devil's in the Details",
+        "Turbo",
+        "Pawn",
+        "Suddenly",
+        "Better Living Through Chemistry",
+        "Muppets Most Wanted",
+        "The Identical",
+        "Sin City: A Dame to Kill For",
+        "Revenge of the Green Dragons",
+        "Stretch",
+        "Kill the Messenger",
+        "Blackway",
+        "Sticky Notes",
+        "Flock of Dudes"
+      ]
+    },
+    "Jaime King": {
+      "json_class": "Actor",
+      "name": "Jaime King",
+      "age": 37,
+      "total_gross": 197,
+      "movies": [
+        "Happy Campers",
+        "Blow",
+        "Pearl Harbor",
+        "Four Faces of God",
+        "Slackers",
+        "Bulletproof Monk",
+        "White Chicks",
+        "Pretty Persuasion",
+        "Sin City",
+        "Two for the Money",
+        "Cheaper by the Dozen 2",
+        "True True Lie",
+        "The Alibi",
+        "The Tripper",
+        "They Wait",
+        "The Spirit",
+        "My Bloody Valentine 3D",
+        "Fanboys",
+        "Waiting for Forever",
+        "A Fork in the Road",
+        "Mother's Day",
+        "Red Tails",
+        "Silent Night",
+        "The Pardon",
+        "Sin City: A Dame to Kill For",
+        "Barely Lethal"
+      ]
+    },
+    "Christopher Lloyd": {
+      "json_class": "Actor",
+      "name": "Christopher Lloyd",
+      "age": 78,
+      "total_gross": 529716,
+      "movies": [
+        "One Flew Over the Cuckoo's Nest",
+        "Another Man, Another Chance",
+        "Three Warriors",
+        "Goin' South",
+        "Butch and Sundance: The Early Days",
+        "The Lady in Red",
+        "The Onion Field",
+        "The Black Marble",
+        "Schizoid",
+        "The Legend of the Lone Ranger",
+        "The Postman Always Rings Twice",
+        "National Lampoon's Movie Madness",
+        "Mr. Mom",
+        "To Be or Not to Be",
+        "Star Trek III: The Search for Spock",
+        "The Adventures of Buckaroo Banzai Across the 8th Dimension",
+        "National Lampoon's Joy of Sex",
+        "Back to the Future",
+        "Clue",
+        "Miracles",
+        "Walk Like a Man",
+        "The Legend of the White Horse",
+        "Track 29",
+        "Who Framed Roger Rabbit",
+        "Eight Men Out",
+        "The Dream Team",
+        "Back to the Future Part II",
+        "Back to the Future Part III",
+        "Why Me?",
+        "DuckTales the Movie: Treasure of the Lost Lamp",
+        "Back to the Future: The Ride",
+        "Suburban Commando",
+        "The Addams Family",
+        "Twenty Bucks",
+        "Dennis the Menace",
+        "Addams Family Values",
+        "Angels in the Outfield",
+        "Camp Nowhere",
+        "Radioland Murders",
+        "The Pagemaster",
+        "Mr. Payback: An Interactive Movie",
+        "Things to Do in Denver When You're Dead",
+        "Anastasia",
+        "The Real Blonde",
+        "My Favorite Martian",
+        "Baby Geniuses",
+        "Man on the Moon",
+        "Interstate 60: Episodes of the Road",
+        "Wish You Were Dead",
+        "Hey Arnold!: The Movie",
+        "Haunted Lighthouse",
+        "Here Comes Peter Cottontail: The Movie",
+        "Bad Girls from Valley High",
+        "Flakes",
+        "Fly Me to the Moon",
+        "The Tale of Despereaux",
+        "Call of the Wild",
+        "Santa Buddies",
+        "Snowmen",
+        "Jack and the Beanstalk",
+        "Piranha 3D",
+        "Love, Wedding, Marriage",
+        "Adventures of Serial Buddies",
+        "Snowflake, the White Gorilla",
+        "Foodfight!",
+        "Piranha 3DD",
+        "Delhi Safari",
+        "The Oogieloves in the Big Balloon Adventure",
+        "Dead Before Dawn",
+        "Sid the Science Kid: The Movie",
+        "Last Call",
+        "The Illusionauts",
+        "Jungle Master",
+        "Mickey Matson and the Copperhead Conspiracy",
+        "A Million Ways to Die in the West",
+        "Sin City: A Dame to Kill For",
+        "88",
+        "Doc Brown Saves the World",
+        "I Am Not a Serial Killer",
+        "Donald Trump's The Art of the Deal: The Movie",
+        "Cold Moon",
+        "Lower Bay",
+        "Going in Style",
+        "Boundaries"
+      ]
+    },
+    "Jamie Chung": {
+      "json_class": "Actor",
+      "name": "Jamie Chung",
+      "age": 33,
+      "total_gross": 39,
+      "movies": [
+        "I Now Pronounce You Chuck and Larry",
+        "Dragonball Evolution",
+        "Sorority Row",
+        "Burning Palms",
+        "Grown Ups",
+        "Sucker Punch",
+        "The Hangover Part II",
+        "Premium Rush",
+        "The Man with the Iron Fists",
+        "Eden",
+        "Knife Fight",
+        "The Hangover Part III",
+        "7500",
+        "Bad Johnson",
+        "Sin City: A Dame to Kill For",
+        "Rudderless",
+        "Big Hero 6",
+        "A Year and Change",
+        "It's Already Tomorrow in Hong Kong",
+        "Flock of Dudes",
+        "Office Christmas Party",
+        "Band Aid"
+      ]
+    },
+    "Jeremy Piven": {
+      "json_class": "Actor",
+      "name": "Jeremy Piven",
+      "age": 51,
+      "total_gross": 21706601,
+      "movies": [
+        "Lucas",
+        "One Crazy Summer",
+        "Say Anything...",
+        "The Grifters",
+        "White Palace",
+        "The Player",
+        "Bob Roberts",
+        "Singles",
+        "There Goes The Neighborhood",
+        "Twenty Bucks",
+        "12:01",
+        "Judgment Night",
+        "Floundering",
+        "Car 54, Where Are You?",
+        "Twogether",
+        "PCU",
+        "Miami Rhapsody",
+        "Dr. Jekyll and Ms. Hyde",
+        "Heat",
+        "Larger Than Life",
+        "Layin' Low",
+        "Livers Ain't Cheap",
+        "Just Write",
+        "Don King: Only in America",
+        "Grosse Pointe Blank",
+        "Kiss the Girls",
+        "Music from Another Room",
+        "Phoenix",
+        "Very Bad Things",
+        "The Crew",
+        "The Family Man",
+        "Serendipity",
+        "Rush Hour 2",
+        "Black Hawk Down",
+        "Highway",
+        "Old School",
+        "Runaway Jury",
+        "Scary Movie 3",
+        "Chasing Liberty",
+        "Two for the Money",
+        "Scooby-Doo! in Where's My Mummy?",
+        "Keeping Up with the Steins",
+        "Smokin' Aces",
+        "Cars",
+        "The Kingdom",
+        "RocknRolla",
+        "The Goods: Live Hard, Sell Hard",
+        "I Melt With You",
+        "Spy Kids: All the Time in the World",
+        "The Pirates! In an Adventure with Scientists!",
+        "So Undercover",
+        "Edge of Tomorrow",
+        "Sin City: A Dame to Kill For",
+        "Entourage"
+      ]
+    },
+    "Christopher Meloni": {
+      "json_class": "Actor",
+      "name": "Christopher Meloni",
+      "age": 55,
+      "total_gross": 1361207,
+      "movies": [
+        "Clean Slate",
+        "Junior",
+        "12 Monkeys",
+        "Bound",
+        "Money Talks",
+        "Brown's Requiem",
+        "Fear and Loathing in Las Vegas",
+        "Runaway Bride",
+        "Wet Hot American Summer",
+        "Harold & Kumar Go to White Castle",
+        "Harold & Kumar Escape from Guantanamo Bay",
+        "Nights in Rodanthe",
+        "Brief Interviews with Hideous Men",
+        "Carriers",
+        "Green Lantern: First Flight",
+        "Awful Nice",
+        "Man of Steel",
+        "42",
+        "Beef",
+        "White Bird in a Blizzard",
+        "Small Time",
+        "They Came Together",
+        "Sin City: A Dame to Kill For",
+        "The Diary of a Teenage Girl",
+        "I Am Wrath",
+        "Marauders",
+        "Holding Patterns",
+        "Snatched"
+      ]
+    },
+    "Juno Temple": {
+      "json_class": "Actor",
+      "name": "Juno Temple",
+      "age": 27,
+      "total_gross": 49,
+      "movies": [
+        "Pandaemonium",
+        "Notes on a Scandal",
+        "Atonement",
+        "St Trinian's",
+        "The Other Boleyn Girl",
+        "Wild Child",
+        "Year One",
+        "Cracks",
+        "Mr. Nobody",
+        "Glorious 39",
+        "St Trinian's 2: The Legend of Fritton's Gold",
+        "Greenberg",
+        "Kaboom",
+        "Dirty Girl",
+        "Little Birds",
+        "The Three Musketeers",
+        "The Dark Knight Rises",
+        "The Brass Teapot",
+        "Killer Joe",
+        "Small Apartments",
+        "Jack & Diane",
+        "Afternoon Delight",
+        "Magic Magic",
+        "Lovelace",
+        "Horns",
+        "Maleficent",
+        "Sin City: A Dame to Kill For",
+        "Safelight",
+        "Meadowland",
+        "Far from the Madding Crowd",
+        "Len and Company",
+        "Black Mass",
+        "Most Hated Woman in America",
+        "Wonder Wheel"
+      ]
+    },
+    "Jason Patric": {
+      "json_class": "Actor",
+      "name": "Jason Patric",
+      "age": 50,
+      "total_gross": 0,
+      "movies": [
+        "Solarbabies",
+        "The Lost Boys",
+        "The Beast",
+        "Denial",
+        "After Dark, My Sweet",
+        "Frankenstein Unbound",
+        "Rush",
+        "Geronimo: An American Legend",
+        "The Journey of August King",
+        "Sleepers",
+        "Speed 2: Cruise Control",
+        "Incognito",
+        "Your Friends & Neighbors",
+        "Narc",
+        "Three Days of Rain",
+        "Shortcut to Happiness",
+        "The Alamo",
+        "Walker Payne",
+        "Expired",
+        "In the Valley of Elah",
+        "Downloading Nancy",
+        "My Sister's Keeper",
+        "The Losers",
+        "Keyhole",
+        "The Outsider",
+        "Rise of the Lonestar Ranger",
+        "The Prince",
+        "The Abandoned",
+        "Home Invasion",
+        "The Yellow Birds"
+      ]
+    },
+    "John Cusack": {
+      "json_class": "Actor",
+      "name": "John Cusack",
+      "age": 50,
+      "total_gross": 25269275,
+      "movies": [
+        "Class",
+        "Sixteen Candles",
+        "Grandview, U.S.A.",
+        "The Sure Thing",
+        "Better Off Dead",
+        "The Journey of Natty Gann",
+        "One Crazy Summer",
+        "Stand by Me",
+        "Hot Pursuit",
+        "Broadcast News",
+        "Tapeheads",
+        "Eight Men Out",
+        "Say Anything...",
+        "Fat Man and Little Boy",
+        "The Grifters",
+        "True Colors",
+        "Shadows and Fog",
+        "The Player",
+        "Roadside Prophets",
+        "Map of the Human Heart",
+        "Bob Roberts",
+        "Money for Nothing",
+        "Floundering",
+        "Bullets over Broadway",
+        "The Road to Wellville",
+        "City Hall",
+        "Grosse Pointe Blank",
+        "Con Air",
+        "Chicago Cab",
+        "Anastasia",
+        "Midnight in the Garden of Good and Evil",
+        "This Is My Father",
+        "The Thin Red Line",
+        "Pushing Tin",
+        "Cradle Will Rock",
+        "Being John Malkovich",
+        "High Fidelity",
+        "America's Sweethearts",
+        "Serendipity",
+        "Max",
+        "Adaptation",
+        "Identity",
+        "Runaway Jury",
+        "Must Love Dogs",
+        "The Ice Harvest",
+        "The Contract",
+        "Grace Is Gone",
+        "1408",
+        "Martian Child",
+        "War, Inc.",
+        "Igor",
+        "2012",
+        "Hot Tub Time Machine",
+        "Shanghai",
+        "The Raven",
+        "The Paperboy",
+        "The Factory",
+        "The Numbers Station",
+        "Adult World",
+        "The Frozen Ground",
+        "The Butler",
+        "Grand Piano",
+        "The Bag Man",
+        "Maps to the Stars",
+        "Drive Hard",
+        "The Prince",
+        "Love and Mercy",
+        "Reclaim",
+        "Dragon Blade",
+        "Hot Tub Time Machine 2",
+        "Chi-Raq",
+        "Cell",
+        "Arsenal"
+      ]
+    },
+    "Rain (singer)": {
+      "json_class": "Actor",
+      "name": "Rain (singer)",
+      "age": 34,
+      "total_gross": 0,
+      "movies": [
+        "Sang Doo! Let's Go to School",
+        "Full House",
+        "Banjun Drama",
+        "A Love to Kill",
+        "The Fugitive: Plan B",
+        "My Lovely Girl",
+        "Diamond Lover",
+        "Please Come Back, Mister",
+        "I'm a Cyborg, But That's OK",
+        "Speed Racer",
+        "Ninja Assassin",
+        "R2B: Return to Base",
+        "The Prince",
+        "For Love or Money"
+      ]
+    },
+    "Jessica Lowndes": {
+      "json_class": "Actor",
+      "name": "Jessica Lowndes",
+      "age": 28,
+      "total_gross": 0,
+      "movies": [
+        "Autopsy",
+        "The Haunting of Molly Hartley",
+        "Altitude",
+        "The Devil's Carnival",
+        "Eden",
+        "The Prince",
+        "Larry Gaye: Renegade Male Flight Attendant",
+        "Abattoir"
+      ]
+    },
+    "Jonathon Schaech": {
+      "json_class": "Actor",
+      "name": "Jonathon Schaech",
+      "age": 47,
+      "total_gross": 1361000,
+      "movies": [
+        "The Webbers",
+        "Sparrow",
+        "How to Make an American Quilt",
+        "The Doom Generation",
+        "Poison Ivy II: Lily",
+        "That Thing You Do!",
+        "Invasion of Privacy",
+        "Welcome to Woop Woop",
+        "Hush",
+        "Finding Graceland",
+        "Houdini",
+        "After Sex",
+        "How to Kill Your Neighbor's Dog",
+        "Sol Goode",
+        "The Forsaken",
+        "The Sweetest Thing",
+        "Kiss the Bride",
+        "Judas",
+        "Suzanne's Diary for Nicholas",
+        "8mm 2",
+        "Road House 2",
+        "Little Chenier",
+        "Angels Fall",
+        "Living Hell",
+        "Prom Night",
+        "Quarantine",
+        "Laid to Rest",
+        "Takers",
+        "5 Days of War",
+        "Phantom",
+        "Hercules: The Legend Begins",
+        "The Prince",
+        "Vice",
+        "Marauders",
+        "Arsenal"
+      ]
+    },
+    "Gia Mantegna": {
+      "json_class": "Actor",
+      "name": "Gia Mantegna",
+      "age": 26,
+      "total_gross": 0,
+      "movies": [
+        "Uncle Nino",
+        "Unaccompanied Minors",
+        "In the Land of Women",
+        "And Soon the Darkness",
+        "Apartment 143",
+        "Empire State",
+        "The Frozen Ground",
+        "Jake Squared",
+        "California Scheming",
+        "Ask Me Anything",
+        "The Prince"
+      ]
+    },
+    "50 Cent": {
+      "json_class": "Actor",
+      "name": "50 Cent",
+      "age": 41,
+      "total_gross": 2128188,
+      "movies": [
+        "Get Rich or Die Tryin'",
+        "Home of the Brave",
+        "Righteous Kill",
+        "Before I Self Destruct",
+        "Streets of Blood",
+        "Dead Man Running",
+        "Caught in the Crossfire",
+        "13",
+        "Gun",
+        "Twelve",
+        "Morning Glory",
+        "Blood Out",
+        "Setup",
+        "All Things Fall Apart",
+        "Freelancers",
+        "Fire with Fire",
+        "Escape Plan",
+        "Last Vegas",
+        "The Frozen Ground",
+        "Vengeance",
+        "The Prince",
+        "Spy",
+        "Southpaw"
+      ]
+    },
+    "Kate Hudson": {
+      "json_class": "Actor",
+      "name": "Kate Hudson",
+      "age": 37,
+      "total_gross": 3,
+      "movies": [
+        "Desert Blue",
+        "200 Cigarettes",
+        "Dr. T & the Women",
+        "Almost Famous",
+        "Gossip",
+        "About Adam",
+        "The Cutting Room",
+        "The Four Feathers",
+        "Le Divorce",
+        "Alex & Emma",
+        "How to Lose a Guy in 10 Days",
+        "Raising Helen",
+        "The Skeleton Key",
+        "You, Me and Dupree",
+        "Fool's Gold",
+        "My Best Friend's Girl",
+        "Bride Wars",
+        "Nine",
+        "The Killer Inside Me",
+        "A Little Bit of Heaven",
+        "Something Borrowed",
+        "The Reluctant Fundamentalist",
+        "Wish I Was Here",
+        "Good People",
+        "Rock the Kasbah",
+        "Kung Fu Panda 3",
+        "Mother's Day",
+        "Deepwater Horizon",
+        "Marshall"
+      ]
+    },
+    "Zooey Deschanel": {
+      "json_class": "Actor",
+      "name": "Zooey Deschanel",
+      "age": 37,
+      "total_gross": 3,
+      "movies": [
+        "Mumford",
+        "Almost Famous",
+        "Manic",
+        "The Good Girl",
+        "Abandon",
+        "Big Trouble",
+        "The New Guy",
+        "Sweet Friggin' Daisies",
+        "All the Real Girls",
+        "House Hunting",
+        "Elf",
+        "Eulogy",
+        "The Hitchhiker's Guide to the Galaxy",
+        "Winter Passing",
+        "Failure to Launch",
+        "Live Free or Die",
+        "The Good Life",
+        "The Go-Getter",
+        "Bridge to Terabithia",
+        "Flakes",
+        "Raving",
+        "Surf's Up",
+        "The Assassination of Jesse James by the Coward Robert Ford",
+        "Gigantic",
+        "The Happening",
+        "Yes Man",
+        "500 Days of Summer",
+        "Our Idiot Brother",
+        "Your Highness",
+        "Rock the Kasbah",
+        "The Driftless Area",
+        "Trolls",
+        "All The Fine Boys"
+      ]
+    },
+    "Danny McBride": {
+      "json_class": "Actor",
+      "name": "Danny McBride",
+      "age": 40,
+      "total_gross": 4,
+      "movies": [
+        "All the Real Girls",
+        "The Foot Fist Way",
+        "Hot Rod",
+        "Superbad",
+        "The Heartbreak Kid",
+        "Drillbit Taylor",
+        "Pineapple Express",
+        "Tropic Thunder",
+        "Fanboys",
+        "Observe and Report",
+        "Land of the Lost",
+        "Up in the Air",
+        "Despicable Me",
+        "Due Date",
+        "Your Highness",
+        "Kung Fu Panda 2",
+        "30 Minutes or Less",
+        "The Catechism Cataclysm",
+        "The Comedy",
+        "As I Lay Dying",
+        "This Is the End",
+        "Prince Avalanche",
+        "Joe",
+        "The Sound and the Fury",
+        "Manglehorn",
+        "Don Verdean",
+        "Aloha",
+        "Hell and Back",
+        "Rock the Kasbah",
+        "Sausage Party",
+        "The Angry Birds Movie",
+        "Masterminds",
+        "In Dubious Battle",
+        "Zeroville",
+        "Alien: Covenant",
+        "The Legacy of a Whitetail Deer Hunter"
+      ]
+    },
+    "Scott Caan": {
+      "json_class": "Actor",
+      "name": "Scott Caan",
+      "age": 40,
+      "total_gross": 30370,
+      "movies": [
+        "A Boy Called Hate",
+        "Nowhere",
+        "Bongwater",
+        "Enemy of the State",
+        "Varsity Blues",
+        "Black and White",
+        "Boiler Room",
+        "Ready to Rumble",
+        "Gone in 60 Seconds",
+        "American Outlaws",
+        "Novocaine",
+        "Ocean's Eleven",
+        "Sonny",
+        "Dallas 362",
+        "In Enemy Hands",
+        "Ocean's Twelve",
+        "Into the Blue",
+        "Friends with Money",
+        "Lonely Hearts",
+        "The Dog Problem",
+        "Brooklyn Rules",
+        "Ocean's Thirteen",
+        "Stories USA",
+        "Meet Dave",
+        "Mercy",
+        "Deep in the Valley",
+        "A Beginner's Guide to Endings",
+        "3 Geezers!",
+        "Rock the Kasbah",
+        "Two for One"
+      ]
+    },
+    "Leem Lubany": {
+      "json_class": "Actor",
+      "name": "Leem Lubany",
+      "age": -1,
+      "total_gross": 0,
+      "movies": [
+        "stub",
+        "expanding it"
+      ]
+    },
+    "Arian Moayed": {
+      "json_class": "Actor",
+      "name": "Arian Moayed",
+      "age": 36,
+      "total_gross": 0,
+      "movies": [
+
+      ]
+    },
+    "Mark-Paul Gosselaar": {
+      "json_class": "Actor",
+      "name": "Mark-Paul Gosselaar",
+      "age": 42,
+      "total_gross": 0,
+      "movies": [
+        "White Wolves: A Cry in the Wild II",
+        "The St. Tammany Miracle",
+        "Kounterfeit",
+        "Dead Man on Campus",
+        "Heist",
+        "Precious Cargo"
+      ]
+    },
+    "Dave Bautista": {
+      "json_class": "Actor",
+      "name": "Dave Bautista",
+      "age": 48,
+      "total_gross": 1361000,
+      "movies": [
+        "Relative Strangers",
+        "My Son, My Son, What Have Ye Done?",
+        "Wrong Side of Town",
+        "House of the Rising Sun",
+        "The Scorpion King 3: Battle for Redemption",
+        "The Man with the Iron Fists",
+        "Riddick",
+        "Guardians of the Galaxy",
+        "L.A. Slasher",
+        "Spectre",
+        "Heist",
+        "The Boss",
+        "Kickboxer: Vengeance",
+        "Marauders",
+        "The Warriors Gate",
+        "Bushwick",
+        "Guardians of the Galaxy Vol. 2",
+        "Kickboxer: Retaliation",
+        "Final Score",
+        "Blade Runner 2049",
+        "Avengers: Infinity War"
+      ]
+    },
+    "Adrian Grenier": {
+      "json_class": "Actor",
+      "name": "Adrian Grenier",
+      "age": 40,
+      "total_gross": 1361032,
+      "movies": [
+        "Hurricane Streets",
+        "Celebrity",
+        "The Adventures of Sebastian Cole",
+        "Drive Me Crazy",
+        "Cecil B. Demented",
+        "Harvard Man",
+        "Artificial Intelligence: AI",
+        "Love in the Time of Money",
+        "Hart's War",
+        "Bringing Rain",
+        "Anything Else",
+        "A Perfect Fit",
+        "The Devil Wears Prada",
+        "Adventures of Power",
+        "Goodbye World",
+        "Unity",
+        "Entourage",
+        "Sex, Death and Bowling",
+        "Trash Fire",
+        "Marauders",
+        "Arsenal"
+      ]
+    },
+    "Johnathon Schaech": {
+      "json_class": "Actor",
+      "name": "Johnathon Schaech",
+      "age": 47,
+      "total_gross": 1361000,
+      "movies": [
+        "The Webbers",
+        "Sparrow",
+        "How to Make an American Quilt",
+        "The Doom Generation",
+        "Poison Ivy II: Lily",
+        "That Thing You Do!",
+        "Invasion of Privacy",
+        "Welcome to Woop Woop",
+        "Hush",
+        "Finding Graceland",
+        "Houdini",
+        "After Sex",
+        "How to Kill Your Neighbor's Dog",
+        "Sol Goode",
+        "The Forsaken",
+        "The Sweetest Thing",
+        "Kiss the Bride",
+        "Judas",
+        "Suzanne's Diary for Nicholas",
+        "8mm 2",
+        "Road House 2",
+        "Little Chenier",
+        "Angels Fall",
+        "Living Hell",
+        "Prom Night",
+        "Quarantine",
+        "Laid to Rest",
+        "Takers",
+        "5 Days of War",
+        "Phantom",
+        "Hercules: The Legend Begins",
+        "The Prince",
+        "Vice",
+        "Marauders",
+        "Arsenal"
+      ]
+    },
+    "Texas Battle": {
+      "json_class": "Actor",
+      "name": "Texas Battle",
+      "age": 36,
+      "total_gross": 0,
+      "movies": [
+        "The Bold and the Beautiful"
+      ]
+    },
+    "James McAvoy": {
+      "json_class": "Actor",
+      "name": "James McAvoy",
+      "age": 37,
+      "total_gross": 193,
+      "movies": [
+        "Regeneration",
+        "Swimming Pool",
+        "Bright Young Things",
+        "Bollywood Queen",
+        "Wimbledon",
+        "Strings",
+        "Inside I'm Dancing",
+        "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",
+        "The Last King of Scotland",
+        "Starter for 10",
+        "Becoming Jane",
+        "Penelope",
+        "Atonement",
+        "Wanted",
+        "The Last Station",
+        "Gnomeo and Juliet",
+        "The Conspirator",
+        "X-Men: First Class",
+        "Arthur Christmas",
+        "Welcome to the Punch",
+        "Trance",
+        "Filth",
+        "Muppets Most Wanted",
+        "X-Men: Days of Future Past",
+        "The Disappearance of Eleanor Rigby",
+        "Victor Frankenstein",
+        "X-Men: Apocalypse",
+        "Split",
+        "The Coldest City",
+        "Submergence"
+      ]
+    },
+    "Anya Taylor-Joy": {
+      "json_class": "Actor",
+      "name": "Anya Taylor-Joy",
+      "age": 20,
+      "total_gross": 193,
+      "movies": [
+        "Vampire Academy",
+        "The Witch:\nA New-England Folktale",
+        "Morgan",
+        "Barry",
+        "Split",
+        "Thoroughbred"
+      ]
+    },
+    "Betty Buckley": {
+      "json_class": "Actor",
+      "name": "Betty Buckley",
+      "age": 69,
+      "total_gross": 193,
+      "movies": [
+        "Carrie",
+        "Tender Mercies",
+        "Wild Thing",
+        "Frantic",
+        "Another Woman",
+        "Rain Without Thunder",
+        "Wyatt Earp",
+        "Simply Irresistible",
+        "The Happening",
+        "Split"
+      ]
+    },
+    "Hayden Christensen": {
+      "json_class": "Actor",
+      "name": "Hayden Christensen",
+      "age": 35,
+      "total_gross": 0,
+      "movies": [
+        "In the Mouth of Madness",
+        "The Hairy Bird",
+        "The Virgin Suicides",
+        "Free Fall",
+        "Life as a House",
+        "Star Wars: Episode II – Attack of the Clones",
+        "Shattered Glass",
+        "Return of the Jedi",
+        "Star Wars: Episode III – Revenge of the Sith",
+        "Factory Girl",
+        "Awake",
+        "Virgin Territory",
+        "Jumper",
+        "New York, I Love You",
+        "Takers",
+        "Vanishing on 7th Street",
+        "Quantum Quest: A Cassini Space Odyssey",
+        "American Heist",
+        "Outcast",
+        "90 Minutes in Heaven",
+        "First Kill"
+      ]
+    }
+  },
+  {
+    "The First Deadly Sin": {
+      "json_class": "Movie",
+      "name": "The First Deadly Sin",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_First_Deadly_Sin",
+      "box_office": 0,
+      "year": 1980,
+      "actors": [
+        "Faye Dunaway",
+        "James Whitmore",
+        "David Dukes",
+        "Brenda Vaccaro",
+        "Martin Gabel",
+        "Anthony Zerbe"
+      ]
+    },
+    "The Verdict": {
+      "json_class": "Movie",
+      "name": "The Verdict",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Verdict",
+      "box_office": 53977250,
+      "year": 1982,
+      "actors": [
+        "Paul Newman",
+        "Charlotte Rampling",
+        "Jack Warden",
+        "James Mason",
+        "Milo O'Shea"
+      ]
+    },
+    "Blind Date": {
+      "json_class": "Movie",
+      "name": "Blind Date",
+      "wiki_page": "https://en.wikipedia.org/wiki/Blind_Date_(1987_film)",
+      "box_office": 39,
+      "year": 1987,
+      "actors": [
+        "Kim Basinger",
+        "Bruce Willis",
+        "John Larroquette",
+        "William Daniels"
+      ]
+    },
+    "Sunset": {
+      "json_class": "Movie",
+      "name": "Sunset",
+      "wiki_page": "https://en.wikipedia.org/wiki/Sunset_(film)",
+      "box_office": 4594452,
+      "year": 1988,
+      "actors": [
+        "Bruce Willis",
+        "James Garner",
+        "Mariel Hemingway",
+        "Kathleen Quinlan",
+        "Jennifer Edwards",
+        "Malcolm McDowell"
+      ]
+    },
+    "Die Hard": {
+      "json_class": "Movie",
+      "name": "Die Hard",
+      "wiki_page": "https://en.wikipedia.org/wiki/Die_Hard",
+      "box_office": 140,
+      "year": 1988,
+      "actors": [
+        "Bruce Willis",
+        "Alan Rickman",
+        "Alexander Godunov",
+        "Bonnie Bedelia"
+      ]
+    },
+    "In Country": {
+      "json_class": "Movie",
+      "name": "In Country",
+      "wiki_page": "https://en.wikipedia.org/wiki/In_Country",
+      "box_office": 3531971,
+      "year": 1989,
+      "actors": [
+        "Bruce Willis",
+        "Emily Lloyd"
+      ]
+    },
+    "Look Who's Talking": {
+      "json_class": "Movie",
+      "name": "Look Who's Talking",
+      "wiki_page": "https://en.wikipedia.org/wiki/Look_Who%27s_Talking",
+      "box_office": 297,
+      "year": 1989,
+      "actors": [
+        "John Travolta",
+        "Kirstie Alley",
+        "Olympia Dukakis",
+        "George Segal",
+        "Abe Vigoda",
+        "Bruce Willis"
+      ]
+    },
+    "That's Adequate": {
+      "json_class": "Movie",
+      "name": "That's Adequate",
+      "wiki_page": "https://en.wikipedia.org/wiki/That%27s_Adequate",
+      "box_office": 0,
+      "year": 1989,
+      "actors": [
+
+      ]
+    },
+    "Die Hard 2": {
+      "json_class": "Movie",
+      "name": "Die Hard 2",
+      "wiki_page": "https://en.wikipedia.org/wiki/Die_Hard_2",
+      "box_office": 240,
+      "year": 0,
+      "actors": [
+        "Bruce Willis",
+        "Bonnie Bedelia",
+        "William Atherton",
+        "Reginald VelJohnson",
+        "Franco Nero",
+        "William Sadler (actor)",
+        "John Amos"
+      ]
+    },
+    "Look Who's Talking Too": {
+      "json_class": "Movie",
+      "name": "Look Who's Talking Too",
+      "wiki_page": "https://en.wikipedia.org/wiki/Look_Who%27s_Talking_Too",
+      "box_office": 47,
+      "year": 1990,
+      "actors": [
+        "John Travolta",
+        "Kirstie Alley",
+        "Bruce Willis",
+        "Roseanne Barr",
+        "Damon Wayans",
+        "Olympia Dukakis",
+        "Elias Koteas"
+      ]
+    },
+    "The Bonfire of the Vanities": {
+      "json_class": "Movie",
+      "name": "The Bonfire of the Vanities",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Bonfire_of_the_Vanities_(film)",
+      "box_office": 15691192,
+      "year": 1990,
+      "actors": [
+        "Tom Hanks",
+        "Bruce Willis",
+        "Melanie Griffith",
+        "Morgan Freeman"
+      ]
+    },
+    "Mortal Thoughts": {
+      "json_class": "Movie",
+      "name": "Mortal Thoughts",
+      "wiki_page": "https://en.wikipedia.org/wiki/Mortal_Thoughts",
+      "box_office": 19018321,
+      "year": 1991,
+      "actors": [
+        "Demi Moore",
+        "Glenne Headly",
+        "Bruce Willis",
+        "John Pankow",
+        "Harvey Keitel"
+      ]
+    },
+    "Hudson Hawk": {
+      "json_class": "Movie",
+      "name": "Hudson Hawk",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hudson_Hawk",
+      "box_office": 17,
+      "year": 1991,
+      "actors": [
+        "Danny Aiello",
+        "Andie MacDowell",
+        "Richard E. Grant",
+        "Sandra Bernhard",
+        "Donald Burton",
+        "James Coburn"
+      ]
+    },
+    "Billy Bathgate": {
+      "json_class": "Movie",
+      "name": "Billy Bathgate",
+      "wiki_page": "https://en.wikipedia.org/wiki/Billy_Bathgate_(film)",
+      "box_office": 15565363,
+      "year": 1991,
+      "actors": [
+        "Dustin Hoffman",
+        "Nicole Kidman",
+        "Steven Hill",
+        "Loren Dean",
+        "Bruce Willis"
+      ]
+    },
+    "The Last Boy Scout": {
+      "json_class": "Movie",
+      "name": "The Last Boy Scout",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Last_Boy_Scout",
+      "box_office": 59,
+      "year": 1991,
+      "actors": [
+        "Bruce Willis",
+        "Damon Wayans",
+        "Chelsea Field",
+        "Noble Willingham",
+        "Taylor Negron",
+        "Danielle Harris"
+      ]
+    },
+    "The Player": {
+      "json_class": "Movie",
+      "name": "The Player",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Player_(film)",
+      "box_office": 21706100,
+      "year": 1992,
+      "actors": [
+        "Tim Robbins",
+        "Greta Scacchi",
+        "Fred Ward",
+        "Whoopi Goldberg",
+        "Peter Gallagher",
+        "Brion James",
+        "Cynthia Stevenson"
+      ]
+    },
+    "Death Becomes Her": {
+      "json_class": "Movie",
+      "name": "Death Becomes Her",
+      "wiki_page": "https://en.wikipedia.org/wiki/Death_Becomes_Her",
+      "box_office": 149,
+      "year": 1992,
+      "actors": [
+        "Goldie Hawn",
+        "Bruce Willis",
+        "Meryl Streep",
+        "Isabella Rossellini"
+      ]
+    },
+    "Loaded Weapon 1": {
+      "json_class": "Movie",
+      "name": "Loaded Weapon 1",
+      "wiki_page": "https://en.wikipedia.org/wiki/Loaded_Weapon_1",
+      "box_office": 28,
+      "year": 0,
+      "actors": [
+        "Emilio Estevez",
+        "Samuel L. Jackson",
+        "Jon Lovitz",
+        "Tim Curry",
+        "Kathy Ireland",
+        "William Shatner"
+      ]
+    },
+    "Striking Distance": {
+      "json_class": "Movie",
+      "name": "Striking Distance",
+      "wiki_page": "https://en.wikipedia.org/wiki/Striking_Distance",
+      "box_office": 24107867,
+      "year": 1993,
+      "actors": [
+        "Bruce Willis",
+        "Sarah Jessica Parker",
+        "Dennis Farina",
+        "Tom Sizemore"
+      ]
+    },
+    "Color of Night": {
+      "json_class": "Movie",
+      "name": "Color of Night",
+      "wiki_page": "https://en.wikipedia.org/wiki/Color_of_Night",
+      "box_office": 19750470,
+      "year": 1994,
+      "actors": [
+        "Bruce Willis",
+        "Jane March",
+        "Ruben Blades",
+        "Lesley Ann Warren",
+        "Brad Dourif",
+        "Lance Henriksen",
+        "Kevin J. O'Connor (actor)"
+      ]
+    },
+    "North": {
+      "json_class": "Movie",
+      "name": "North",
+      "wiki_page": "https://en.wikipedia.org/wiki/North_(1994_film)",
+      "box_office": 7,
+      "year": 1994,
+      "actors": [
+        "Elijah Wood",
+        "Jon Lovitz",
+        "Jason Alexander",
+        "Alan Arkin",
+        "Dan Aykroyd",
+        "Kathy Bates",
+        "Faith Ford",
+        "Graham Greene (actor)",
+        "Julia Louis-Dreyfus",
+        "Reba McEntire",
+        "John Ritter",
+        "Abe Vigoda",
+        "Bruce Willis"
+      ]
+    },
+    "Pulp Fiction": {
+      "json_class": "Movie",
+      "name": "Pulp Fiction",
+      "wiki_page": "https://en.wikipedia.org/wiki/Pulp_Fiction",
+      "box_office": 213,
+      "year": 1994,
+      "actors": [
+        "John Travolta",
+        "Samuel L. Jackson",
+        "Uma Thurman",
+        "Harvey Keitel",
+        "Tim Roth",
+        "Amanda Plummer",
+        "Maria de Medeiros",
+        "Ving Rhames",
+        "Eric Stoltz",
+        "Rosanna Arquette",
+        "Christopher Walken",
+        "Bruce Willis"
+      ]
+    },
+    "Nobody's Fool": {
+      "json_class": "Movie",
+      "name": "Nobody's Fool",
+      "wiki_page": "https://en.wikipedia.org/wiki/Nobody%27s_Fool_(1994_film)",
+      "box_office": 39491975,
+      "year": 1994,
+      "actors": [
+        "Paul Newman",
+        "Jessica Tandy",
+        "Melanie Griffith"
+      ]
+    },
+    "Die Hard with a Vengeance": {
+      "json_class": "Movie",
+      "name": "Die Hard with a Vengeance",
+      "wiki_page": "https://en.wikipedia.org/wiki/Die_Hard_with_a_Vengeance",
+      "box_office": 366,
+      "year": 1995,
+      "actors": [
+        "Bruce Willis",
+        "Jeremy Irons",
+        "Samuel L. Jackson",
+        "Graham Greene (actor)",
+        "Colleen Camp",
+        "Larry Bryggman",
+        "Sam Phillips (musician)"
+      ]
+    },
+    "Four Rooms": {
+      "json_class": "Movie",
+      "name": "Four Rooms",
+      "wiki_page": "https://en.wikipedia.org/wiki/Four_Rooms",
+      "box_office": 4257354,
+      "year": 1995,
+      "actors": [
+        "Tim Roth",
+        "Antonio Banderas",
+        "Jennifer Beals",
+        "Paul Calderon",
+        "Sammi Davis",
+        "Valeria Golino",
+        "Madonna (entertainer)",
+        "David Proval",
+        "Ione Skye",
+        "Lili Taylor",
+        "Marisa Tomei",
+        "Tamlyn Tomita"
+      ]
+    },
+    "12 Monkeys": {
+      "json_class": "Movie",
+      "name": "12 Monkeys",
+      "wiki_page": "https://en.wikipedia.org/wiki/12_Monkeys",
+      "box_office": 168,
+      "year": 12,
+      "actors": [
+        "Bruce Willis",
+        "Madeleine Stowe",
+        "Brad Pitt",
+        "Christopher Plummer"
+      ]
+    },
+    "Last Man Standing": {
+      "json_class": "Movie",
+      "name": "Last Man Standing",
+      "wiki_page": "https://en.wikipedia.org/wiki/Last_Man_Standing_(film)",
+      "box_office": 47267001,
+      "year": 1996,
+      "actors": [
+        "Bruce Willis",
+        "Christopher Walken",
+        "Alexandra Powers",
+        "David Patrick Kelly",
+        "Karina Lombard",
+        "Bruce Dern"
+      ]
+    },
+    "Beavis and Butt-Head Do America": {
+      "json_class": "Movie",
+      "name": "Beavis and Butt-Head Do America",
+      "wiki_page": "https://en.wikipedia.org/wiki/Beavis_and_Butt-Head_Do_America",
+      "box_office": 63,
+      "year": 1996,
+      "actors": [
+        "Demi Moore",
+        "Bruce Willis",
+        "Robert Stack",
+        "Cloris Leachman"
+      ]
+    },
+    "The Fifth Element": {
+      "json_class": "Movie",
+      "name": "The Fifth Element",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Fifth_Element",
+      "box_office": 263,
+      "year": 0,
+      "actors": [
+        "Bruce Willis",
+        "Gary Oldman",
+        "Ian Holm",
+        "Chris Tucker",
+        "Milla Jovovich"
+      ]
+    },
+    "The Jackal": {
+      "json_class": "Movie",
+      "name": "The Jackal",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Jackal_(1997_film)",
+      "box_office": 159,
+      "year": 1997,
+      "actors": [
+        "Bruce Willis",
+        "Richard Gere",
+        "Sidney Poitier",
+        "Diane Venora"
+      ]
+    },
+    "Mercury Rising": {
+      "json_class": "Movie",
+      "name": "Mercury Rising",
+      "wiki_page": "https://en.wikipedia.org/wiki/Mercury_Rising",
+      "box_office": 93,
+      "year": 1998,
+      "actors": [
+        "Bruce Willis",
+        "Alec Baldwin",
+        "Chi McBride",
+        "Kim Dickens"
+      ]
+    },
+    "Armageddon": {
+      "json_class": "Movie",
+      "name": "Armageddon",
+      "wiki_page": "https://en.wikipedia.org/wiki/Armageddon_(1998_film)",
+      "box_office": 553,
+      "year": 1998,
+      "actors": [
+        "Bruce Willis",
+        "Billy Bob Thornton",
+        "Liv Tyler",
+        "Ben Affleck",
+        "Will Patton",
+        "Peter Stormare",
+        "Keith David",
+        "Steve Buscemi"
+      ]
+    },
+    "The Siege": {
+      "json_class": "Movie",
+      "name": "The Siege",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Siege_(1998_film)",
+      "box_office": 116,
+      "year": 1998,
+      "actors": [
+        "Denzel Washington",
+        "Annette Bening",
+        "Bruce Willis",
+        "Tony Shalhoub",
+        "Sami Bouajila",
+        "David Proval"
+      ]
+    },
+    "Breakfast of Champions": {
+      "json_class": "Movie",
+      "name": "Breakfast of Champions",
+      "wiki_page": "https://en.wikipedia.org/wiki/Breakfast_of_Champions_(film)",
+      "box_office": 178278,
+      "year": 1999,
+      "actors": [
+        "Bruce Willis",
+        "Albert Finney",
+        "Nick Nolte",
+        "Barbara Hershey",
+        "Glenne Headly",
+        "Lukas Haas",
+        "Omar Epps",
+        "Vicki Lewis",
+        "Buck Henry",
+        "Ken Hudson Campbell"
+      ]
+    },
+    "The Sixth Sense": {
+      "json_class": "Movie",
+      "name": "The Sixth Sense",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Sixth_Sense",
+      "box_office": 672,
+      "year": 1999,
+      "actors": [
+        "Bruce Willis",
+        "Toni Collette",
+        "Olivia Williams",
+        "Haley Joel Osment"
+      ]
+    },
+    "The Story of Us": {
+      "json_class": "Movie",
+      "name": "The Story of Us",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Story_of_Us_(film)",
+      "box_office": 58900031,
+      "year": 1999,
+      "actors": [
+        "Bruce Willis",
+        "Michelle Pfeiffer"
+      ]
+    },
+    "The Whole Nine Yards": {
+      "json_class": "Movie",
+      "name": "The Whole Nine Yards",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Whole_Nine_Yards_(film)",
+      "box_office": 106371651,
+      "year": 2000,
+      "actors": [
+
+      ]
+    },
+    "The Kid": {
+      "json_class": "Movie",
+      "name": "The Kid",
+      "wiki_page": "https://en.wikipedia.org/wiki/Disney%27s_The_Kid",
+      "box_office": 110,
+      "year": 0,
+      "actors": [
+        "Bruce Willis",
+        "Spencer Breslin",
+        "Emily Mortimer",
+        "Lily Tomlin",
+        "Chi McBride"
+      ]
+    },
+    "Unbreakable": {
+      "json_class": "Movie",
+      "name": "Unbreakable",
+      "wiki_page": "https://en.wikipedia.org/wiki/Unbreakable_(film)",
+      "box_office": 248,
+      "year": 2000,
+      "actors": [
+        "Bruce Willis",
+        "Samuel L. Jackson",
+        "Robin Wright Penn",
+        "Spencer Treat Clark"
+      ]
+    },
+    "Bandits": {
+      "json_class": "Movie",
+      "name": "Bandits",
+      "wiki_page": "https://en.wikipedia.org/wiki/Bandits_(2001_film)",
+      "box_office": 67,
+      "year": 2001,
+      "actors": [
+
+      ]
+    },
+    "Hart's War": {
+      "json_class": "Movie",
+      "name": "Hart's War",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hart%27s_War",
+      "box_office": 32,
+      "year": 2002,
+      "actors": [
+        "Bruce Willis",
+        "Colin Farrell",
+        "Terrence Howard",
+        "Cole Hauser",
+        "Marcel IureÅŸ"
+      ]
+    },
+    "True West": {
+      "json_class": "Movie",
+      "name": "True West",
+      "wiki_page": "https://en.wikipedia.org/wiki/True_West_(play)#performances",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Crocodile Hunter: Collision Course": {
+      "json_class": "Movie",
+      "name": "The Crocodile Hunter: Collision Course",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Crocodile_Hunter:_Collision_Course",
+      "box_office": 33,
+      "year": 2002,
+      "actors": [
+        "Steve Irwin",
+        "Terri Irwin",
+        "Magda Szubanski",
+        "David Wenham"
+      ]
+    },
+    "Grand Champion": {
+      "json_class": "Movie",
+      "name": "Grand Champion",
+      "wiki_page": "https://en.wikipedia.org/wiki/Grand_Champion",
+      "box_office": 54579,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Tears of the Sun": {
+      "json_class": "Movie",
+      "name": "Tears of the Sun",
+      "wiki_page": "https://en.wikipedia.org/wiki/Tears_of_the_Sun",
+      "box_office": 86,
+      "year": 2003,
+      "actors": [
+
+      ]
+    },
+    "Rugrats Go Wild": {
+      "json_class": "Movie",
+      "name": "Rugrats Go Wild",
+      "wiki_page": "https://en.wikipedia.org/wiki/Rugrats_Go_Wild",
+      "box_office": 55,
+      "year": 2003,
+      "actors": [
+        "Elizabeth Daily",
+        "Nancy Cartwright",
+        "Kath Soucie",
+        "Dionne Quan",
+        "Cheryl Chase",
+        "Tim Curry",
+        "Lacey Chabert"
+      ]
+    },
+    "Charlie's Angels: Full Throttle": {
+      "json_class": "Movie",
+      "name": "Charlie's Angels: Full Throttle",
+      "wiki_page": "https://en.wikipedia.org/wiki/Charlie%27s_Angels:_Full_Throttle",
+      "box_office": 259,
+      "year": 2003,
+      "actors": [
+        "Cameron Diaz",
+        "Lucy Liu",
+        "Bernie Mac",
+        "John Forsythe",
+        "Justin Theroux",
+        "Demi Moore",
+        "Rodrigo Santoro",
+        "Crispin Glover",
+        "Shia LaBeouf"
+      ]
+    },
+    "The Whole Ten Yards": {
+      "json_class": "Movie",
+      "name": "The Whole Ten Yards",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Whole_Ten_Yards",
+      "box_office": 26155781,
+      "year": 2004,
+      "actors": [
+
+      ]
+    },
+    "Ocean's Twelve": {
+      "json_class": "Movie",
+      "name": "Ocean's Twelve",
+      "wiki_page": "https://en.wikipedia.org/wiki/Ocean%27s_Twelve",
+      "box_office": 362,
+      "year": 2004,
+      "actors": [
+
+      ]
+    },
+    "Hostage": {
+      "json_class": "Movie",
+      "name": "Hostage",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hostage_(film)",
+      "box_office": 77,
+      "year": 2005,
+      "actors": [
+        "Kevin Pollak",
+        "Ben Foster",
+        "Jonathan Tucker",
+        "Jimmy Bennett",
+        "Michelle Horn"
+      ]
+    },
+    "Sin City": {
+      "json_class": "Movie",
+      "name": "Sin City",
+      "wiki_page": "https://en.wikipedia.org/wiki/Sin_City_(film)",
+      "box_office": 158,
+      "year": 0,
+      "actors": [
+        "Bruce Willis",
+        "Mickey Rourke",
+        "Clive Owen",
+        "Jessica Alba",
+        "Benicio del Toro",
+        "Brittany Murphy",
+        "Elijah Wood"
+      ]
+    },
+    "Alpha Dog": {
+      "json_class": "Movie",
+      "name": "Alpha Dog",
+      "wiki_page": "https://en.wikipedia.org/wiki/Alpha_Dog",
+      "box_office": 32,
+      "year": 2006,
+      "actors": [
+
+      ]
+    },
+    "16 Blocks": {
+      "json_class": "Movie",
+      "name": "16 Blocks",
+      "wiki_page": "https://en.wikipedia.org/wiki/16_Blocks",
+      "box_office": 65,
+      "year": 2006,
+      "actors": [
+
+      ]
+    },
+    "Fast Food Nation": {
+      "json_class": "Movie",
+      "name": "Fast Food Nation",
+      "wiki_page": "https://en.wikipedia.org/wiki/Fast_Food_Nation_(film)",
+      "box_office": 2209322,
+      "year": 2006,
+      "actors": [
+
+      ]
+    },
+    "Lucky Number Slevin": {
+      "json_class": "Movie",
+      "name": "Lucky Number Slevin",
+      "wiki_page": "https://en.wikipedia.org/wiki/Lucky_Number_Slevin",
+      "box_office": 56,
+      "year": 0,
+      "actors": [
+        "Josh Hartnett",
+        "Lucy Liu",
+        "Bruce Willis",
+        "Morgan Freeman",
+        "Ben Kingsley",
+        "Stanley Tucci"
+      ]
+    },
+    "Over the Hedge": {
+      "json_class": "Movie",
+      "name": "Over the Hedge",
+      "wiki_page": "https://en.wikipedia.org/wiki/Over_the_Hedge_(film)",
+      "box_office": 336,
+      "year": 2006,
+      "actors": [
+        "Bruce Willis",
+        "Garry Shandling",
+        "Steve Carell",
+        "William Shatner",
+        "Wanda Sykes",
+        "Nick Nolte"
+      ]
+    },
+    "Hammy's Boomerang Adventure": {
+      "json_class": "Movie",
+      "name": "Hammy's Boomerang Adventure",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hammy%27s_Boomerang_Adventure",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Astronaut Farmer": {
+      "json_class": "Movie",
+      "name": "The Astronaut Farmer",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Astronaut_Farmer",
+      "box_office": 11130889,
+      "year": 2007,
+      "actors": [
+
+      ]
+    },
+    "Perfect Stranger": {
+      "json_class": "Movie",
+      "name": "Perfect Stranger",
+      "wiki_page": "https://en.wikipedia.org/wiki/Perfect_Stranger_(film)",
+      "box_office": 73090611,
+      "year": 2007,
+      "actors": [
+
+      ]
+    },
+    "Grindhouse": {
+      "json_class": "Movie",
+      "name": "Grindhouse",
+      "wiki_page": "https://en.wikipedia.org/wiki/Grindhouse_(film)",
+      "box_office": 25,
+      "year": 2007,
+      "actors": [
+
+      ]
+    },
+    "Planet Terror": {
+      "json_class": "Movie",
+      "name": "Planet Terror",
+      "wiki_page": "https://en.wikipedia.org/wiki/Planet_Terror",
+      "box_office": 10,
+      "year": 2007,
+      "actors": [
+        "Rose McGowan",
+        "Freddy Rodriguez (actor)",
+        "Michael Biehn",
+        "Jeff Fahey",
+        "Josh Brolin",
+        "Marley Shelton",
+        "Stacy Ferguson",
+        "Bruce Willis"
+      ]
+    },
+    "Nancy Drew": {
+      "json_class": "Movie",
+      "name": "Nancy Drew",
+      "wiki_page": "https://en.wikipedia.org/wiki/Nancy_Drew_(2007_film)",
+      "box_office": 30,
+      "year": 2007,
+      "actors": [
+
+      ]
+    },
+    "Live Free or Die Hard": {
+      "json_class": "Movie",
+      "name": "Live Free or Die Hard",
+      "wiki_page": "https://en.wikipedia.org/wiki/Live_Free_or_Die_Hard",
+      "box_office": 383,
+      "year": 0,
+      "actors": [
+        "Bruce Willis",
+        "Justin Long",
+        "Timothy Olyphant",
+        "Mary Elizabeth Winstead",
+        "Maggie Q",
+        "Kevin Smith"
+      ]
+    },
+    "What Just Happened": {
+      "json_class": "Movie",
+      "name": "What Just Happened",
+      "wiki_page": "https://en.wikipedia.org/wiki/What_Just_Happened",
+      "box_office": 6710888,
+      "year": 0,
+      "actors": [
+        "Robert De Niro",
+        "Sean Penn",
+        "Catherine Keener",
+        "Stanley Tucci",
+        "John Turturro",
+        "Robin Wright (actress)",
+        "Moon Bloodgood",
+        "Kristen Stewart",
+        "Michael Wincott",
+        "Bruce Willis"
+      ]
+    },
+    "Assassination of a High School President": {
+      "json_class": "Movie",
+      "name": "Assassination of a High School President",
+      "wiki_page": "https://en.wikipedia.org/wiki/Assassination_of_a_High_School_President",
+      "box_office": 6000000,
+      "year": 2008,
+      "actors": [
+
+      ]
+    },
+    "Surrogates": {
+      "json_class": "Movie",
+      "name": "Surrogates",
+      "wiki_page": "https://en.wikipedia.org/wiki/Surrogates",
+      "box_office": 122,
+      "year": 2009,
+      "actors": [
+        "Bruce Willis",
+        "Radha Mitchell",
+        "Rosamund Pike",
+        "Boris Kodjoe",
+        "Jack Noseworthy",
+        "James Cromwell",
+        "Ving Rhames"
+      ]
+    },
+    "Cop Out": {
+      "json_class": "Movie",
+      "name": "Cop Out",
+      "wiki_page": "https://en.wikipedia.org/wiki/Cop_Out_(2010_film)",
+      "box_office": 55,
+      "year": 2010,
+      "actors": [
+        "Bruce Willis",
+        "Tracy Morgan",
+        "Adam Brody",
+        "Kevin Pollak",
+        "Guillermo Díaz (actor)",
+        "Seann William Scott"
+      ]
+    },
+    "The Expendables": {
+      "json_class": "Movie",
+      "name": "The Expendables",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Expendables_(2010_film)",
+      "box_office": 274,
+      "year": 2010,
+      "actors": [
+        "Jason Statham",
+        "Jet Li",
+        "Dolph Lundgren",
+        "Eric Roberts",
+        "Randy Couture",
+        "Steve Austin",
+        "David Zayas",
+        "Giselle Itié",
+        "Terry Crews",
+        "Mickey Rourke"
+      ]
+    },
+    "Red": {
+      "json_class": "Movie",
+      "name": "Red",
+      "wiki_page": "https://en.wikipedia.org/wiki/Red_(2010_film)",
+      "box_office": 199,
+      "year": 2010,
+      "actors": [
+        "Bruce Willis",
+        "Morgan Freeman",
+        "John Malkovich",
+        "Karl Urban",
+        "Mary-Louise Parker",
+        "Helen Mirren"
+      ]
+    },
+    "Setup": {
+      "json_class": "Movie",
+      "name": "Setup",
+      "wiki_page": "https://en.wikipedia.org/wiki/Setup_(2011_film)",
+      "box_office": 2128186,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Catch .44": {
+      "json_class": "Movie",
+      "name": "Catch .44",
+      "wiki_page": "https://en.wikipedia.org/wiki/Catch_.44",
+      "box_office": 1887,
+      "year": 2011,
+      "actors": [
+
+      ]
+    },
+    "Moonrise Kingdom": {
+      "json_class": "Movie",
+      "name": "Moonrise Kingdom",
+      "wiki_page": "https://en.wikipedia.org/wiki/Moonrise_Kingdom",
+      "box_office": 68,
+      "year": 2012,
+      "actors": [
+        "Bruce Willis",
+        "Edward Norton",
+        "Bill Murray",
+        "Frances McDormand",
+        "Tilda Swinton",
+        "Jason Schwartzman",
+        "Bob Balaban"
+      ]
+    },
+    "Lay the Favorite": {
+      "json_class": "Movie",
+      "name": "Lay the Favorite",
+      "wiki_page": "https://en.wikipedia.org/wiki/Lay_the_Favorite",
+      "box_office": 1576687,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Expendables 2": {
+      "json_class": "Movie",
+      "name": "The Expendables 2",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Expendables_2",
+      "box_office": 305,
+      "year": 2012,
+      "actors": [
+        "Jason Statham",
+        "Jet Li",
+        "Dolph Lundgren",
+        "Chuck Norris",
+        "Terry Crews",
+        "Randy Couture",
+        "Liam Hemsworth",
+        "Jean-Claude Van Damme",
+        "Bruce Willis",
+        "Arnold Schwarzenegger"
+      ]
+    },
+    "The Cold Light Of Day": {
+      "json_class": "Movie",
+      "name": "The Cold Light Of Day",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Cold_Light_of_Day_(film)",
+      "box_office": 16,
+      "year": 0,
+      "actors": [
+        "Henry Cavill",
+        "Bruce Willis",
+        "Sigourney Weaver",
+        "Verónica Echegui"
+      ]
+    },
+    "Looper": {
+      "json_class": "Movie",
+      "name": "Looper",
+      "wiki_page": "https://en.wikipedia.org/wiki/Looper_(film)",
+      "box_office": 176,
+      "year": 2012,
+      "actors": [
+        "Bruce Willis",
+        "Joseph Gordon-Levitt",
+        "Emily Blunt",
+        "Paul Dano",
+        "Noah Segan",
+        "Piper Perabo",
+        "Jeff Daniels"
+      ]
+    },
+    "Fire with Fire": {
+      "json_class": "Movie",
+      "name": "Fire with Fire",
+      "wiki_page": "https://en.wikipedia.org/wiki/Fire_with_Fire_(2012_film)",
+      "box_office": 2,
+      "year": 2012,
+      "actors": [
+        "Josh Duhamel",
+        "Bruce Willis",
+        "Rosario Dawson",
+        "Nnamdi Asomugha"
+      ]
+    },
+    "A Good Day to Die Hard": {
+      "json_class": "Movie",
+      "name": "A Good Day to Die Hard",
+      "wiki_page": "https://en.wikipedia.org/wiki/A_Good_Day_to_Die_Hard",
+      "box_office": 304,
+      "year": 2013,
+      "actors": [
+        "Bruce Willis",
+        "Jai Courtney",
+        "Sebastian Koch",
+        "Cole Hauser",
+        "Yuliya Snigir"
+      ]
+    },
+    "G.I. Joe: Retaliation": {
+      "json_class": "Movie",
+      "name": "G.I. Joe: Retaliation",
+      "wiki_page": "https://en.wikipedia.org/wiki/G.I._Joe:_Retaliation",
+      "box_office": 375,
+      "year": 2013,
+      "actors": [
+        "D.J. Cotrona",
+        "Lee Byung-hun",
+        "Adrianne Palicki",
+        "Ray Park",
+        "Jonathan Pryce",
+        "Ray Stevenson (actor)",
+        "Channing Tatum",
+        "Bruce Willis",
+        "Dwayne Johnson"
+      ]
+    },
+    "Red 2": {
+      "json_class": "Movie",
+      "name": "Red 2",
+      "wiki_page": "https://en.wikipedia.org/wiki/Red_2_(film)",
+      "box_office": 148,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Sin City: A Dame to Kill For": {
+      "json_class": "Movie",
+      "name": "Sin City: A Dame to Kill For",
+      "wiki_page": "https://en.wikipedia.org/wiki/Sin_City:_A_Dame_to_Kill_For",
+      "box_office": 39,
+      "year": 0,
+      "actors": [
+        "Mickey Rourke",
+        "Jessica Alba",
+        "Josh Brolin",
+        "Joseph Gordon-Levitt",
+        "Rosario Dawson",
+        "Bruce Willis",
+        "Eva Green",
+        "Powers Boothe",
+        "Dennis Haysbert",
+        "Ray Liotta",
+        "Jaime King",
+        "Christopher Lloyd",
+        "Jamie Chung",
+        "Jeremy Piven",
+        "Christopher Meloni",
+        "Juno Temple"
+      ]
+    },
+    "The Prince": {
+      "json_class": "Movie",
+      "name": "The Prince",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Prince_(2014_film)",
+      "box_office": 0,
+      "year": 2014,
+      "actors": [
+        "Jason Patric",
+        "Bruce Willis",
+        "John Cusack",
+        "Rain (singer)",
+        "Jessica Lowndes",
+        "Jonathon Schaech",
+        "Gia Mantegna",
+        "50 Cent"
+      ]
+    },
+    "Vice": {
+      "json_class": "Movie",
+      "name": "Vice",
+      "wiki_page": "https://en.wikipedia.org/wiki/Vice_(2015_film)",
+      "box_office": 0,
+      "year": 2015,
+      "actors": [
+
+      ]
+    },
+    "Rock the Kasbah": {
+      "json_class": "Movie",
+      "name": "Rock the Kasbah",
+      "wiki_page": "https://en.wikipedia.org/wiki/Rock_the_Kasbah_(film)",
+      "box_office": 3,
+      "year": 2015,
+      "actors": [
+        "Bill Murray",
+        "Kate Hudson",
+        "Zooey Deschanel",
+        "Danny McBride",
+        "Scott Caan",
+        "Leem Lubany",
+        "Arian Moayed",
+        "Bruce Willis"
+      ]
+    },
+    "Extraction": {
+      "json_class": "Movie",
+      "name": "Extraction",
+      "wiki_page": "https://en.wikipedia.org/wiki/Extraction_(film)",
+      "box_office": 3,
+      "year": 2015,
+      "actors": [
+
+      ]
+    },
+    "Precious Cargo": {
+      "json_class": "Movie",
+      "name": "Precious Cargo",
+      "wiki_page": "https://en.wikipedia.org/wiki/Precious_Cargo_(film)",
+      "box_office": 0,
+      "year": 2016,
+      "actors": [
+        "Mark-Paul Gosselaar",
+        "Bruce Willis"
+      ]
+    },
+    "Marauders": {
+      "json_class": "Movie",
+      "name": "Marauders",
+      "wiki_page": "https://en.wikipedia.org/wiki/Marauders_(2016_film)",
+      "box_office": 1361000,
+      "year": 2016,
+      "actors": [
+        "Christopher Meloni",
+        "Bruce Willis",
+        "Dave Bautista",
+        "Adrian Grenier",
+        "Johnathon Schaech",
+        "Texas Battle"
+      ]
+    },
+    "Split": {
+      "json_class": "Movie",
+      "name": "Split",
+      "wiki_page": "https://en.wikipedia.org/wiki/Split_(2016_American_film)",
+      "box_office": 193,
+      "year": 2016,
+      "actors": [
+        "James McAvoy",
+        "Anya Taylor-Joy",
+        "Betty Buckley"
+      ]
+    },
+    "The Bombing": {
+      "json_class": "Movie",
+      "name": "The Bombing",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Bombing_(film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Once Upon a Time in Venice": {
+      "json_class": "Movie",
+      "name": "Once Upon a Time in Venice",
+      "wiki_page": "https://en.wikipedia.org/wiki/Once_Upon_a_Time_in_Venice",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "First Kill": {
+      "json_class": "Movie",
+      "name": "First Kill",
+      "wiki_page": "https://en.wikipedia.org/wiki/First_Kill_(2017_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Bruce Willis",
+        "Hayden Christensen"
+      ]
+    },
+    "Death Wish": {
+      "json_class": "Movie",
+      "name": "Death Wish",
+      "wiki_page": "https://en.wikipedia.org/wiki/Death_Wish_(upcoming_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Happening": {
+      "json_class": "Movie",
+      "name": "The Happening",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Happening_(1967_film)",
+      "box_office": 0,
+      "year": 1967,
+      "actors": [
+
+      ]
+    },
+    "Hurry Sundown": {
+      "json_class": "Movie",
+      "name": "Hurry Sundown",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hurry_Sundown_(film)",
+      "box_office": 4050000,
+      "year": 1967,
+      "actors": [
+        "Michael Caine",
+        "Jane Fonda",
+        "John Phillip Law",
+        "Diahann Carroll",
+        "Robert Hooks",
+        "Faye Dunaway",
+        "Burgess Meredith",
+        "Robert Reed",
+        "George Kennedy",
+        "Frank Converse",
+        "Loring Smith",
+        "Beah Richards",
+        "Madeleine Sherwood",
+        "Rex Ingram (actor)",
+        "Doro Merande",
+        "Luke Askew",
+        "Jim Backus"
+      ]
+    },
+    "Bonnie and Clyde": {
+      "json_class": "Movie",
+      "name": "Bonnie and Clyde",
+      "wiki_page": "https://en.wikipedia.org/wiki/Bonnie_and_Clyde_(film)",
+      "box_office": 70,
+      "year": 1967,
+      "actors": [
+        "Faye Dunaway",
+        "Michael J. Pollard",
+        "Gene Hackman",
+        "Estelle Parsons"
+      ]
+    },
+    "The Thomas Crown Affair": {
+      "json_class": "Movie",
+      "name": "The Thomas Crown Affair",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Thomas_Crown_Affair_(1999_film)",
+      "box_office": 124305181,
+      "year": 1999,
+      "actors": [
+
+      ]
+    },
+    "A Place for Lovers": {
+      "json_class": "Movie",
+      "name": "A Place for Lovers",
+      "wiki_page": "https://en.wikipedia.org/wiki/A_Place_for_Lovers",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Faye Dunaway",
+        "Marcello Mastroianni"
+      ]
+    },
+    "The Extraordinary Seaman": {
+      "json_class": "Movie",
+      "name": "The Extraordinary Seaman",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Extraordinary_Seaman",
+      "box_office": 0,
+      "year": 1969,
+      "actors": [
+
+      ]
+    },
+    "The Arrangement": {
+      "json_class": "Movie",
+      "name": "The Arrangement",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Arrangement_(1969_film)",
+      "box_office": 4,
+      "year": 1969,
+      "actors": [
+
+      ]
+    },
+    "Little Big Man": {
+      "json_class": "Movie",
+      "name": "Little Big Man",
+      "wiki_page": "https://en.wikipedia.org/wiki/Little_Big_Man_(film)",
+      "box_office": 31559552,
+      "year": 1970,
+      "actors": [
+
+      ]
+    },
+    "Puzzle of a Downfall Child": {
+      "json_class": "Movie",
+      "name": "Puzzle of a Downfall Child",
+      "wiki_page": "https://en.wikipedia.org/wiki/Puzzle_of_a_Downfall_Child",
+      "box_office": 0,
+      "year": 1970,
+      "actors": [
+
+      ]
+    },
+    "The Deadly Trap": {
+      "json_class": "Movie",
+      "name": "The Deadly Trap",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Deadly_Trap",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Doc": {
+      "json_class": "Movie",
+      "name": "Doc",
+      "wiki_page": "https://en.wikipedia.org/wiki/Doc_(film)",
+      "box_office": 0,
+      "year": 1971,
+      "actors": [
+
+      ]
+    },
+    "Oklahoma Crude": {
+      "json_class": "Movie",
+      "name": "Oklahoma Crude",
+      "wiki_page": "https://en.wikipedia.org/wiki/Oklahoma_Crude_(film)",
+      "box_office": 2500000,
+      "year": 1973,
+      "actors": [
+
+      ]
+    },
+    "The Three Musketeers": {
+      "json_class": "Movie",
+      "name": "The Three Musketeers",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Three_Musketeers_(1973_film)",
+      "box_office": 10,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Chinatown": {
+      "json_class": "Movie",
+      "name": "Chinatown",
+      "wiki_page": "https://en.wikipedia.org/wiki/Chinatown_(1974_film)",
+      "box_office": 29,
+      "year": 1974,
+      "actors": [
+        "Jack Nicholson",
+        "Faye Dunaway",
+        "John Hillerman",
+        "Perry Lopez",
+        "Burt Young",
+        "John Huston"
+      ]
+    },
+    "The Towering Inferno": {
+      "json_class": "Movie",
+      "name": "The Towering Inferno",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Towering_Inferno",
+      "box_office": 139,
+      "year": 1974,
+      "actors": [
+
+      ]
+    },
+    "The Four Musketeers": {
+      "json_class": "Movie",
+      "name": "The Four Musketeers",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Four_Musketeers_(film)",
+      "box_office": 8760000,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Three Days of the Condor": {
+      "json_class": "Movie",
+      "name": "Three Days of the Condor",
+      "wiki_page": "https://en.wikipedia.org/wiki/Three_Days_of_the_Condor",
+      "box_office": 41509797,
+      "year": 0,
+      "actors": [
+        "Robert Redford",
+        "Faye Dunaway",
+        "Cliff Robertson",
+        "Max von Sydow"
+      ]
+    },
+    "Voyage of the Damned": {
+      "json_class": "Movie",
+      "name": "Voyage of the Damned",
+      "wiki_page": "https://en.wikipedia.org/wiki/Voyage_of_the_Damned",
+      "box_office": 0,
+      "year": 1976,
+      "actors": [
+
+      ]
+    },
+    "Network": {
+      "json_class": "Movie",
+      "name": "Network",
+      "wiki_page": "https://en.wikipedia.org/wiki/Network_(film)",
+      "box_office": 23689877,
+      "year": 1976,
+      "actors": [
+
+      ]
+    },
+    "Eyes of Laura Mars": {
+      "json_class": "Movie",
+      "name": "Eyes of Laura Mars",
+      "wiki_page": "https://en.wikipedia.org/wiki/Eyes_of_Laura_Mars",
+      "box_office": 20,
+      "year": 1978,
+      "actors": [
+
+      ]
+    },
+    "The Champ": {
+      "json_class": "Movie",
+      "name": "The Champ",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Champ_(1979_film)",
+      "box_office": 30441738,
+      "year": 1979,
+      "actors": [
+
+      ]
+    },
+    "Mommie Dearest": {
+      "json_class": "Movie",
+      "name": "Mommie Dearest",
+      "wiki_page": "https://en.wikipedia.org/wiki/Mommie_Dearest_(film)",
+      "box_office": 39,
+      "year": 1981,
+      "actors": [
+        "Faye Dunaway",
+        "Diana Scarwid",
+        "Mara Hobel",
+        "Rutanya Alda",
+        "Steve Forrest (actor)"
+      ]
+    },
+    "The Wicked Lady": {
+      "json_class": "Movie",
+      "name": "The Wicked Lady",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Wicked_Lady_(1983_film)",
+      "box_office": 724912,
+      "year": 1983,
+      "actors": [
+
+      ]
+    },
+    "Ordeal by Innocence": {
+      "json_class": "Movie",
+      "name": "Ordeal by Innocence",
+      "wiki_page": "https://en.wikipedia.org/wiki/Ordeal_by_Innocence_(film)",
+      "box_office": 0,
+      "year": 1985,
+      "actors": [
+
+      ]
+    },
+    "Supergirl": {
+      "json_class": "Movie",
+      "name": "Supergirl",
+      "wiki_page": "https://en.wikipedia.org/wiki/Supergirl_(film)",
+      "box_office": 14,
+      "year": 1984,
+      "actors": [
+        "Faye Dunaway",
+        "Helen Slater",
+        "Hart Bochner",
+        "Peter Cook",
+        "Mia Farrow",
+        "Marc McClure",
+        "Brenda Vaccaro",
+        "Peter O'Toole"
+      ]
+    },
+    "Barfly": {
+      "json_class": "Movie",
+      "name": "Barfly",
+      "wiki_page": "https://en.wikipedia.org/wiki/Barfly_(film)",
+      "box_office": 3221568,
+      "year": 1987,
+      "actors": [
+        "Mickey Rourke",
+        "Faye Dunaway",
+        "Alice Krige",
+        "J.C. Quinn",
+        "Frank Stallone"
+      ]
+    },
+    "Midnight Crossing": {
+      "json_class": "Movie",
+      "name": "Midnight Crossing",
+      "wiki_page": "https://en.wikipedia.org/wiki/Midnight_Crossing",
+      "box_office": 1328001,
+      "year": 1988,
+      "actors": [
+
+      ]
+    },
+    "The Gamble": {
+      "json_class": "Movie",
+      "name": "The Gamble",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Gamble_(1988_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Burning Secret": {
+      "json_class": "Movie",
+      "name": "Burning Secret",
+      "wiki_page": "https://en.wikipedia.org/wiki/Burning_Secret",
+      "box_office": 172000,
+      "year": 1988,
+      "actors": [
+
+      ]
+    },
+    "Wait Until Spring, Bandini": {
+      "json_class": "Movie",
+      "name": "Wait Until Spring, Bandini",
+      "wiki_page": "https://en.wikipedia.org/wiki/Wait_Until_Spring,_Bandini",
+      "box_office": 0,
+      "year": 1989,
+      "actors": [
+
+      ]
+    },
+    "The Handmaid's Tale": {
+      "json_class": "Movie",
+      "name": "The Handmaid's Tale",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Handmaid%27s_Tale_(film)",
+      "box_office": 4960385,
+      "year": 1990,
+      "actors": [
+        "Natasha Richardson",
+        "Faye Dunaway",
+        "Aidan Quinn",
+        "Elizabeth McGovern",
+        "Victoria Tennant",
+        "Robert Duvall"
+      ]
+    },
+    "The Two Jakes": {
+      "json_class": "Movie",
+      "name": "The Two Jakes",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Two_Jakes",
+      "box_office": 10,
+      "year": 1990,
+      "actors": [
+        "Harvey Keitel",
+        "Meg Tilly",
+        "Madeleine Stowe",
+        "Eli Wallach",
+        "Rubén Blades",
+        "Frederic Forrest",
+        "David Keith"
+      ]
+    },
+    "Scorchers": {
+      "json_class": "Movie",
+      "name": "Scorchers",
+      "wiki_page": "https://en.wikipedia.org/wiki/Scorchers_(film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Arizona Dream": {
+      "json_class": "Movie",
+      "name": "Arizona Dream",
+      "wiki_page": "https://en.wikipedia.org/wiki/Arizona_Dream",
+      "box_office": 112547,
+      "year": 1993,
+      "actors": [
+        "Johnny Depp",
+        "Jerry Lewis",
+        "Faye Dunaway",
+        "Lili Taylor",
+        "Vincent Gallo",
+        "Paulina Porizkova"
+      ]
+    },
+    "The Temp": {
+      "json_class": "Movie",
+      "name": "The Temp",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Temp_(film)",
+      "box_office": 6,
+      "year": 1993,
+      "actors": [
+        "Timothy Hutton",
+        "Lara Flynn Boyle",
+        "Dwight Schultz",
+        "Oliver Platt",
+        "Faye Dunaway"
+      ]
+    },
+    "Don Juan DeMarco": {
+      "json_class": "Movie",
+      "name": "Don Juan DeMarco",
+      "wiki_page": "https://en.wikipedia.org/wiki/Don_Juan_DeMarco",
+      "box_office": 68792531,
+      "year": 1995,
+      "actors": [
+        "Marlon Brando",
+        "Johnny Depp",
+        "Faye Dunaway",
+        "Rachel Ticotin",
+        "Bob Dishy",
+        "Géraldine Pailhas"
+      ]
+    },
+    "Drunks": {
+      "json_class": "Movie",
+      "name": "Drunks",
+      "wiki_page": "https://en.wikipedia.org/wiki/Drunks_(film)",
+      "box_office": 0,
+      "year": 1995,
+      "actors": [
+        "Richard Lewis (comedian)",
+        "Faye Dunaway",
+        "Spalding Gray",
+        "Amanda Plummer",
+        "Dianne Wiest"
+      ]
+    },
+    "Dunston Checks In": {
+      "json_class": "Movie",
+      "name": "Dunston Checks In",
+      "wiki_page": "https://en.wikipedia.org/wiki/Dunston_Checks_In",
+      "box_office": 9871065,
+      "year": 1996,
+      "actors": [
+        "Jason Alexander",
+        "Faye Dunaway",
+        "Eric Lloyd",
+        "Rupert Everett",
+        "Glenn Shadix",
+        "Paul Reubens"
+      ]
+    },
+    "Albino Alligator": {
+      "json_class": "Movie",
+      "name": "Albino Alligator",
+      "wiki_page": "https://en.wikipedia.org/wiki/Albino_Alligator",
+      "box_office": 339379,
+      "year": 1997,
+      "actors": [
+        "Matt Dillon",
+        "Faye Dunaway",
+        "Gary Sinise",
+        "William Fichtner",
+        "Viggo Mortensen",
+        "John Spencer (actor)",
+        "Skeet Ulrich",
+        "M. Emmet Walsh",
+        "Joe Mantegna"
+      ]
+    },
+    "The Chamber": {
+      "json_class": "Movie",
+      "name": "The Chamber",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Chamber_(film)",
+      "box_office": 22540359,
+      "year": 1996,
+      "actors": [
+        "Chris O'Donnell",
+        "Gene Hackman",
+        "Faye Dunaway",
+        "Lela Rochon",
+        "Robert Prosky",
+        "Raymond J. Barry",
+        "David Marshall Grant"
+      ]
+    },
+    "En brazos de la mujer madura": {
+      "json_class": "Movie",
+      "name": "En brazos de la mujer madura",
+      "wiki_page": "https://en.wikipedia.org/wiki/En_brazos_de_la_mujer_madura",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Juan Diego Botto",
+        "Faye Dunaway",
+        "Carme Elias"
+      ]
+    },
+    "Love Lies Bleeding": {
+      "json_class": "Movie",
+      "name": "Love Lies Bleeding",
+      "wiki_page": "https://en.wikipedia.org/wiki/Love_Lies_Bleeding_(1999_film)",
+      "box_office": 0,
+      "year": 1999,
+      "actors": [
+
+      ]
+    },
+    "The Messenger:\nThe Story of Joan of Arc": {
+      "json_class": "Movie",
+      "name": "The Messenger:\nThe Story of Joan of Arc",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Messenger:_The_Story_of_Joan_of_Arc",
+      "box_office": 67,
+      "year": 0,
+      "actors": [
+        "Milla Jovovich",
+        "John Malkovich",
+        "Faye Dunaway",
+        "Dustin Hoffman",
+        "Gina McKee",
+        "Tchéky Karyo"
+      ]
+    },
+    "The Yards": {
+      "json_class": "Movie",
+      "name": "The Yards",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Yards",
+      "box_office": 889352,
+      "year": 2000,
+      "actors": [
+
+      ]
+    },
+    "The Rules of Attraction": {
+      "json_class": "Movie",
+      "name": "The Rules of Attraction",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Rules_of_Attraction_(film)",
+      "box_office": 11819244,
+      "year": 2002,
+      "actors": [
+
+      ]
+    },
+    "Blind Horizon": {
+      "json_class": "Movie",
+      "name": "Blind Horizon",
+      "wiki_page": "https://en.wikipedia.org/wiki/Blind_Horizon",
+      "box_office": 0,
+      "year": 2003,
+      "actors": [
+
+      ]
+    },
+    "Rain": {
+      "json_class": "Movie",
+      "name": "Rain",
+      "wiki_page": "https://en.wikipedia.org/wiki/Rain_(2006_film)",
+      "box_office": 0,
+      "year": 2006,
+      "actors": [
+
+      ]
+    },
+    "Cougar Club": {
+      "json_class": "Movie",
+      "name": "Cougar Club",
+      "wiki_page": "https://en.wikipedia.org/wiki/Cougar_Club",
+      "box_office": 0,
+      "year": 2007,
+      "actors": [
+
+      ]
+    },
+    "Say It in Russian": {
+      "json_class": "Movie",
+      "name": "Say It in Russian",
+      "wiki_page": "https://en.wikipedia.org/wiki/Say_It_in_Russian",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Gene Generation": {
+      "json_class": "Movie",
+      "name": "The Gene Generation",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Gene_Generation",
+      "box_office": 0,
+      "year": 2007,
+      "actors": [
+
+      ]
+    },
+    "The Rage": {
+      "json_class": "Movie",
+      "name": "The Rage",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Rage_(2008_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Flick": {
+      "json_class": "Movie",
+      "name": "Flick",
+      "wiki_page": "https://en.wikipedia.org/wiki/Flick_(2008_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Balladyna": {
+      "json_class": "Movie",
+      "name": "Balladyna",
+      "wiki_page": "https://en.wikipedia.org/wiki/Balladyna_(film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "21 and Wake-Up": {
+      "json_class": "Movie",
+      "name": "21 and Wake-Up",
+      "wiki_page": "https://en.wikipedia.org/wiki/21_and_a_Wake-Up",
+      "box_office": 0,
+      "year": 2009,
+      "actors": [
+
+      ]
+    },
+    "The Case for Christ": {
+      "json_class": "Movie",
+      "name": "The Case for Christ",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Case_for_Christ",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Mike Vogel",
+        "Erika Christensen",
+        "Faye Dunaway",
+        "Robert Forster"
+      ]
+    },
+    "Inconceivable": {
+      "json_class": "Movie",
+      "name": "Inconceivable",
+      "wiki_page": "https://en.wikipedia.org/wiki/Inconceivable_(2017_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Nicolas Cage",
+        "Faye Dunaway",
+        "Gina Gershon"
+      ]
+    },
+    "Command Decision": {
+      "json_class": "Movie",
+      "name": "Command Decision",
+      "wiki_page": "https://en.wikipedia.org/wiki/Command_Decision_(play)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Battleground": {
+      "json_class": "Movie",
+      "name": "Battleground",
+      "wiki_page": "https://en.wikipedia.org/wiki/Battleground_(film)",
+      "box_office": 6269000,
+      "year": 1949,
+      "actors": [
+
+      ]
+    },
+    "Give 'em Hell, Harry!": {
+      "json_class": "Movie",
+      "name": "Give 'em Hell, Harry!",
+      "wiki_page": "https://en.wikipedia.org/wiki/Give_%27em_Hell,_Harry!",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Glory! Glory!": {
+      "json_class": "Movie",
+      "name": "Glory! Glory!",
+      "wiki_page": "https://en.wikipedia.org/wiki/Glory!_Glory!",
+      "box_office": 0,
+      "year": 1989,
+      "actors": [
+
+      ]
+    },
+    "The Practice": {
+      "json_class": "Movie",
+      "name": "The Practice",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Practice",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Dylan McDermott",
+        "Lisa Gay Hamilton",
+        "Steve Harris (actor)",
+        "Camryn Manheim",
+        "Kelli Williams",
+        "Michael Badalucco",
+        "Lara Flynn Boyle",
+        "Marla Sokoloff",
+        "Jason Kravits",
+        "Ron Livingston",
+        "Jessica Capshaw",
+        "Chyler Leigh",
+        "Rhona Mitra",
+        "James Spader"
+      ]
+    },
+    "Here's to Life!": {
+      "json_class": "Movie",
+      "name": "Here's to Life!",
+      "wiki_page": "https://en.wikipedia.org/wiki/Here%27s_to_Life!",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Mister Sterling": {
+      "json_class": "Movie",
+      "name": "Mister Sterling",
+      "wiki_page": "https://en.wikipedia.org/wiki/Mister_Sterling",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Where It's At": {
+      "json_class": "Movie",
+      "name": "Where It's At",
+      "wiki_page": "https://en.wikipedia.org/wiki/Where_It%27s_At_(film)",
+      "box_office": 0,
+      "year": 1969,
+      "actors": [
+
+      ]
+    },
+    "Midnight Cowboy": {
+      "json_class": "Movie",
+      "name": "Midnight Cowboy",
+      "wiki_page": "https://en.wikipedia.org/wiki/Midnight_Cowboy",
+      "box_office": 44,
+      "year": 1969,
+      "actors": [
+
+      ]
+    },
+    "Summertree": {
+      "json_class": "Movie",
+      "name": "Summertree",
+      "wiki_page": "https://en.wikipedia.org/wiki/Summertree",
+      "box_office": 0,
+      "year": 1971,
+      "actors": [
+
+      ]
+    },
+    "Going Home": {
+      "json_class": "Movie",
+      "name": "Going Home",
+      "wiki_page": "https://en.wikipedia.org/wiki/Going_Home_(1971_film)",
+      "box_office": 0,
+      "year": 1971,
+      "actors": [
+
+      ]
+    },
+    "Jacqueline Susann's Once Is Not Enough": {
+      "json_class": "Movie",
+      "name": "Jacqueline Susann's Once Is Not Enough",
+      "wiki_page": "https://en.wikipedia.org/wiki/Once_Is_Not_Enough_(film)",
+      "box_office": 7,
+      "year": 1975,
+      "actors": [
+
+      ]
+    },
+    "Death Weekend": {
+      "json_class": "Movie",
+      "name": "Death Weekend",
+      "wiki_page": "https://en.wikipedia.org/wiki/Death_Weekend",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Capricorn One": {
+      "json_class": "Movie",
+      "name": "Capricorn One",
+      "wiki_page": "https://en.wikipedia.org/wiki/Capricorn_One",
+      "box_office": 0,
+      "year": 1977,
+      "actors": [
+
+      ]
+    },
+    "Airport '77": {
+      "json_class": "Movie",
+      "name": "Airport '77",
+      "wiki_page": "https://en.wikipedia.org/wiki/Airport_%2777",
+      "box_office": 30,
+      "year": 1977,
+      "actors": [
+        "Jack Lemmon",
+        "Lee Grant",
+        "James Stewart",
+        "George Kennedy",
+        "Brenda Vaccaro",
+        "Christopher Lee",
+        "Joseph Cotten",
+        "Olivia de Havilland"
+      ]
+    },
+    "Fast Charlie... the Moonbeam Rider": {
+      "json_class": "Movie",
+      "name": "Fast Charlie... the Moonbeam Rider",
+      "wiki_page": "https://en.wikipedia.org/wiki/Fast_Charlie..._the_Moonbeam_Rider",
+      "box_office": 444334,
+      "year": 1979,
+      "actors": [
+
+      ]
+    },
+    "Zorro, The Gay Blade": {
+      "json_class": "Movie",
+      "name": "Zorro, The Gay Blade",
+      "wiki_page": "https://en.wikipedia.org/wiki/Zorro,_The_Gay_Blade",
+      "box_office": 5,
+      "year": 1981,
+      "actors": [
+        "George Hamilton (actor)",
+        "Lauren Hutton",
+        "Ron Leibman",
+        "Brenda Vaccaro"
+      ]
+    },
+    "Water": {
+      "json_class": "Movie",
+      "name": "Water",
+      "wiki_page": "https://en.wikipedia.org/wiki/Water_(1985_film)",
+      "box_office": 0,
+      "year": 1985,
+      "actors": [
+        "Michael Caine",
+        "Valerie Perrine",
+        "Brenda Vaccaro",
+        "Leonard Rossiter",
+        "Billy Connolly",
+        "Eric Clapton",
+        "George Harrison",
+        "Ringo Starr"
+      ]
+    },
+    "Heart of Midnight": {
+      "json_class": "Movie",
+      "name": "Heart of Midnight",
+      "wiki_page": "https://en.wikipedia.org/wiki/Heart_of_Midnight_(film)",
+      "box_office": 113000,
+      "year": 1988,
+      "actors": [
+
+      ]
+    },
+    "Ten Little Indians": {
+      "json_class": "Movie",
+      "name": "Ten Little Indians",
+      "wiki_page": "https://en.wikipedia.org/wiki/Ten_Little_Indians_(1989_film)",
+      "box_office": 59405,
+      "year": 1989,
+      "actors": [
+        "Donald Pleasence",
+        "Brenda Vaccaro",
+        "Frank Stallone",
+        "Herbert Lom",
+        "Warren Berlinger",
+        "Moira Lister"
+      ]
+    },
+    "Love Affair": {
+      "json_class": "Movie",
+      "name": "Love Affair",
+      "wiki_page": "https://en.wikipedia.org/wiki/Love_Affair_(1994_film)",
+      "box_office": 18272894,
+      "year": 1994,
+      "actors": [
+        "Annette Bening",
+        "Katharine Hepburn",
+        "Garry Shandling",
+        "Chloe Webb",
+        "Pierce Brosnan",
+        "Kate Capshaw"
+      ]
+    },
+    "The Mirror Has Two Faces": {
+      "json_class": "Movie",
+      "name": "The Mirror Has Two Faces",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Mirror_Has_Two_Faces",
+      "box_office": 91610201,
+      "year": 1996,
+      "actors": [
+        "Jeff Bridges",
+        "Pierce Brosnan",
+        "George Segal",
+        "Mimi Rogers",
+        "Brenda Vaccaro",
+        "Lauren Bacall"
+      ]
+    },
+    "Sonny": {
+      "json_class": "Movie",
+      "name": "Sonny",
+      "wiki_page": "https://en.wikipedia.org/wiki/Sonny_(film)",
+      "box_office": 30005,
+      "year": 2002,
+      "actors": [
+
+      ]
+    },
+    "Charlotte's Web 2:\nWilbur's Great Adventure": {
+      "json_class": "Movie",
+      "name": "Charlotte's Web 2:\nWilbur's Great Adventure",
+      "wiki_page": "https://en.wikipedia.org/wiki/Charlotte%27s_Web_2:_Wilbur%27s_Great_Adventure",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+        "Julia Duffy",
+        "Charlie Adler",
+        "Amanda Bynes"
+      ]
+    },
+    "Boynton Beach Club": {
+      "json_class": "Movie",
+      "name": "Boynton Beach Club",
+      "wiki_page": "https://en.wikipedia.org/wiki/Boynton_Beach_Club",
+      "box_office": 0,
+      "year": 2005,
+      "actors": [
+
+      ]
+    },
+    "Kubo and the Two Strings": {
+      "json_class": "Movie",
+      "name": "Kubo and the Two Strings",
+      "wiki_page": "https://en.wikipedia.org/wiki/Kubo_and_the_Two_Strings",
+      "box_office": 76,
+      "year": 2016,
+      "actors": [
+        "Charlize Theron",
+        "Art Parkinson",
+        "Ralph Fiennes",
+        "Rooney Mara",
+        "George Takei",
+        "Matthew McConaughey"
+      ]
+    },
+    "The Silver Chalice": {
+      "json_class": "Movie",
+      "name": "The Silver Chalice",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Silver_Chalice_(film)",
+      "box_office": 3,
+      "year": 1954,
+      "actors": [
+        "Virginia Mayo",
+        "Pier Angeli",
+        "Jack Palance",
+        "Paul Newman"
+      ]
+    },
+    "Producers' Showcase": {
+      "json_class": "Movie",
+      "name": "Producers' Showcase",
+      "wiki_page": "https://en.wikipedia.org/wiki/Producers%27_Showcase",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "\"Our Town\"": {
+      "json_class": "Movie",
+      "name": "\"Our Town\"",
+      "wiki_page": "https://en.wikipedia.org/wiki/Our_Town_(Producer%27s_Showcase)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The United States Steel Hour": {
+      "json_class": "Movie",
+      "name": "The United States Steel Hour",
+      "wiki_page": "https://en.wikipedia.org/wiki/United_States_Steel_Hour",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Somebody Up There Likes Me": {
+      "json_class": "Movie",
+      "name": "Somebody Up There Likes Me",
+      "wiki_page": "https://en.wikipedia.org/wiki/Somebody_Up_There_Likes_Me_(1956_film)",
+      "box_office": 3360000,
+      "year": 1956,
+      "actors": [
+
+      ]
+    },
+    "The Rack": {
+      "json_class": "Movie",
+      "name": "The Rack",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Rack_(film)",
+      "box_office": 765000,
+      "year": 1956,
+      "actors": [
+
+      ]
+    },
+    "The Helen Morgan Story": {
+      "json_class": "Movie",
+      "name": "The Helen Morgan Story",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Helen_Morgan_Story",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Until They Sail": {
+      "json_class": "Movie",
+      "name": "Until They Sail",
+      "wiki_page": "https://en.wikipedia.org/wiki/Until_They_Sail",
+      "box_office": 1420000,
+      "year": 1957,
+      "actors": [
+
+      ]
+    },
+    "Playhouse 90": {
+      "json_class": "Movie",
+      "name": "Playhouse 90",
+      "wiki_page": "https://en.wikipedia.org/wiki/Playhouse_90",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Long, Hot Summer": {
+      "json_class": "Movie",
+      "name": "The Long, Hot Summer",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Long,_Hot_Summer",
+      "box_office": 2853700,
+      "year": 1958,
+      "actors": [
+
+      ]
+    },
+    "The Left Handed Gun": {
+      "json_class": "Movie",
+      "name": "The Left Handed Gun",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Left_Handed_Gun",
+      "box_office": 0,
+      "year": 1958,
+      "actors": [
+
+      ]
+    },
+    "Cat on a Hot Tin Roof": {
+      "json_class": "Movie",
+      "name": "Cat on a Hot Tin Roof",
+      "wiki_page": "https://en.wikipedia.org/wiki/Cat_on_a_Hot_Tin_Roof_(film)",
+      "box_office": 11285000,
+      "year": 1958,
+      "actors": [
+
+      ]
+    },
+    "Rally Round the Flag, Boys!": {
+      "json_class": "Movie",
+      "name": "Rally Round the Flag, Boys!",
+      "wiki_page": "https://en.wikipedia.org/wiki/Rally_%27Round_the_Flag,_Boys!_(film)",
+      "box_office": 3,
+      "year": 1958,
+      "actors": [
+
+      ]
+    },
+    "The Young Philadelphians": {
+      "json_class": "Movie",
+      "name": "The Young Philadelphians",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Young_Philadelphians",
+      "box_office": 2,
+      "year": 1959,
+      "actors": [
+
+      ]
+    },
+    "From the Terrace": {
+      "json_class": "Movie",
+      "name": "From the Terrace",
+      "wiki_page": "https://en.wikipedia.org/wiki/From_the_Terrace",
+      "box_office": 5,
+      "year": 1960,
+      "actors": [
+
+      ]
+    },
+    "Exodus": {
+      "json_class": "Movie",
+      "name": "Exodus",
+      "wiki_page": "https://en.wikipedia.org/wiki/Exodus_(1960_film)",
+      "box_office": 8700000,
+      "year": 1960,
+      "actors": [
+
+      ]
+    },
+    "The Hustler": {
+      "json_class": "Movie",
+      "name": "The Hustler",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Hustler_(film)",
+      "box_office": 7600000,
+      "year": 1961,
+      "actors": [
+
+      ]
+    },
+    "Paris Blues": {
+      "json_class": "Movie",
+      "name": "Paris Blues",
+      "wiki_page": "https://en.wikipedia.org/wiki/Paris_Blues",
+      "box_office": 0,
+      "year": 1961,
+      "actors": [
+
+      ]
+    },
+    "Sweet Bird of Youth": {
+      "json_class": "Movie",
+      "name": "Sweet Bird of Youth",
+      "wiki_page": "https://en.wikipedia.org/wiki/Sweet_Bird_of_Youth_(film)",
+      "box_office": 7550000,
+      "year": 1962,
+      "actors": [
+        "Paul Newman",
+        "Geraldine Page",
+        "Shirley Knight",
+        "Ed Begley",
+        "Rip Torn"
+      ]
+    },
+    "Hemingway's Adventures of a Young Man": {
+      "json_class": "Movie",
+      "name": "Hemingway's Adventures of a Young Man",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hemingway%27s_Adventures_of_a_Young_Man",
+      "box_office": 0,
+      "year": 1962,
+      "actors": [
+
+      ]
+    },
+    "Hud": {
+      "json_class": "Movie",
+      "name": "Hud",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hud_(1963_film)",
+      "box_office": 10,
+      "year": 1963,
+      "actors": [
+
+      ]
+    },
+    "A New Kind of Love": {
+      "json_class": "Movie",
+      "name": "A New Kind of Love",
+      "wiki_page": "https://en.wikipedia.org/wiki/A_New_Kind_of_Love",
+      "box_office": 2250000,
+      "year": 1963,
+      "actors": [
+
+      ]
+    },
+    "The Prize": {
+      "json_class": "Movie",
+      "name": "The Prize",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Prize_(1963_film)",
+      "box_office": 0,
+      "year": 1963,
+      "actors": [
+
+      ]
+    },
+    "What a Way to Go!": {
+      "json_class": "Movie",
+      "name": "What a Way to Go!",
+      "wiki_page": "https://en.wikipedia.org/wiki/What_a_Way_to_Go!",
+      "box_office": 11180531,
+      "year": 1964,
+      "actors": [
+
+      ]
+    },
+    "The Outrage": {
+      "json_class": "Movie",
+      "name": "The Outrage",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Outrage",
+      "box_office": 1800000,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Lady L": {
+      "json_class": "Movie",
+      "name": "Lady L",
+      "wiki_page": "https://en.wikipedia.org/wiki/Lady_L",
+      "box_office": 2,
+      "year": 1965,
+      "actors": [
+
+      ]
+    },
+    "Harper": {
+      "json_class": "Movie",
+      "name": "Harper",
+      "wiki_page": "https://en.wikipedia.org/wiki/Harper_(film)",
+      "box_office": 12000000,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Torn Curtain": {
+      "json_class": "Movie",
+      "name": "Torn Curtain",
+      "wiki_page": "https://en.wikipedia.org/wiki/Torn_Curtain",
+      "box_office": 13,
+      "year": 1966,
+      "actors": [
+        "Paul Newman",
+        "Julie Andrews"
+      ]
+    },
+    "Hombre": {
+      "json_class": "Movie",
+      "name": "Hombre",
+      "wiki_page": "https://en.wikipedia.org/wiki/Hombre_(film)",
+      "box_office": 12000000,
+      "year": 1967,
+      "actors": [
+
+      ]
+    },
+    "Cool Hand Luke": {
+      "json_class": "Movie",
+      "name": "Cool Hand Luke",
+      "wiki_page": "https://en.wikipedia.org/wiki/Cool_Hand_Luke",
+      "box_office": 16217773,
+      "year": 1967,
+      "actors": [
+        "Paul Newman",
+        "George Kennedy",
+        "J. D. Cannon",
+        "Robert Drivas",
+        "Lou Antonio",
+        "Strother Martin",
+        "Jo Van Fleet"
+      ]
+    },
+    "The Secret War of Harry Frigg": {
+      "json_class": "Movie",
+      "name": "The Secret War of Harry Frigg",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Secret_War_of_Harry_Frigg",
+      "box_office": 3500000,
+      "year": 1968,
+      "actors": [
+
+      ]
+    },
+    "Winning": {
+      "json_class": "Movie",
+      "name": "Winning",
+      "wiki_page": "https://en.wikipedia.org/wiki/Winning",
+      "box_office": 14644335,
+      "year": 1969,
+      "actors": [
+
+      ]
+    },
+    "Butch Cassidy and the Sundance Kid": {
+      "json_class": "Movie",
+      "name": "Butch Cassidy and the Sundance Kid",
+      "wiki_page": "https://en.wikipedia.org/wiki/Butch_Cassidy_and_the_Sundance_Kid",
+      "box_office": 102,
+      "year": 1969,
+      "actors": [
+        "Paul Newman",
+        "Robert Redford",
+        "Katharine Ross",
+        "Strother Martin",
+        "Jeff Corey",
+        "Henry Jones (actor)"
+      ]
+    },
+    "WUSA": {
+      "json_class": "Movie",
+      "name": "WUSA",
+      "wiki_page": "https://en.wikipedia.org/wiki/WUSA_(film)",
+      "box_office": 0,
+      "year": 1970,
+      "actors": [
+
+      ]
+    },
+    "King: A Filmed Record... Montgomery to Memphis": {
+      "json_class": "Movie",
+      "name": "King: A Filmed Record... Montgomery to Memphis",
+      "wiki_page": "https://en.wikipedia.org/wiki/King:_A_Filmed_Record..._Montgomery_to_Memphis",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Sometimes a Great Notion": {
+      "json_class": "Movie",
+      "name": "Sometimes a Great Notion",
+      "wiki_page": "https://en.wikipedia.org/wiki/Sometimes_a_Great_Notion_(film)",
+      "box_office": 4000000,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Once Upon a Wheel": {
+      "json_class": "Movie",
+      "name": "Once Upon a Wheel",
+      "wiki_page": "https://en.wikipedia.org/wiki/Once_Upon_a_Wheel_(1971_TV_program)",
+      "box_office": 0,
+      "year": 1971,
+      "actors": [
+
+      ]
+    },
+    "Pocket Money": {
+      "json_class": "Movie",
+      "name": "Pocket Money",
+      "wiki_page": "https://en.wikipedia.org/wiki/Pocket_Money",
+      "box_office": 0,
+      "year": 1972,
+      "actors": [
+
+      ]
+    },
+    "The Life and Times of Judge Roy Bean": {
+      "json_class": "Movie",
+      "name": "The Life and Times of Judge Roy Bean",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Life_and_Times_of_Judge_Roy_Bean",
+      "box_office": 16530578,
+      "year": 1972,
+      "actors": [
+
+      ]
+    },
+    "The Mackintosh Man": {
+      "json_class": "Movie",
+      "name": "The Mackintosh Man",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Mackintosh_Man",
+      "box_office": 1500000,
+      "year": 1973,
+      "actors": [
+
+      ]
+    },
+    "The Sting": {
+      "json_class": "Movie",
+      "name": "The Sting",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Sting",
+      "box_office": 159,
+      "year": 1973,
+      "actors": [
+
+      ]
+    },
+    "The Drowning Pool": {
+      "json_class": "Movie",
+      "name": "The Drowning Pool",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Drowning_Pool_(film)",
+      "box_office": 0,
+      "year": 1975,
+      "actors": [
+
+      ]
+    },
+    "Silent Movie": {
+      "json_class": "Movie",
+      "name": "Silent Movie",
+      "wiki_page": "https://en.wikipedia.org/wiki/Silent_Movie",
+      "box_office": 36,
+      "year": 1976,
+      "actors": [
+        "Marty Feldman",
+        "Dom DeLuise",
+        "Bernadette Peters",
+        "Sid Caesar"
+      ]
+    },
+    "Buffalo Bill and the Indians": {
+      "json_class": "Movie",
+      "name": "Buffalo Bill and the Indians",
+      "wiki_page": "https://en.wikipedia.org/wiki/Buffalo_Bill_and_the_Indians",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Slap Shot": {
+      "json_class": "Movie",
+      "name": "Slap Shot",
+      "wiki_page": "https://en.wikipedia.org/wiki/Slap_Shot_(film)",
+      "box_office": 28000000,
+      "year": 1977,
+      "actors": [
+
+      ]
+    },
+    "Quintet": {
+      "json_class": "Movie",
+      "name": "Quintet",
+      "wiki_page": "https://en.wikipedia.org/wiki/Quintet_(film)",
+      "box_office": 0,
+      "year": 1979,
+      "actors": [
+
+      ]
+    },
+    "When Time Ran Out": {
+      "json_class": "Movie",
+      "name": "When Time Ran Out",
+      "wiki_page": "https://en.wikipedia.org/wiki/When_Time_Ran_Out",
+      "box_office": 3763988,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Fort Apache: The Bronx": {
+      "json_class": "Movie",
+      "name": "Fort Apache: The Bronx",
+      "wiki_page": "https://en.wikipedia.org/wiki/Fort_Apache,_The_Bronx",
+      "box_office": 65,
+      "year": 0,
+      "actors": [
+        "Paul Newman",
+        "Ed Asner",
+        "Ken Wahl",
+        "Danny Aiello",
+        "Rachel Ticotin",
+        "Pam Grier",
+        "Kathleen Beller"
+      ]
+    },
+    "Absence of Malice": {
+      "json_class": "Movie",
+      "name": "Absence of Malice",
+      "wiki_page": "https://en.wikipedia.org/wiki/Absence_of_Malice",
+      "box_office": 40716963,
+      "year": 1981,
+      "actors": [
+        "Paul Newman",
+        "Sally Field"
+      ]
+    },
+    "Harry & Son": {
+      "json_class": "Movie",
+      "name": "Harry & Son",
+      "wiki_page": "https://en.wikipedia.org/wiki/Harry_%26_Son",
+      "box_office": 4864980,
+      "year": 1984,
+      "actors": [
+        "Robby Benson",
+        "Ellen Barkin",
+        "Wilford Brimley",
+        "Ossie Davis",
+        "Joanne Woodward"
+      ]
+    },
+    "The Color of Money": {
+      "json_class": "Movie",
+      "name": "The Color of Money",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Color_of_Money",
+      "box_office": 52,
+      "year": 1986,
+      "actors": [
+        "Paul Newman",
+        "Tom Cruise",
+        "Mary Elizabeth Mastrantonio"
+      ]
+    },
+    "Fat Man and Little Boy": {
+      "json_class": "Movie",
+      "name": "Fat Man and Little Boy",
+      "wiki_page": "https://en.wikipedia.org/wiki/Fat_Man_and_Little_Boy",
+      "box_office": 3563162,
+      "year": 0,
+      "actors": [
+        "Paul Newman",
+        "Dwight Schultz",
+        "Bonnie Bedelia",
+        "John Cusack",
+        "Laura Dern",
+        "John C. McGinley"
+      ]
+    },
+    "Blaze": {
+      "json_class": "Movie",
+      "name": "Blaze",
+      "wiki_page": "https://en.wikipedia.org/wiki/Blaze_(film)",
+      "box_office": 19131246,
+      "year": 1989,
+      "actors": [
+        "Paul Newman",
+        "Lolita Davidovich"
+      ]
+    },
+    "Mr. & Mrs. Bridge": {
+      "json_class": "Movie",
+      "name": "Mr. & Mrs. Bridge",
+      "wiki_page": "https://en.wikipedia.org/wiki/Mr._and_Mrs._Bridge",
+      "box_office": 7698010,
+      "year": 1990,
+      "actors": [
+        "Paul Newman",
+        "Joanne Woodward",
+        "Blythe Danner",
+        "Kyra Sedgwick",
+        "Robert Sean Leonard"
+      ]
+    },
+    "La Classe américaine": {
+      "json_class": "Movie",
+      "name": "La Classe américaine",
+      "wiki_page": "https://en.wikipedia.org/wiki/La_Classe_am%C3%A9ricaine",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Hudsucker Proxy": {
+      "json_class": "Movie",
+      "name": "The Hudsucker Proxy",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Hudsucker_Proxy",
+      "box_office": 2,
+      "year": 1994,
+      "actors": [
+        "Tim Robbins",
+        "Jennifer Jason Leigh",
+        "Paul Newman"
+      ]
+    },
+    "Twilight": {
+      "json_class": "Movie",
+      "name": "Twilight",
+      "wiki_page": "https://en.wikipedia.org/wiki/Twilight_(1998_film)",
+      "box_office": 15055091,
+      "year": 1998,
+      "actors": [
+        "Paul Newman",
+        "Susan Sarandon",
+        "Gene Hackman",
+        "Stockard Channing",
+        "Reese Witherspoon",
+        "Giancarlo Esposito"
+      ]
+    },
+    "Message in a Bottle": {
+      "json_class": "Movie",
+      "name": "Message in a Bottle",
+      "wiki_page": "https://en.wikipedia.org/wiki/Message_in_a_Bottle_(film)",
+      "box_office": 118880016,
+      "year": 1999,
+      "actors": [
+        "Robin Wright",
+        "John Savage (actor)",
+        "Illeana Douglas",
+        "Robbie Coltrane",
+        "Paul Newman"
+      ]
+    },
+    "Where the Money Is": {
+      "json_class": "Movie",
+      "name": "Where the Money Is",
+      "wiki_page": "https://en.wikipedia.org/wiki/Where_the_Money_Is",
+      "box_office": 7243669,
+      "year": 2000,
+      "actors": [
+
+      ]
+    },
+    "The Simpsons": {
+      "json_class": "Movie",
+      "name": "The Simpsons",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Simpsons",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Road to Perdition": {
+      "json_class": "Movie",
+      "name": "Road to Perdition",
+      "wiki_page": "https://en.wikipedia.org/wiki/Road_to_Perdition",
+      "box_office": 181,
+      "year": 2002,
+      "actors": [
+        "Tom Hanks",
+        "Paul Newman",
+        "Jude Law",
+        "Jennifer Jason Leigh",
+        "Stanley Tucci",
+        "Daniel Craig"
+      ]
+    },
+    "Our Town": {
+      "json_class": "Movie",
+      "name": "Our Town",
+      "wiki_page": "https://en.wikipedia.org/wiki/Our_Town_(2003_film)",
+      "box_office": 0,
+      "year": 2003,
+      "actors": [
+
+      ]
+    },
+    "Empire Falls": {
+      "json_class": "Movie",
+      "name": "Empire Falls",
+      "wiki_page": "https://en.wikipedia.org/wiki/Empire_Falls_(miniseries)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Magnificent Desolation:\nWalking on the Moon 3D": {
+      "json_class": "Movie",
+      "name": "Magnificent Desolation:\nWalking on the Moon 3D",
+      "wiki_page": "https://en.wikipedia.org/wiki/Magnificent_Desolation:_Walking_on_the_Moon_3D",
+      "box_office": 40339402,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Cars": {
+      "json_class": "Movie",
+      "name": "Cars",
+      "wiki_page": "https://en.wikipedia.org/wiki/Cars_(film)",
+      "box_office": 462,
+      "year": 2006,
+      "actors": [
+
+      ]
+    },
+    "Dale": {
+      "json_class": "Movie",
+      "name": "Dale",
+      "wiki_page": "https://en.wikipedia.org/wiki/Dale_(film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Meerkats": {
+      "json_class": "Movie",
+      "name": "The Meerkats",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Meerkats",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Asphalt Jungle": {
+      "json_class": "Movie",
+      "name": "The Asphalt Jungle",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Asphalt_Jungle_(TV_series)",
+      "box_office": 0,
+      "year": 1961,
+      "actors": [
+
+      ]
+    },
+    "You're in the Navy Now": {
+      "json_class": "Movie",
+      "name": "You're in the Navy Now",
+      "wiki_page": "https://en.wikipedia.org/wiki/You%27re_in_the_Navy_Now",
+      "box_office": 1,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "The Frogmen": {
+      "json_class": "Movie",
+      "name": "The Frogmen",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Frogmen",
+      "box_office": 2,
+      "year": 1951,
+      "actors": [
+        "Richard Widmark",
+        "Dana Andrews",
+        "Gary Merrill"
+      ]
+    },
+    "The Man with My Face": {
+      "json_class": "Movie",
+      "name": "The Man with My Face",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Man_with_My_Face_(film)",
+      "box_office": 0,
+      "year": 1951,
+      "actors": [
+
+      ]
+    },
+    "Red Ball Express": {
+      "json_class": "Movie",
+      "name": "Red Ball Express",
+      "wiki_page": "https://en.wikipedia.org/wiki/Red_Ball_Express_(film)",
+      "box_office": 1,
+      "year": 1952,
+      "actors": [
+
+      ]
+    },
+    "From Here to Eternity": {
+      "json_class": "Movie",
+      "name": "From Here to Eternity",
+      "wiki_page": "https://en.wikipedia.org/wiki/From_Here_to_Eternity",
+      "box_office": 30500000,
+      "year": 1953,
+      "actors": [
+
+      ]
+    },
+    "Edge of the City": {
+      "json_class": "Movie",
+      "name": "Edge of the City",
+      "wiki_page": "https://en.wikipedia.org/wiki/Edge_of_the_City",
+      "box_office": 760000,
+      "year": 1957,
+      "actors": [
+
+      ]
+    },
+    "The Bachelor Party": {
+      "json_class": "Movie",
+      "name": "The Bachelor Party",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Bachelor_Party",
+      "box_office": 1,
+      "year": 1953,
+      "actors": [
+
+      ]
+    },
+    "12 Angry Men": {
+      "json_class": "Movie",
+      "name": "12 Angry Men",
+      "wiki_page": "https://en.wikipedia.org/wiki/12_Angry_Men_(1957_film)",
+      "box_office": 1000000,
+      "year": 1957,
+      "actors": [
+        "Lee J. Cobb",
+        "Ed Begley",
+        "E. G. Marshall",
+        "Jack Warden"
+      ]
+    },
+    "Darby's Rangers": {
+      "json_class": "Movie",
+      "name": "Darby's Rangers",
+      "wiki_page": "https://en.wikipedia.org/wiki/Darby%27s_Rangers",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Run Silent, Run Deep": {
+      "json_class": "Movie",
+      "name": "Run Silent, Run Deep",
+      "wiki_page": "https://en.wikipedia.org/wiki/Run_Silent,_Run_Deep_(1958_film)",
+      "box_office": 0,
+      "year": 1958,
+      "actors": [
+
+      ]
+    },
+    "The Sound and the Fury": {
+      "json_class": "Movie",
+      "name": "The Sound and the Fury",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Sound_and_the_Fury_(1959_film)",
+      "box_office": 1,
+      "year": 1959,
+      "actors": [
+
+      ]
+    },
+    "That Kind of Woman": {
+      "json_class": "Movie",
+      "name": "That Kind of Woman",
+      "wiki_page": "https://en.wikipedia.org/wiki/That_Kind_of_Woman",
+      "box_office": 1,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Wake Me When It's Over": {
+      "json_class": "Movie",
+      "name": "Wake Me When It's Over",
+      "wiki_page": "https://en.wikipedia.org/wiki/Wake_Me_When_It%27s_Over_(film)",
+      "box_office": 2000000,
+      "year": 1960,
+      "actors": [
+
+      ]
+    },
+    "The Lawbreakers": {
+      "json_class": "Movie",
+      "name": "The Lawbreakers",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Lawbreakers",
+      "box_office": 0,
+      "year": 1961,
+      "actors": [
+
+      ]
+    },
+    "Escape from Zahrain": {
+      "json_class": "Movie",
+      "name": "Escape from Zahrain",
+      "wiki_page": "https://en.wikipedia.org/wiki/Escape_from_Zahrain",
+      "box_office": 0,
+      "year": 1962,
+      "actors": [
+        "Yul Brynner",
+        "Anthony Caruso (actor)",
+        "Sal Mineo",
+        "Jay Novello",
+        "Madlyn Rhue",
+        "Leonard Strong (actor)",
+        "Jack Warden",
+        "James Mason",
+        "Vladimir Sokoloff"
+      ]
+    },
+    "Donovan's Reef": {
+      "json_class": "Movie",
+      "name": "Donovan's Reef",
+      "wiki_page": "https://en.wikipedia.org/wiki/Donovan%27s_Reef",
+      "box_office": 6600000,
+      "year": 1963,
+      "actors": [
+
+      ]
+    },
+    "The Thin Red Line": {
+      "json_class": "Movie",
+      "name": "The Thin Red Line",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Thin_Red_Line_(1964_film)",
+      "box_office": 0,
+      "year": 1964,
+      "actors": [
+
+      ]
+    },
+    "Blindfold": {
+      "json_class": "Movie",
+      "name": "Blindfold",
+      "wiki_page": "https://en.wikipedia.org/wiki/Blindfold_(film)",
+      "box_office": 0,
+      "year": 1966,
+      "actors": [
+
+      ]
+    },
+    "Bye Bye Braverman": {
+      "json_class": "Movie",
+      "name": "Bye Bye Braverman",
+      "wiki_page": "https://en.wikipedia.org/wiki/Bye_Bye_Braverman",
+      "box_office": 0,
+      "year": 1968,
+      "actors": [
+
+      ]
+    },
+    "Who Is Harry Kellerman and Why Is He Saying Those Terrible Things About Me?": {
+      "json_class": "Movie",
+      "name": "Who Is Harry Kellerman and Why Is He Saying Those Terrible Things About Me?",
+      "wiki_page": "https://en.wikipedia.org/wiki/Who_Is_Harry_Kellerman_and_Why_Is_He_Saying_Those_Terrible_Things_About_Me%3F",
+      "box_office": 0,
+      "year": 1971,
+      "actors": [
+
+      ]
+    },
+    "The Man Who Loved Cat Dancing": {
+      "json_class": "Movie",
+      "name": "The Man Who Loved Cat Dancing",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Man_Who_Loved_Cat_Dancing_(film)",
+      "box_office": 3600000,
+      "year": 1973,
+      "actors": [
+
+      ]
+    },
+    "Billy Two Hats": {
+      "json_class": "Movie",
+      "name": "Billy Two Hats",
+      "wiki_page": "https://en.wikipedia.org/wiki/Billy_Two_Hats",
+      "box_office": 0,
+      "year": 1974,
+      "actors": [
+
+      ]
+    },
+    "The Apprenticeship of Duddy Kravitz": {
+      "json_class": "Movie",
+      "name": "The Apprenticeship of Duddy Kravitz",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Apprenticeship_of_Duddy_Kravitz_(film)",
+      "box_office": 1,
+      "year": 1974,
+      "actors": [
+
+      ]
+    },
+    "Shampoo": {
+      "json_class": "Movie",
+      "name": "Shampoo",
+      "wiki_page": "https://en.wikipedia.org/wiki/Shampoo_(film)",
+      "box_office": 60,
+      "year": 1975,
+      "actors": [
+
+      ]
+    },
+    "All the President's Men": {
+      "json_class": "Movie",
+      "name": "All the President's Men",
+      "wiki_page": "https://en.wikipedia.org/wiki/All_the_President%27s_Men_(film)",
+      "box_office": 70,
+      "year": 1976,
+      "actors": [
+
+      ]
+    },
+    "Raid on Entebbe": {
+      "json_class": "Movie",
+      "name": "Raid on Entebbe",
+      "wiki_page": "https://en.wikipedia.org/wiki/Raid_on_Entebbe_(film)",
+      "box_office": 0,
+      "year": 1977,
+      "actors": [
+
+      ]
+    },
+    "The White Buffalo": {
+      "json_class": "Movie",
+      "name": "The White Buffalo",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_White_Buffalo",
+      "box_office": 0,
+      "year": 1977,
+      "actors": [
+
+      ]
+    },
+    "Heaven Can Wait": {
+      "json_class": "Movie",
+      "name": "Heaven Can Wait",
+      "wiki_page": "https://en.wikipedia.org/wiki/Heaven_Can_Wait_(1978_film)",
+      "box_office": 81,
+      "year": 1978,
+      "actors": [
+        "Julie Christie",
+        "James Mason",
+        "Jack Warden",
+        "Charles Grodin",
+        "Dyan Cannon",
+        "R G Armstrong"
+      ]
+    },
+    "Death on the Nile": {
+      "json_class": "Movie",
+      "name": "Death on the Nile",
+      "wiki_page": "https://en.wikipedia.org/wiki/Death_on_the_Nile_(1978_film)",
+      "box_office": 14560084,
+      "year": 1978,
+      "actors": [
+
+      ]
+    },
+    "Dreamer": {
+      "json_class": "Movie",
+      "name": "Dreamer",
+      "wiki_page": "https://en.wikipedia.org/wiki/Dreamer_(1979_film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Beyond the Poseidon Adventure": {
+      "json_class": "Movie",
+      "name": "Beyond the Poseidon Adventure",
+      "wiki_page": "https://en.wikipedia.org/wiki/Beyond_the_Poseidon_Adventure",
+      "box_office": 0,
+      "year": 1979,
+      "actors": [
+
+      ]
+    },
+    "...And Justice For All": {
+      "json_class": "Movie",
+      "name": "...And Justice For All",
+      "wiki_page": "https://en.wikipedia.org/wiki/...And_Justice_for_All_(film)",
+      "box_office": 33300000,
+      "year": 0,
+      "actors": [
+        "Al Pacino",
+        "Jack Warden",
+        "John Forsythe",
+        "Lee Strasberg"
+      ]
+    },
+    "Being There": {
+      "json_class": "Movie",
+      "name": "Being There",
+      "wiki_page": "https://en.wikipedia.org/wiki/Being_There",
+      "box_office": 30177511,
+      "year": 1979,
+      "actors": [
+
+      ]
+    },
+    "Used Cars": {
+      "json_class": "Movie",
+      "name": "Used Cars",
+      "wiki_page": "https://en.wikipedia.org/wiki/Used_Cars",
+      "box_office": 11,
+      "year": 1980,
+      "actors": [
+        "Kurt Russell",
+        "Jack Warden",
+        "Gerrit Graham",
+        "Deborah Harmon"
+      ]
+    },
+    "The Great Muppet Caper": {
+      "json_class": "Movie",
+      "name": "The Great Muppet Caper",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Great_Muppet_Caper",
+      "box_office": 31,
+      "year": 1981,
+      "actors": [
+        "Jim Henson",
+        "Frank Oz",
+        "Dave Goelz",
+        "Jerry Nelson",
+        "Richard Hunt (puppeteer)",
+        "Steve Whitmire",
+        "Diana Rigg",
+        "Charles Grodin"
+      ]
+    },
+    "Carbon Copy": {
+      "json_class": "Movie",
+      "name": "Carbon Copy",
+      "wiki_page": "https://en.wikipedia.org/wiki/Carbon_Copy_(film)",
+      "box_office": 9566593,
+      "year": 1981,
+      "actors": [
+
+      ]
+    },
+    "Chu Chu and the Philly Flash": {
+      "json_class": "Movie",
+      "name": "Chu Chu and the Philly Flash",
+      "wiki_page": "https://en.wikipedia.org/wiki/Chu_Chu_and_the_Philly_Flash",
+      "box_office": 0,
+      "year": 1981,
+      "actors": [
+
+      ]
+    },
+    "So Fine": {
+      "json_class": "Movie",
+      "name": "So Fine",
+      "wiki_page": "https://en.wikipedia.org/wiki/So_Fine_(film)",
+      "box_office": 0,
+      "year": 1981,
+      "actors": [
+
+      ]
+    },
+    "Crackers": {
+      "json_class": "Movie",
+      "name": "Crackers",
+      "wiki_page": "https://en.wikipedia.org/wiki/Crackers_(1984_film)",
+      "box_office": 0,
+      "year": 1984,
+      "actors": [
+        "Donald Sutherland",
+        "Jack Warden",
+        "Sean Penn"
+      ]
+    },
+    "The Aviator": {
+      "json_class": "Movie",
+      "name": "The Aviator",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Aviator_(1985_film)",
+      "box_office": 1304192,
+      "year": 1985,
+      "actors": [
+        "Christopher Reeve",
+        "Rosanna Arquette",
+        "Jack Warden",
+        "Tyne Daly"
+      ]
+    },
+    "Alice in Wonderland": {
+      "json_class": "Movie",
+      "name": "Alice in Wonderland",
+      "wiki_page": "https://en.wikipedia.org/wiki/Alice_in_Wonderland_(1985_film)",
+      "box_office": 0,
+      "year": 1985,
+      "actors": [
+
+      ]
+    },
+    "September": {
+      "json_class": "Movie",
+      "name": "September",
+      "wiki_page": "https://en.wikipedia.org/wiki/September_(1987_film)",
+      "box_office": 486434,
+      "year": 1987,
+      "actors": [
+        "Denholm Elliott",
+        "Mia Farrow",
+        "Elaine Stritch",
+        "Jack Warden",
+        "Sam Waterston",
+        "Dianne Wiest"
+      ]
+    },
+    "Dead Solid Perfect": {
+      "json_class": "Movie",
+      "name": "Dead Solid Perfect",
+      "wiki_page": "https://en.wikipedia.org/wiki/Dead_Solid_Perfect",
+      "box_office": 0,
+      "year": 1988,
+      "actors": [
+
+      ]
+    },
+    "The Presidio": {
+      "json_class": "Movie",
+      "name": "The Presidio",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Presidio_(film)",
+      "box_office": 20036242,
+      "year": 1988,
+      "actors": [
+        "Sean Connery",
+        "Mark Harmon",
+        "Meg Ryan",
+        "Jack Warden"
+      ]
+    },
+    "Everybody Wins": {
+      "json_class": "Movie",
+      "name": "Everybody Wins",
+      "wiki_page": "https://en.wikipedia.org/wiki/Everybody_Wins_(film)",
+      "box_office": 1372350,
+      "year": 1990,
+      "actors": [
+        "Debra Winger",
+        "Nick Nolte",
+        "Will Patton",
+        "Judith Ivey",
+        "Jack Warden"
+      ]
+    },
+    "Problem Child": {
+      "json_class": "Movie",
+      "name": "Problem Child",
+      "wiki_page": "https://en.wikipedia.org/wiki/Problem_Child_(film)",
+      "box_office": 72,
+      "year": 1990,
+      "actors": [
+        "John Ritter",
+        "Amy Yasbeck",
+        "Michael Richards",
+        "Gilbert Gottfried",
+        "Jack Warden"
+      ]
+    },
+    "Problem Child 2": {
+      "json_class": "Movie",
+      "name": "Problem Child 2",
+      "wiki_page": "https://en.wikipedia.org/wiki/Problem_Child_2",
+      "box_office": 32,
+      "year": 0,
+      "actors": [
+        "John Ritter",
+        "Michael Oliver (actor)",
+        "Laraine Newman",
+        "Amy Yasbeck",
+        "Jack Warden"
+      ]
+    },
+    "Passed Away": {
+      "json_class": "Movie",
+      "name": "Passed Away",
+      "wiki_page": "https://en.wikipedia.org/wiki/Passed_Away_(film)",
+      "box_office": 4,
+      "year": 1992,
+      "actors": [
+        "Bob Hoskins",
+        "Blair Brown",
+        "Tim Curry",
+        "Frances McDormand",
+        "William Petersen",
+        "Pamela Reed",
+        "Peter Riegert",
+        "Maureen Stapleton",
+        "Nancy Travis",
+        "Jack Warden"
+      ]
+    },
+    "Night and the City": {
+      "json_class": "Movie",
+      "name": "Night and the City",
+      "wiki_page": "https://en.wikipedia.org/wiki/Night_and_the_City_(1992_film)",
+      "box_office": 6202756,
+      "year": 1992,
+      "actors": [
+        "Robert De Niro",
+        "Jessica Lange",
+        "Cliff Gorman",
+        "Jack Warden",
+        "Alan King"
+      ]
+    },
+    "Toys": {
+      "json_class": "Movie",
+      "name": "Toys",
+      "wiki_page": "https://en.wikipedia.org/wiki/Toys_(film)",
+      "box_office": 23,
+      "year": 1992,
+      "actors": [
+        "Robin Williams",
+        "Michael Gambon",
+        "Joan Cusack",
+        "Robin Wright",
+        "LL Cool J"
+      ]
+    },
+    "Guilty as Sin": {
+      "json_class": "Movie",
+      "name": "Guilty as Sin",
+      "wiki_page": "https://en.wikipedia.org/wiki/Guilty_as_Sin",
+      "box_office": 22886222,
+      "year": 1993,
+      "actors": [
+        "Rebecca De Mornay",
+        "Don Johnson",
+        "Stephen Lang",
+        "Jack Warden"
+      ]
+    },
+    "Bullets over Broadway": {
+      "json_class": "Movie",
+      "name": "Bullets over Broadway",
+      "wiki_page": "https://en.wikipedia.org/wiki/Bullets_over_Broadway",
+      "box_office": 13,
+      "year": 1994,
+      "actors": [
+        "Jim Broadbent",
+        "John Cusack",
+        "Harvey Fierstein",
+        "Chazz Palminteri",
+        "Mary-Louise Parker",
+        "Rob Reiner",
+        "Jennifer Tilly",
+        "Tracey Ullman",
+        "Joe Viterelli",
+        "Jack Warden",
+        "Dianne Wiest"
+      ]
+    },
+    "While You Were Sleeping": {
+      "json_class": "Movie",
+      "name": "While You Were Sleeping",
+      "wiki_page": "https://en.wikipedia.org/wiki/While_You_Were_Sleeping_(film)",
+      "box_office": 182057016,
+      "year": 1995,
+      "actors": [
+        "Sandra Bullock",
+        "Bill Pullman",
+        "Peter Gallagher",
+        "Peter Boyle",
+        "Glynis Johns",
+        "Jack Warden"
+      ]
+    },
+    "Things to Do in Denver When You're Dead": {
+      "json_class": "Movie",
+      "name": "Things to Do in Denver When You're Dead",
+      "wiki_page": "https://en.wikipedia.org/wiki/Things_to_Do_in_Denver_When_You%27re_Dead",
+      "box_office": 529677,
+      "year": 1995,
+      "actors": [
+        "Andy García",
+        "Christopher Lloyd",
+        "William Forsythe (actor)",
+        "Bill Nunn",
+        "Treat Williams",
+        "Jack Warden",
+        "Steve Buscemi",
+        "Fairuza Balk",
+        "Gabrielle Anwar",
+        "Christopher Walken"
+      ]
+    },
+    "Mighty Aphrodite": {
+      "json_class": "Movie",
+      "name": "Mighty Aphrodite",
+      "wiki_page": "https://en.wikipedia.org/wiki/Mighty_Aphrodite",
+      "box_office": 26,
+      "year": 1995,
+      "actors": [
+        "F. Murray Abraham",
+        "Claire Bloom",
+        "Helena Bonham Carter",
+        "Olympia Dukakis",
+        "Michael Rapaport",
+        "Mira Sorvino",
+        "David Ogden Stiers",
+        "Jack Warden",
+        "Peter Weller"
+      ]
+    },
+    "Ed": {
+      "json_class": "Movie",
+      "name": "Ed",
+      "wiki_page": "https://en.wikipedia.org/wiki/Ed_(film)",
+      "box_office": 4422330,
+      "year": 1996,
+      "actors": [
+        "Matt LeBlanc",
+        "Jayne Brook",
+        "Bill Cobbs",
+        "Jack Warden"
+      ]
+    },
+    "The Island on Bird Street": {
+      "json_class": "Movie",
+      "name": "The Island on Bird Street",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Island_on_Bird_Street_(film)",
+      "box_office": 0,
+      "year": 0,
+      "actors": [
+
+      ]
+    },
+    "Chairman of the Board": {
+      "json_class": "Movie",
+      "name": "Chairman of the Board",
+      "wiki_page": "https://en.wikipedia.org/wiki/Chairman_of_the_Board_(film)",
+      "box_office": 181233,
+      "year": 1998,
+      "actors": [
+        "Carrot Top",
+        "Courtney Thorne-Smith",
+        "Larry Miller (entertainer)",
+        "Raquel Welch",
+        "Mystro Clark",
+        "M. Emmet Walsh",
+        "Jack Warden"
+      ]
+    },
+    "The Bye Bye Man": {
+      "json_class": "Movie",
+      "name": "The Bye Bye Man",
+      "wiki_page": "https://en.wikipedia.org/wiki/The_Bye_Bye_Man",
+      "box_office": 24,
+      "year": 2017,
+      "actors": [
+        "Douglas Smith (actor)",
+        "Lucien Laviscount",
+        "Cressida Bonas",
+        "Doug Jones (actor)",
+        "Carrie-Anne Moss",
+        "Faye Dunaway"
+      ]
+    }
+  }
+]
\ No newline at end of file
diff --git a/src/test_getRequestActor.py b/src/test_getRequestActor.py
new file mode 100644
index 0000000000000000000000000000000000000000..139597f9cb07c5d48bed18984ec4747f4b4f3438
--- /dev/null
+++ b/src/test_getRequestActor.py
@@ -0,0 +1,2 @@
+
+
diff --git a/src/test_webServer.py b/src/test_webServer.py
new file mode 100644
index 0000000000000000000000000000000000000000..4659f6c5021b66a0fff9ac47564ee3e76c96c7bf
--- /dev/null
+++ b/src/test_webServer.py
@@ -0,0 +1,66 @@
+from unittest import TestCase
+import Webserver
+import flask
+
+import os
+import tempfile
+
+import pytest
+
+class TestWebServer(TestCase):
+    def test_GetRequestActor(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.get('/actors?name={"Tim"}&age={"58"}')
+        self.assertEqual(str(response), '<Response streamed [200 OK]>')
+
+        response = self.app.get('/actors?name={"Timea"}&name={"Jany"}')
+
+    def test_GetRequestSpecActor(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.get('/actors/Bruce_Willis')
+        self.assertEqual(str(response), '<Response streamed [200 OK]>')
+        response = self.app.get('/actors/Jake_Peralta')
+
+    def test_getRequestMovieAll(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.get('/movies?name={"The Verdict"}')
+
+        response = self.app.get('/movies?name={"The_Verdict"}')
+        self.assertEqual(str(response), '<Response streamed [400 BAD REQUEST]>')
+
+        response = self.app.get('/movies?year={"2014"}')
+
+
+    def test_GetRequestSpecMovie(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.get('/movies/The_Verdict')
+
+        response = self.app.get('/movies/The_Verdict')
+        self.assertEqual(str(response), '<Response streamed [200 OK]>')
+
+    def test_PutRequestActors(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.put('/actors/Bruce_Willis?{"age"="84"}')
+        self.assertEqual(str(response), '<Response streamed [200 OK]>')
+
+    def test_PutRequestMovies(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.put('/movies/The_Verdict?date={"2017"}')
+        self.assertEqual(str(response), '<Response streamed [200 OK]>')
+
+    def test_PostRequestActors(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.put('/actors?name={"Ali Ryan"}&age={"42"}&movies={"Random Movie 2"} ')
+        response = self.app.put('/actors?name={"Ali Ryan"}&age={"42"}')
+
+    def test_PostRequestMovies(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.put('/movies?name={"Random Movie 4"}&date={"2017"}&box_office={"120000"}&actors={"Jack Ryan"}')
+
+    def test_DeleteRequestActors(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.delete('/actors/Jack_Ryan')
+
+    def test_DeleteRequestMovies(self):
+        self.app = Webserver.app.test_client()
+        response = self.app.delete('/movies/Random_Movies_2')