You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,11 @@ Output:
227
227
<td>String</td>
228
228
<td>If output_format parameter is set to CSV, then it is valid for directory parameter to be passed. If not passed then CSV file will be saved in current working directory.</td>
229
229
</tr>
230
+
<tr>
231
+
<td>headless</td>
232
+
<td>Boolean</td>
233
+
<td>Whether to run crawler headlessly?. Default is <code>True</code></td>
234
+
</tr>
230
235
</tbody>
231
236
</table>
232
237
@@ -486,6 +491,26 @@ Output:
486
491
<td>String</td>
487
492
<td>If output parameter is set to CSV, then it is valid for directory parameter to be passed. If not passed then CSV file will be saved in current working directory.</td>
488
493
</tr>
494
+
<tr>
495
+
<td>since_id</td>
496
+
<td>Integer</td>
497
+
<td>After (NOT inclusive) a specified Snowflake ID. Example <a href="https://twitter.com/search?q=since_id%3A1138872932887924737%20max_id%3A1144730280353247233%20%23nasamoontunes&src=typed_query&f=live">here</a></td>
498
+
</tr>
499
+
<tr>
500
+
<td>max_id</td>
501
+
<td>Integer</td>
502
+
<td>At or before (inclusive) a specified Snowflake ID. Example <a href="https://twitter.com/search?q=since_id%3A1138872932887924737%20max_id%3A1144730280353247233%20%23nasamoontunes&src=typed_query&f=live">here</a></td>
503
+
</tr>
504
+
<tr>
505
+
<td>within_time</td>
506
+
<td>String</td>
507
+
<td>Search within the last number of days, hours, minutes, or seconds. Example <code>2d, 3h, 5m, 30s</code>.</td>
508
+
</tr>
509
+
<tr>
510
+
<td>headless</td>
511
+
<td>Boolean</td>
512
+
<td>Whether to run crawler headlessly?. Default is <code>True</code></td>
0 commit comments