BrightData commited on
Commit
9ee00a6
1 Parent(s): fa0fefc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -7
README.md CHANGED
@@ -110,12 +110,56 @@ This ensures that the dataset meets the high standards of quality necessary for
110
  ```json
111
  [
112
  {
113
- "timestamp": "2024-05-09",
114
- "url": "https://www.imdb.com/title/tt1533087/",
115
- "title": "Soda Springs",
116
- "popularity": null,
 
 
 
 
 
 
117
  "genres": [
118
- "Drama"
119
- }
120
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  ```
 
110
  ```json
111
  [
112
  {
113
+ "url": "https://www.goodreads.com/book/show/13330237-the-best-of-archie-comics-volume-2",
114
+ "id": "13330237-the-best-of-archie-comics-volume-2",
115
+ "name": "The Best of Archie Comics, Volume 2",
116
+ "author": [
117
+ "Archie Comics"
118
+ ],
119
+ "star_rating": 4.23,
120
+ "num_ratings": 623,
121
+ "num_reviews": "28",
122
+ "summary": "The celebration of 70 years of Archie Comics fun continues with this full-color collection with over 400 pages of classic and much-loved comic book stories featuring America’s favorite teenagers.\n\nFollowing up on the success of the top-selling The Best of Arche Comics , this second volume brings together another must-have collection for Archie fans young and old!\n\nThe Best of Arche Comics Book Two collects some of the best-known and beloved Archie stories, hand-picked from the company’s rich, 70-year history. Included in this volume are exclusive behindthe- scenes anecdotes from the creators who brought the stories to life!\n\nAn essential addition to anyone’s library",
123
  "genres": [
124
+ "Comics",
125
+ "Graphic Novels",
126
+ "Humor",
127
+ "Fiction",
128
+ "Graphic Novels Comics",
129
+ "Young Adult",
130
+ "Childrens",
131
+ "Comedy"
132
+ ],
133
+ "first_published": "9/4/2012",
134
+ "about_author": {
135
+ "about": "Archie Comics is an American comic book publisher headquartered in the Village of Mamaroneck, Town of Mamaroneck, New York, known for its many series featuring the fictional teenagers Archie Andrews, Betty Cooper, Veronica Lodge, Reggie Mantle and Jughead Jones. The characters were created by publisher/editor John L. Goldwater, written by Vic Bloom and drawn by Bob Montana. They were based in part on people met by Goldwater \"in the Midwest\" during his travels throughout the United States while looking for jobs and places to stay.Archie's first appearance in Pep Comics #22 on December 22, 1941, was drawn by Montana and written by Vic Bloom. With the creation of Archie, publisher Goldwater hoped to appeal to fans of the Andy Hardy movies starring Mickey Rooney. Archie Comics is also the title of the company's longest-running publication, the first issue appearing with a cover date of Winter 1942. Starting with issue #114, the title was shortened to simply Archie.",
136
+ "name": "Archie Comics",
137
+ "num_books": 4375,
138
+ "num_followers": "386"
139
+ },
140
+ "community_reviews": {
141
+ "1_stars": {
142
+ "reviews_num": 5,
143
+ "reviews_percentage": 0
144
+ },
145
+ "2_stars": {
146
+ "reviews_num": 28,
147
+ "reviews_percentage": 4
148
+ },
149
+ "3_stars": {
150
+ "reviews_num": 106,
151
+ "reviews_percentage": 17
152
+ },
153
+ "4_stars": {
154
+ "reviews_num": 164,
155
+ "reviews_percentage": 26
156
+ },
157
+ "5_stars": {
158
+ "reviews_num": 320,
159
+ "reviews_percentage": 51
160
+ }
161
+ },
162
+ "kindle_price": "$8.99"
163
+ }
164
+ ]
165
  ```