Kagermanov
commited on
Commit
•
89adf68
1
Parent(s):
35080c2
Update README.md
Browse files
README.md
CHANGED
@@ -133,20 +133,23 @@ Output: address
|
|
133 |
|
134 |
<h2 align="center">Parts Covered and Corresponding Keys in SerpApi Parsers</h2>
|
135 |
|
136 |
-
<div
|
137 |
-
|
138 |
-
<ul style="
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
|
|
|
|
|
|
150 |
</ul>
|
151 |
|
152 |
</div>
|
|
|
133 |
|
134 |
<h2 align="center">Parts Covered and Corresponding Keys in SerpApi Parsers</h2>
|
135 |
|
136 |
+
<div style="display: flex; justify-content: center;">
|
137 |
+
<div style="text-align: left;">
|
138 |
+
<ul style="list-style-position: inside;">
|
139 |
+
<li><strong>Type of Place:</strong> <code>type</code></li>
|
140 |
+
<li><strong>Number of Reviews:</strong> <code>reviews</code></li>
|
141 |
+
<li><strong>Phone Number:</strong> <code>phone</code></li>
|
142 |
+
<li><strong>Rating:</strong> <code>rating</code></li>
|
143 |
+
<li><strong>Address:</strong> <code>address</code></li>
|
144 |
+
<li><strong>Operating Hours:</strong> <code>hours</code></li>
|
145 |
+
<li><strong>Description or Descriptive Review:</strong> <code>description</code></li>
|
146 |
+
<li><strong>Expensiveness:</strong> <code>expensiveness</code></li>
|
147 |
+
<li><strong>Service Options:</strong> <code>service options</code></li>
|
148 |
+
<li><strong>Button Text:</strong> <code>links</code></li>
|
149 |
+
<li><strong>Years in Business:</strong> <code>years_in_business</code></li>
|
150 |
+
</ul>
|
151 |
+
</div>
|
152 |
+
</div>
|
153 |
</ul>
|
154 |
|
155 |
</div>
|