crawlora 1.19.0.dev1__tar.gz → 1.20.0.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. {crawlora-1.19.0.dev1/crawlora.egg-info → crawlora-1.20.0.dev1}/PKG-INFO +1 -1
  2. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/client.py +1 -1
  3. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/client.pyi +261 -1
  4. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/operations.py +122 -15
  5. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1/crawlora.egg-info}/PKG-INFO +1 -1
  6. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/docs/operations.md +22 -16
  7. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/pyproject.toml +1 -1
  8. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/tests/test_client.py +2 -2
  9. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/LICENSE +0 -0
  10. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/MANIFEST.in +0 -0
  11. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/README.md +0 -0
  12. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/__init__.py +0 -0
  13. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/_pagination.py +0 -0
  14. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/_transport_sync.py +0 -0
  15. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/async_client.py +0 -0
  16. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora/py.typed +0 -0
  17. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora.egg-info/SOURCES.txt +0 -0
  18. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora.egg-info/dependency_links.txt +0 -0
  19. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora.egg-info/requires.txt +0 -0
  20. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/crawlora.egg-info/top_level.txt +0 -0
  21. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/docs/recipes.md +0 -0
  22. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/examples/async_search.py +0 -0
  23. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/examples/bing_search.py +0 -0
  24. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/examples/paginate.py +0 -0
  25. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/examples/youtube_transcript.py +0 -0
  26. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/setup.cfg +0 -0
  27. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/tests/test_async_httpx.py +0 -0
  28. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/tests/test_examples.py +0 -0
  29. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/tests/test_v14_features.py +0 -0
  30. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/tests/test_v15_features.py +0 -0
  31. {crawlora-1.19.0.dev1 → crawlora-1.20.0.dev1}/tests/test_w2_features.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crawlora
3
- Version: 1.19.0.dev1
3
+ Version: 1.20.0.dev1
4
4
  Summary: Official Python SDK for the Crawlora web-scraping API: typed grouped and dynamic operation calls for every public endpoint, with retries, pagination, hooks, and an async client.
5
5
  Author: Crawlora
6
6
  License-Expression: MIT
@@ -20,7 +20,7 @@ from ._transport_sync import KeepAliveTransport
20
20
  from .operations import GROUPS, OPERATIONS
21
21
 
22
22
  DEFAULT_BASE_URL = "https://api.crawlora.net/api/v1"
23
- VERSION = "1.19.0-sdk.1"
23
+ VERSION = "1.20.0-sdk.1"
24
24
  DEFAULT_USER_AGENT = f"crawlora-python-sdk/{VERSION}"
25
25
  DEFAULT_MAX_RETRY_DELAY = 30.0
26
26
  DEFAULT_RETRY_STATUSES = (408, 409, 425, 429)
@@ -4743,6 +4743,7 @@ ModelEsChromeExtensionRecord = TypedDict('ModelEsChromeExtensionRecord', {
4743
4743
  'manifest_version': NotRequired[int],
4744
4744
  'min_browser_version': NotRequired[str],
4745
4745
  'name': NotRequired[str],
4746
+ 'not_found_streak': NotRequired[int],
4746
4747
  'optional_host_permissions': NotRequired[list[str]],
4747
4748
  'optional_permissions': NotRequired[list[str]],
4748
4749
  'permissions': NotRequired[list[str]],
@@ -5363,14 +5364,18 @@ ModelEsSecCompanyRecord = TypedDict('ModelEsSecCompanyRecord', {
5363
5364
  'insider_txn_count_90d': NotRequired[int],
5364
5365
  'latest_annual_fiscal_year': NotRequired[int],
5365
5366
  'latest_annual_net_income': NotRequired[float],
5367
+ 'latest_annual_net_income_usd': NotRequired[float],
5366
5368
  'latest_annual_revenue': NotRequired[float],
5369
+ 'latest_annual_revenue_usd': NotRequired[float],
5367
5370
  'latest_annual_total_assets': NotRequired[float],
5371
+ 'latest_annual_total_assets_usd': NotRequired[float],
5368
5372
  'latest_filing_date': NotRequired[str],
5369
5373
  'latest_quarterly_fiscal_year': NotRequired[int],
5370
5374
  'latest_quarterly_revenue': NotRequired[float],
5371
5375
  'name': NotRequired[str],
5372
5376
  'primary_ticker': NotRequired[str],
5373
5377
  'recent_filings': NotRequired[list[ModelEsSecFilingSummary]],
5378
+ 'reporting_currency': NotRequired[str],
5374
5379
  'revenue_band': NotRequired[str],
5375
5380
  'schema_version': NotRequired[int],
5376
5381
  'seed_source': NotRequired[str],
@@ -5754,44 +5759,64 @@ ModelEsXuserDatasetItem = TypedDict('ModelEsXuserDatasetItem', {
5754
5759
  'avatar_url': NotRequired[str],
5755
5760
  'banner_url': NotRequired[str],
5756
5761
  'bio': NotRequired[str],
5762
+ 'bio_url_host': NotRequired[list[str]],
5763
+ 'bio_urls': NotRequired[list[str]],
5757
5764
  'crawled_at': NotRequired[str],
5758
5765
  'created_at': NotRequired[str],
5766
+ 'email': NotRequired[str],
5759
5767
  'external_url': NotRequired[str],
5760
5768
  'follower_following_ratio': NotRequired[float],
5761
5769
  'followers': NotRequired[int],
5762
5770
  'following': NotRequired[int],
5763
5771
  'has_bio': NotRequired[bool],
5772
+ 'has_bio_url': NotRequired[bool],
5773
+ 'has_email': NotRequired[bool],
5764
5774
  'has_external_url': NotRequired[bool],
5765
5775
  'id': NotRequired[str],
5766
5776
  'is_blue_verified': NotRequired[bool],
5777
+ 'is_default_profile_image': NotRequired[bool],
5778
+ 'likes': NotRequired[int],
5779
+ 'listed': NotRequired[int],
5767
5780
  'location_raw': NotRequired[str],
5781
+ 'media': NotRequired[int],
5768
5782
  'name': NotRequired[str],
5769
5783
  'posts': NotRequired[int],
5770
5784
  'schema_version': NotRequired[int],
5771
5785
  'source_tier': NotRequired[str],
5772
5786
  'username': NotRequired[str],
5787
+ 'verified_type': NotRequired[str],
5773
5788
  }, total=False)
5774
5789
 
5775
5790
  ModelEsXuserRecord = TypedDict('ModelEsXuserRecord', {
5776
5791
  'avatar_url': NotRequired[str],
5777
5792
  'banner_url': NotRequired[str],
5778
5793
  'bio': NotRequired[str],
5794
+ 'bio_url_host': NotRequired[list[str]],
5795
+ 'bio_urls': NotRequired[list[str]],
5779
5796
  'crawled_at': NotRequired[str],
5780
5797
  'created_at': NotRequired[str],
5798
+ 'email': NotRequired[str],
5781
5799
  'external_url': NotRequired[str],
5782
5800
  'follower_following_ratio': NotRequired[float],
5783
5801
  'followers': NotRequired[int],
5784
5802
  'following': NotRequired[int],
5785
5803
  'has_bio': NotRequired[bool],
5804
+ 'has_bio_url': NotRequired[bool],
5805
+ 'has_email': NotRequired[bool],
5786
5806
  'has_external_url': NotRequired[bool],
5787
5807
  'id': NotRequired[str],
5788
5808
  'is_blue_verified': NotRequired[bool],
5809
+ 'is_default_profile_image': NotRequired[bool],
5810
+ 'likes': NotRequired[int],
5811
+ 'listed': NotRequired[int],
5789
5812
  'location_raw': NotRequired[str],
5813
+ 'media': NotRequired[int],
5790
5814
  'name': NotRequired[str],
5791
5815
  'posts': NotRequired[int],
5792
5816
  'schema_version': NotRequired[int],
5793
5817
  'source_tier': NotRequired[str],
5794
5818
  'username': NotRequired[str],
5819
+ 'verified_type': NotRequired[str],
5795
5820
  }, total=False)
5796
5821
 
5797
5822
  ModelEspnAthlete = TypedDict('ModelEspnAthlete', {
@@ -17360,11 +17385,14 @@ ModelXPostQuote = TypedDict('ModelXPostQuote', {
17360
17385
  ModelXProfile = TypedDict('ModelXProfile', {
17361
17386
  'avatar_url': NotRequired[str],
17362
17387
  'banner_url': NotRequired[str],
17388
+ 'bio_urls': NotRequired[list[str]],
17363
17389
  'created_at': NotRequired[str],
17364
17390
  'description': NotRequired[str],
17391
+ 'email': NotRequired[str],
17365
17392
  'external_url': NotRequired[str],
17366
17393
  'id': NotRequired[str],
17367
17394
  'is_blue_verified': NotRequired[bool],
17395
+ 'is_default_profile_image': NotRequired[bool],
17368
17396
  'is_protected': NotRequired[bool],
17369
17397
  'is_unavailable': NotRequired[bool],
17370
17398
  'location': NotRequired[str],
@@ -17372,11 +17400,15 @@ ModelXProfile = TypedDict('ModelXProfile', {
17372
17400
  'name': NotRequired[str],
17373
17401
  'url': NotRequired[str],
17374
17402
  'username': NotRequired[str],
17403
+ 'verified_type': NotRequired[str],
17375
17404
  }, total=False)
17376
17405
 
17377
17406
  ModelXProfileMetrics = TypedDict('ModelXProfileMetrics', {
17378
17407
  'followers': NotRequired[int],
17379
17408
  'following': NotRequired[int],
17409
+ 'likes': NotRequired[int],
17410
+ 'listed': NotRequired[int],
17411
+ 'media': NotRequired[int],
17380
17412
  'posts': NotRequired[int],
17381
17413
  }, total=False)
17382
17414
 
@@ -19938,6 +19970,14 @@ DatasetsJobsCompaniesParams = TypedDict('DatasetsJobsCompaniesParams', {
19938
19970
  'page_size': NotRequired[int],
19939
19971
  }, total=False)
19940
19972
 
19973
+ DatasetsJobsCompanyItemResponse = ModelDatasetsJobsItemResponseDoc
19974
+ DatasetsJobsCompanyItemParams = TypedDict('DatasetsJobsCompanyItemParams', {
19975
+ '_response_type': NotRequired[ResponseType],
19976
+ '_timeout': NotRequired[float],
19977
+ '_headers': NotRequired[Mapping[str, str]],
19978
+ 'id': Required[str],
19979
+ }, total=False)
19980
+
19941
19981
  DatasetsJobsFacetsResponse = ModelDatasetsJobsFacetResponseDoc
19942
19982
  DatasetsJobsFacetsParams = TypedDict('DatasetsJobsFacetsParams', {
19943
19983
  '_response_type': NotRequired[ResponseType],
@@ -19954,6 +19994,20 @@ DatasetsJobsItemParams = TypedDict('DatasetsJobsItemParams', {
19954
19994
  'id': Required[str],
19955
19995
  }, total=False)
19956
19996
 
19997
+ DatasetsJobsNearbyResponse = ModelDatasetsJobsSearchResponseDoc
19998
+ DatasetsJobsNearbyParams = TypedDict('DatasetsJobsNearbyParams', {
19999
+ '_response_type': NotRequired[ResponseType],
20000
+ '_timeout': NotRequired[float],
20001
+ '_headers': NotRequired[Mapping[str, str]],
20002
+ 'lat': Required[float],
20003
+ 'lon': Required[float],
20004
+ 'radius_km': NotRequired[float],
20005
+ 'provider': NotRequired[str],
20006
+ 'include_closed': NotRequired[bool],
20007
+ 'page': NotRequired[int],
20008
+ 'page_size': NotRequired[int],
20009
+ }, total=False)
20010
+
19957
20011
  DatasetsJobsSearchResponse = ModelDatasetsJobsSearchResponseDoc
19958
20012
  DatasetsJobsSearchParams = TypedDict('DatasetsJobsSearchParams', {
19959
20013
  '_response_type': NotRequired[ResponseType],
@@ -20283,6 +20337,8 @@ DatasetsSecCompaniesFacetsParams = TypedDict('DatasetsSecCompaniesFacetsParams',
20283
20337
  'exchange': NotRequired[str],
20284
20338
  'state_of_incorporation': NotRequired[str],
20285
20339
  'entity_type': NotRequired[str],
20340
+ 'reporting_currency': NotRequired[str],
20341
+ 'has_financials': NotRequired[bool],
20286
20342
  'min_revenue': NotRequired[float],
20287
20343
  'form_filed': NotRequired[str],
20288
20344
  }, total=False)
@@ -20333,6 +20389,8 @@ DatasetsSecCompaniesSearchParams = TypedDict('DatasetsSecCompaniesSearchParams',
20333
20389
  'exchange': NotRequired[str],
20334
20390
  'state_of_incorporation': NotRequired[str],
20335
20391
  'entity_type': NotRequired[str],
20392
+ 'reporting_currency': NotRequired[str],
20393
+ 'has_financials': NotRequired[bool],
20336
20394
  'min_revenue': NotRequired[float],
20337
20395
  'max_revenue': NotRequired[float],
20338
20396
  'min_net_income': NotRequired[float],
@@ -21863,6 +21921,29 @@ JobsCompanySearchParams = TypedDict('JobsCompanySearchParams', {
21863
21921
  'slug': Required[str],
21864
21922
  }, total=False)
21865
21923
 
21924
+ JobsEightfoldBoardResponse = ModelJobsBoardResponseDoc
21925
+ JobsEightfoldBoardParams = TypedDict('JobsEightfoldBoardParams', {
21926
+ '_response_type': NotRequired[ResponseType],
21927
+ '_timeout': NotRequired[float],
21928
+ '_headers': NotRequired[Mapping[str, str]],
21929
+ 'tenant': Required[str],
21930
+ 'domain': Required[str],
21931
+ 'query': NotRequired[str],
21932
+ 'location': NotRequired[str],
21933
+ 'limit': NotRequired[int],
21934
+ 'offset': NotRequired[int],
21935
+ }, total=False)
21936
+
21937
+ JobsEightfoldJobResponse = ModelJobsJobResponseDoc
21938
+ JobsEightfoldJobParams = TypedDict('JobsEightfoldJobParams', {
21939
+ '_response_type': NotRequired[ResponseType],
21940
+ '_timeout': NotRequired[float],
21941
+ '_headers': NotRequired[Mapping[str, str]],
21942
+ 'tenant': Required[str],
21943
+ 'domain': Required[str],
21944
+ 'id': Required[str],
21945
+ }, total=False)
21946
+
21866
21947
  JobsGreenhouseBoardResponse = ModelJobsBoardResponseDoc
21867
21948
  JobsGreenhouseBoardParams = TypedDict('JobsGreenhouseBoardParams', {
21868
21949
  '_response_type': NotRequired[ResponseType],
@@ -21886,7 +21967,7 @@ JobsHiringSignalsParams = TypedDict('JobsHiringSignalsParams', {
21886
21967
  '_response_type': NotRequired[ResponseType],
21887
21968
  '_timeout': NotRequired[float],
21888
21969
  '_headers': NotRequired[Mapping[str, str]],
21889
- 'provider': Required[Literal['greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg']],
21970
+ 'provider': Required[Literal['greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg', 'icims', 'eightfold']],
21890
21971
  'token': NotRequired[str],
21891
21972
  'company': NotRequired[str],
21892
21973
  'org': NotRequired[str],
@@ -21895,6 +21976,29 @@ JobsHiringSignalsParams = TypedDict('JobsHiringSignalsParams', {
21895
21976
  'site': NotRequired[str],
21896
21977
  'host': NotRequired[str],
21897
21978
  'board': NotRequired[str],
21979
+ 'domain': NotRequired[str],
21980
+ }, total=False)
21981
+
21982
+ JobsIcimsBoardResponse = ModelJobsBoardResponseDoc
21983
+ JobsIcimsBoardParams = TypedDict('JobsIcimsBoardParams', {
21984
+ '_response_type': NotRequired[ResponseType],
21985
+ '_timeout': NotRequired[float],
21986
+ '_headers': NotRequired[Mapping[str, str]],
21987
+ 'domain': Required[str],
21988
+ 'keywords': NotRequired[str],
21989
+ 'location': NotRequired[str],
21990
+ 'page': NotRequired[int],
21991
+ 'limit': NotRequired[int],
21992
+ }, total=False)
21993
+
21994
+ JobsIcimsJobResponse = ModelJobsJobResponseDoc
21995
+ JobsIcimsJobParams = TypedDict('JobsIcimsJobParams', {
21996
+ '_response_type': NotRequired[ResponseType],
21997
+ '_timeout': NotRequired[float],
21998
+ '_headers': NotRequired[Mapping[str, str]],
21999
+ 'domain': Required[str],
22000
+ 'id': Required[str],
22001
+ 'lang': NotRequired[str],
21898
22002
  }, total=False)
21899
22003
 
21900
22004
  JobsLeverPostingResponse = ModelJobsJobResponseDoc
@@ -26662,8 +26766,10 @@ class DatasetsGroup:
26662
26766
  def housing_markets_item(self, **params: Unpack[DatasetsHousingMarketsItemParams]) -> DatasetsHousingMarketsItemResponse: ...
26663
26767
  def housing_markets_search(self, **params: Unpack[DatasetsHousingMarketsSearchParams]) -> DatasetsHousingMarketsSearchResponse: ...
26664
26768
  def jobs_companies(self, **params: Unpack[DatasetsJobsCompaniesParams]) -> DatasetsJobsCompaniesResponse: ...
26769
+ def jobs_company_item(self, **params: Unpack[DatasetsJobsCompanyItemParams]) -> DatasetsJobsCompanyItemResponse: ...
26665
26770
  def jobs_facets(self, **params: Unpack[DatasetsJobsFacetsParams]) -> DatasetsJobsFacetsResponse: ...
26666
26771
  def jobs_item(self, **params: Unpack[DatasetsJobsItemParams]) -> DatasetsJobsItemResponse: ...
26772
+ def jobs_nearby(self, **params: Unpack[DatasetsJobsNearbyParams]) -> DatasetsJobsNearbyResponse: ...
26667
26773
  def jobs_search(self, **params: Unpack[DatasetsJobsSearchParams]) -> DatasetsJobsSearchResponse: ...
26668
26774
  def journalists_facets(self, **params: Unpack[DatasetsJournalistsFacetsParams]) -> DatasetsJournalistsFacetsResponse: ...
26669
26775
  def journalists_item(self, **params: Unpack[DatasetsJournalistsItemParams]) -> DatasetsJournalistsItemResponse: ...
@@ -26852,9 +26958,13 @@ class InstagramGroup:
26852
26958
  class JobsGroup:
26853
26959
  def ashby_board(self, **params: Unpack[JobsAshbyBoardParams]) -> JobsAshbyBoardResponse: ...
26854
26960
  def company_search(self, **params: Unpack[JobsCompanySearchParams]) -> JobsCompanySearchResponse: ...
26961
+ def eightfold_board(self, **params: Unpack[JobsEightfoldBoardParams]) -> JobsEightfoldBoardResponse: ...
26962
+ def eightfold_job(self, **params: Unpack[JobsEightfoldJobParams]) -> JobsEightfoldJobResponse: ...
26855
26963
  def greenhouse_board(self, **params: Unpack[JobsGreenhouseBoardParams]) -> JobsGreenhouseBoardResponse: ...
26856
26964
  def greenhouse_job(self, **params: Unpack[JobsGreenhouseJobParams]) -> JobsGreenhouseJobResponse: ...
26857
26965
  def hiring_signals(self, **params: Unpack[JobsHiringSignalsParams]) -> JobsHiringSignalsResponse: ...
26966
+ def icims_board(self, **params: Unpack[JobsIcimsBoardParams]) -> JobsIcimsBoardResponse: ...
26967
+ def icims_job(self, **params: Unpack[JobsIcimsJobParams]) -> JobsIcimsJobResponse: ...
26858
26968
  def lever_posting(self, **params: Unpack[JobsLeverPostingParams]) -> JobsLeverPostingResponse: ...
26859
26969
  def lever_postings(self, **params: Unpack[JobsLeverPostingsParams]) -> JobsLeverPostingsResponse: ...
26860
26970
  def oracle_board(self, **params: Unpack[JobsOracleBoardParams]) -> JobsOracleBoardResponse: ...
@@ -27534,8 +27644,10 @@ OperationId = Literal[
27534
27644
  'datasets-housing-markets-item',
27535
27645
  'datasets-housing-markets-search',
27536
27646
  'datasets-jobs-companies',
27647
+ 'datasets-jobs-company-item',
27537
27648
  'datasets-jobs-facets',
27538
27649
  'datasets-jobs-item',
27650
+ 'datasets-jobs-nearby',
27539
27651
  'datasets-jobs-search',
27540
27652
  'datasets-journalists-facets',
27541
27653
  'datasets-journalists-item',
@@ -27704,9 +27816,13 @@ OperationId = Literal[
27704
27816
  'instagram-reels',
27705
27817
  'jobs-ashby-board',
27706
27818
  'jobs-company-search',
27819
+ 'jobs-eightfold-board',
27820
+ 'jobs-eightfold-job',
27707
27821
  'jobs-greenhouse-board',
27708
27822
  'jobs-greenhouse-job',
27709
27823
  'jobs-hiring-signals',
27824
+ 'jobs-icims-board',
27825
+ 'jobs-icims-job',
27710
27826
  'jobs-lever-posting',
27711
27827
  'jobs-lever-postings',
27712
27828
  'jobs-oracle-board',
@@ -29987,6 +30103,18 @@ class CrawloraClient:
29987
30103
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
29988
30104
  ) -> DatasetsJobsCompaniesResponse: ...
29989
30105
  @overload
30106
+ def operation(
30107
+ self,
30108
+ operation_id: Literal['datasets-jobs-company-item'],
30109
+ params: DatasetsJobsCompanyItemParams,
30110
+ *,
30111
+ response_type: ResponseType = ...,
30112
+ timeout: float | None = ...,
30113
+ headers: Mapping[str, str] | None = ...,
30114
+ retries: int | None = ...,
30115
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
30116
+ ) -> DatasetsJobsCompanyItemResponse: ...
30117
+ @overload
29990
30118
  def operation(
29991
30119
  self,
29992
30120
  operation_id: Literal['datasets-jobs-facets'],
@@ -30011,6 +30139,18 @@ class CrawloraClient:
30011
30139
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
30012
30140
  ) -> DatasetsJobsItemResponse: ...
30013
30141
  @overload
30142
+ def operation(
30143
+ self,
30144
+ operation_id: Literal['datasets-jobs-nearby'],
30145
+ params: DatasetsJobsNearbyParams,
30146
+ *,
30147
+ response_type: ResponseType = ...,
30148
+ timeout: float | None = ...,
30149
+ headers: Mapping[str, str] | None = ...,
30150
+ retries: int | None = ...,
30151
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
30152
+ ) -> DatasetsJobsNearbyResponse: ...
30153
+ @overload
30014
30154
  def operation(
30015
30155
  self,
30016
30156
  operation_id: Literal['datasets-jobs-search'],
@@ -32027,6 +32167,30 @@ class CrawloraClient:
32027
32167
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
32028
32168
  ) -> JobsCompanySearchResponse: ...
32029
32169
  @overload
32170
+ def operation(
32171
+ self,
32172
+ operation_id: Literal['jobs-eightfold-board'],
32173
+ params: JobsEightfoldBoardParams,
32174
+ *,
32175
+ response_type: ResponseType = ...,
32176
+ timeout: float | None = ...,
32177
+ headers: Mapping[str, str] | None = ...,
32178
+ retries: int | None = ...,
32179
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
32180
+ ) -> JobsEightfoldBoardResponse: ...
32181
+ @overload
32182
+ def operation(
32183
+ self,
32184
+ operation_id: Literal['jobs-eightfold-job'],
32185
+ params: JobsEightfoldJobParams,
32186
+ *,
32187
+ response_type: ResponseType = ...,
32188
+ timeout: float | None = ...,
32189
+ headers: Mapping[str, str] | None = ...,
32190
+ retries: int | None = ...,
32191
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
32192
+ ) -> JobsEightfoldJobResponse: ...
32193
+ @overload
32030
32194
  def operation(
32031
32195
  self,
32032
32196
  operation_id: Literal['jobs-greenhouse-board'],
@@ -32063,6 +32227,30 @@ class CrawloraClient:
32063
32227
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
32064
32228
  ) -> JobsHiringSignalsResponse: ...
32065
32229
  @overload
32230
+ def operation(
32231
+ self,
32232
+ operation_id: Literal['jobs-icims-board'],
32233
+ params: JobsIcimsBoardParams,
32234
+ *,
32235
+ response_type: ResponseType = ...,
32236
+ timeout: float | None = ...,
32237
+ headers: Mapping[str, str] | None = ...,
32238
+ retries: int | None = ...,
32239
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
32240
+ ) -> JobsIcimsBoardResponse: ...
32241
+ @overload
32242
+ def operation(
32243
+ self,
32244
+ operation_id: Literal['jobs-icims-job'],
32245
+ params: JobsIcimsJobParams,
32246
+ *,
32247
+ response_type: ResponseType = ...,
32248
+ timeout: float | None = ...,
32249
+ headers: Mapping[str, str] | None = ...,
32250
+ retries: int | None = ...,
32251
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
32252
+ ) -> JobsIcimsJobResponse: ...
32253
+ @overload
32066
32254
  def operation(
32067
32255
  self,
32068
32256
  operation_id: Literal['jobs-lever-posting'],
@@ -39311,6 +39499,18 @@ class CrawloraClient:
39311
39499
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
39312
39500
  ) -> DatasetsJobsCompaniesResponse: ...
39313
39501
  @overload
39502
+ def request(
39503
+ self,
39504
+ operation_id: Literal['datasets-jobs-company-item'],
39505
+ params: DatasetsJobsCompanyItemParams,
39506
+ *,
39507
+ response_type: ResponseType = ...,
39508
+ timeout: float | None = ...,
39509
+ headers: Mapping[str, str] | None = ...,
39510
+ retries: int | None = ...,
39511
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
39512
+ ) -> DatasetsJobsCompanyItemResponse: ...
39513
+ @overload
39314
39514
  def request(
39315
39515
  self,
39316
39516
  operation_id: Literal['datasets-jobs-facets'],
@@ -39335,6 +39535,18 @@ class CrawloraClient:
39335
39535
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
39336
39536
  ) -> DatasetsJobsItemResponse: ...
39337
39537
  @overload
39538
+ def request(
39539
+ self,
39540
+ operation_id: Literal['datasets-jobs-nearby'],
39541
+ params: DatasetsJobsNearbyParams,
39542
+ *,
39543
+ response_type: ResponseType = ...,
39544
+ timeout: float | None = ...,
39545
+ headers: Mapping[str, str] | None = ...,
39546
+ retries: int | None = ...,
39547
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
39548
+ ) -> DatasetsJobsNearbyResponse: ...
39549
+ @overload
39338
39550
  def request(
39339
39551
  self,
39340
39552
  operation_id: Literal['datasets-jobs-search'],
@@ -41351,6 +41563,30 @@ class CrawloraClient:
41351
41563
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
41352
41564
  ) -> JobsCompanySearchResponse: ...
41353
41565
  @overload
41566
+ def request(
41567
+ self,
41568
+ operation_id: Literal['jobs-eightfold-board'],
41569
+ params: JobsEightfoldBoardParams,
41570
+ *,
41571
+ response_type: ResponseType = ...,
41572
+ timeout: float | None = ...,
41573
+ headers: Mapping[str, str] | None = ...,
41574
+ retries: int | None = ...,
41575
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
41576
+ ) -> JobsEightfoldBoardResponse: ...
41577
+ @overload
41578
+ def request(
41579
+ self,
41580
+ operation_id: Literal['jobs-eightfold-job'],
41581
+ params: JobsEightfoldJobParams,
41582
+ *,
41583
+ response_type: ResponseType = ...,
41584
+ timeout: float | None = ...,
41585
+ headers: Mapping[str, str] | None = ...,
41586
+ retries: int | None = ...,
41587
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
41588
+ ) -> JobsEightfoldJobResponse: ...
41589
+ @overload
41354
41590
  def request(
41355
41591
  self,
41356
41592
  operation_id: Literal['jobs-greenhouse-board'],
@@ -41387,6 +41623,30 @@ class CrawloraClient:
41387
41623
  retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
41388
41624
  ) -> JobsHiringSignalsResponse: ...
41389
41625
  @overload
41626
+ def request(
41627
+ self,
41628
+ operation_id: Literal['jobs-icims-board'],
41629
+ params: JobsIcimsBoardParams,
41630
+ *,
41631
+ response_type: ResponseType = ...,
41632
+ timeout: float | None = ...,
41633
+ headers: Mapping[str, str] | None = ...,
41634
+ retries: int | None = ...,
41635
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
41636
+ ) -> JobsIcimsBoardResponse: ...
41637
+ @overload
41638
+ def request(
41639
+ self,
41640
+ operation_id: Literal['jobs-icims-job'],
41641
+ params: JobsIcimsJobParams,
41642
+ *,
41643
+ response_type: ResponseType = ...,
41644
+ timeout: float | None = ...,
41645
+ headers: Mapping[str, str] | None = ...,
41646
+ retries: int | None = ...,
41647
+ retry_predicate: Callable[[int, BaseException | None], bool] | None = ...,
41648
+ ) -> JobsIcimsJobResponse: ...
41649
+ @overload
41390
41650
  def request(
41391
41651
  self,
41392
41652
  operation_id: Literal['jobs-lever-posting'],
@@ -3415,6 +3415,17 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
3415
3415
  {'in': 'query', 'name': 'page', 'type': 'integer'},
3416
3416
  {'in': 'query', 'name': 'page_size', 'type': 'integer'}],
3417
3417
  'security': ['ApiKeyAuth']},
3418
+ 'datasets-jobs-company-item': {'bodyParam': None,
3419
+ 'bodyRequired': False,
3420
+ 'consumes': ['application/json'],
3421
+ 'formParams': [],
3422
+ 'id': 'datasets-jobs-company-item',
3423
+ 'method': 'GET',
3424
+ 'path': '/datasets/jobs/companies/{id}',
3425
+ 'pathParams': ['id'],
3426
+ 'produces': ['application/json'],
3427
+ 'queryParams': [],
3428
+ 'security': ['ApiKeyAuth']},
3418
3429
  'datasets-jobs-facets': {'bodyParam': None,
3419
3430
  'bodyRequired': False,
3420
3431
  'consumes': ['application/json'],
@@ -3437,6 +3448,24 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
3437
3448
  'produces': ['application/json'],
3438
3449
  'queryParams': [],
3439
3450
  'security': ['ApiKeyAuth']},
3451
+ 'datasets-jobs-nearby': {'bodyParam': None,
3452
+ 'bodyRequired': False,
3453
+ 'consumes': ['application/json'],
3454
+ 'formParams': [],
3455
+ 'id': 'datasets-jobs-nearby',
3456
+ 'method': 'GET',
3457
+ 'paginatable': True,
3458
+ 'path': '/datasets/jobs/nearby',
3459
+ 'pathParams': [],
3460
+ 'produces': ['application/json'],
3461
+ 'queryParams': [{'in': 'query', 'name': 'lat', 'required': True, 'type': 'number'},
3462
+ {'in': 'query', 'name': 'lon', 'required': True, 'type': 'number'},
3463
+ {'in': 'query', 'name': 'radius_km', 'type': 'number'},
3464
+ {'in': 'query', 'name': 'provider', 'type': 'string'},
3465
+ {'in': 'query', 'name': 'include_closed', 'type': 'boolean'},
3466
+ {'in': 'query', 'name': 'page', 'type': 'integer'},
3467
+ {'in': 'query', 'name': 'page_size', 'type': 'integer'}],
3468
+ 'security': ['ApiKeyAuth']},
3440
3469
  'datasets-jobs-search': {'bodyParam': None,
3441
3470
  'bodyRequired': False,
3442
3471
  'consumes': ['application/json'],
@@ -3884,6 +3913,8 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
3884
3913
  {'in': 'query', 'name': 'exchange', 'type': 'string'},
3885
3914
  {'in': 'query', 'name': 'state_of_incorporation', 'type': 'string'},
3886
3915
  {'in': 'query', 'name': 'entity_type', 'type': 'string'},
3916
+ {'in': 'query', 'name': 'reporting_currency', 'type': 'string'},
3917
+ {'in': 'query', 'name': 'has_financials', 'type': 'boolean'},
3887
3918
  {'in': 'query', 'name': 'min_revenue', 'type': 'number'},
3888
3919
  {'in': 'query', 'name': 'form_filed', 'type': 'string'}],
3889
3920
  'security': ['ApiKeyAuth']},
@@ -3945,6 +3976,8 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
3945
3976
  {'in': 'query', 'name': 'exchange', 'type': 'string'},
3946
3977
  {'in': 'query', 'name': 'state_of_incorporation', 'type': 'string'},
3947
3978
  {'in': 'query', 'name': 'entity_type', 'type': 'string'},
3979
+ {'in': 'query', 'name': 'reporting_currency', 'type': 'string'},
3980
+ {'in': 'query', 'name': 'has_financials', 'type': 'boolean'},
3948
3981
  {'in': 'query', 'name': 'min_revenue', 'type': 'number'},
3949
3982
  {'in': 'query', 'name': 'max_revenue', 'type': 'number'},
3950
3983
  {'in': 'query', 'name': 'min_net_income', 'type': 'number'},
@@ -6440,6 +6473,36 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
6440
6473
  'produces': ['application/json'],
6441
6474
  'queryParams': [{'in': 'query', 'name': 'slug', 'required': True, 'type': 'string'}],
6442
6475
  'security': ['ApiKeyAuth']},
6476
+ 'jobs-eightfold-board': {'bodyParam': None,
6477
+ 'bodyRequired': False,
6478
+ 'consumes': ['application/json'],
6479
+ 'formParams': [],
6480
+ 'id': 'jobs-eightfold-board',
6481
+ 'method': 'GET',
6482
+ 'paginatable': True,
6483
+ 'path': '/jobs/eightfold/board',
6484
+ 'pathParams': [],
6485
+ 'produces': ['application/json'],
6486
+ 'queryParams': [{'in': 'query', 'name': 'tenant', 'required': True, 'type': 'string'},
6487
+ {'in': 'query', 'name': 'domain', 'required': True, 'type': 'string'},
6488
+ {'in': 'query', 'name': 'query', 'type': 'string'},
6489
+ {'in': 'query', 'name': 'location', 'type': 'string'},
6490
+ {'in': 'query', 'name': 'limit', 'type': 'integer'},
6491
+ {'in': 'query', 'name': 'offset', 'type': 'integer'}],
6492
+ 'security': ['ApiKeyAuth']},
6493
+ 'jobs-eightfold-job': {'bodyParam': None,
6494
+ 'bodyRequired': False,
6495
+ 'consumes': ['application/json'],
6496
+ 'formParams': [],
6497
+ 'id': 'jobs-eightfold-job',
6498
+ 'method': 'GET',
6499
+ 'path': '/jobs/eightfold/job',
6500
+ 'pathParams': [],
6501
+ 'produces': ['application/json'],
6502
+ 'queryParams': [{'in': 'query', 'name': 'tenant', 'required': True, 'type': 'string'},
6503
+ {'in': 'query', 'name': 'domain', 'required': True, 'type': 'string'},
6504
+ {'in': 'query', 'name': 'id', 'required': True, 'type': 'string'}],
6505
+ 'security': ['ApiKeyAuth']},
6443
6506
  'jobs-greenhouse-board': {'bodyParam': None,
6444
6507
  'bodyRequired': False,
6445
6508
  'consumes': ['application/json'],
@@ -6484,7 +6547,9 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
6484
6547
  'personio',
6485
6548
  'teamtailor',
6486
6549
  'oracle',
6487
- 'ukg'],
6550
+ 'ukg',
6551
+ 'icims',
6552
+ 'eightfold'],
6488
6553
  'in': 'query',
6489
6554
  'name': 'provider',
6490
6555
  'required': True,
@@ -6496,8 +6561,38 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
6496
6561
  {'in': 'query', 'name': 'datacenter', 'type': 'string'},
6497
6562
  {'in': 'query', 'name': 'site', 'type': 'string'},
6498
6563
  {'in': 'query', 'name': 'host', 'type': 'string'},
6499
- {'in': 'query', 'name': 'board', 'type': 'string'}],
6564
+ {'in': 'query', 'name': 'board', 'type': 'string'},
6565
+ {'in': 'query', 'name': 'domain', 'type': 'string'}],
6500
6566
  'security': ['ApiKeyAuth']},
6567
+ 'jobs-icims-board': {'bodyParam': None,
6568
+ 'bodyRequired': False,
6569
+ 'consumes': ['application/json'],
6570
+ 'formParams': [],
6571
+ 'id': 'jobs-icims-board',
6572
+ 'method': 'GET',
6573
+ 'paginatable': True,
6574
+ 'path': '/jobs/icims/board',
6575
+ 'pathParams': [],
6576
+ 'produces': ['application/json'],
6577
+ 'queryParams': [{'in': 'query', 'name': 'domain', 'required': True, 'type': 'string'},
6578
+ {'in': 'query', 'name': 'keywords', 'type': 'string'},
6579
+ {'in': 'query', 'name': 'location', 'type': 'string'},
6580
+ {'in': 'query', 'name': 'page', 'type': 'integer'},
6581
+ {'in': 'query', 'name': 'limit', 'type': 'integer'}],
6582
+ 'security': ['ApiKeyAuth']},
6583
+ 'jobs-icims-job': {'bodyParam': None,
6584
+ 'bodyRequired': False,
6585
+ 'consumes': ['application/json'],
6586
+ 'formParams': [],
6587
+ 'id': 'jobs-icims-job',
6588
+ 'method': 'GET',
6589
+ 'path': '/jobs/icims/job',
6590
+ 'pathParams': [],
6591
+ 'produces': ['application/json'],
6592
+ 'queryParams': [{'in': 'query', 'name': 'domain', 'required': True, 'type': 'string'},
6593
+ {'in': 'query', 'name': 'id', 'required': True, 'type': 'string'},
6594
+ {'in': 'query', 'name': 'lang', 'type': 'string'}],
6595
+ 'security': ['ApiKeyAuth']},
6501
6596
  'jobs-lever-posting': {'bodyParam': None,
6502
6597
  'bodyRequired': False,
6503
6598
  'consumes': ['application/json'],
@@ -11353,7 +11448,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11353
11448
  'queryParams': [{'in': 'query', 'name': 'month', 'required': True, 'type': 'integer'},
11354
11449
  {'in': 'query', 'name': 'day', 'required': True, 'type': 'integer'},
11355
11450
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11356
- 'security': []},
11451
+ 'security': ['ApiKeyAuth']},
11357
11452
  'tcdb-card': {'bodyParam': None,
11358
11453
  'bodyRequired': False,
11359
11454
  'consumes': ['application/json'],
@@ -11367,7 +11462,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11367
11462
  {'in': 'query', 'name': 'card_id', 'type': 'string'},
11368
11463
  {'in': 'query', 'name': 'path', 'type': 'string'},
11369
11464
  {'in': 'query', 'name': 'url', 'type': 'string'}],
11370
- 'security': []},
11465
+ 'security': ['ApiKeyAuth']},
11371
11466
  'tcdb-card-of-the-day': {'bodyParam': None,
11372
11467
  'bodyRequired': False,
11373
11468
  'consumes': ['application/json'],
@@ -11380,7 +11475,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11380
11475
  'produces': ['application/json'],
11381
11476
  'queryParams': [{'in': 'query', 'name': 'page', 'type': 'integer'},
11382
11477
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11383
- 'security': []},
11478
+ 'security': ['ApiKeyAuth']},
11384
11479
  'tcdb-companies': {'bodyParam': None,
11385
11480
  'bodyRequired': False,
11386
11481
  'consumes': ['application/json'],
@@ -11391,7 +11486,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11391
11486
  'pathParams': [],
11392
11487
  'produces': ['application/json'],
11393
11488
  'queryParams': [{'in': 'query', 'name': 'limit', 'type': 'integer'}],
11394
- 'security': []},
11489
+ 'security': ['ApiKeyAuth']},
11395
11490
  'tcdb-person': {'bodyParam': None,
11396
11491
  'bodyRequired': False,
11397
11492
  'consumes': ['application/json'],
@@ -11405,7 +11500,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11405
11500
  {'in': 'query', 'name': 'path', 'type': 'string'},
11406
11501
  {'in': 'query', 'name': 'url', 'type': 'string'},
11407
11502
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11408
- 'security': []},
11503
+ 'security': ['ApiKeyAuth']},
11409
11504
  'tcdb-releases': {'bodyParam': None,
11410
11505
  'bodyRequired': False,
11411
11506
  'consumes': ['application/json'],
@@ -11416,7 +11511,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11416
11511
  'pathParams': [],
11417
11512
  'produces': ['application/json'],
11418
11513
  'queryParams': [{'in': 'query', 'name': 'limit', 'type': 'integer'}],
11419
- 'security': []},
11514
+ 'security': ['ApiKeyAuth']},
11420
11515
  'tcdb-search': {'bodyParam': None,
11421
11516
  'bodyRequired': False,
11422
11517
  'consumes': ['application/json'],
@@ -11447,7 +11542,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11447
11542
  'name': 'category',
11448
11543
  'type': 'string'},
11449
11544
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11450
- 'security': []},
11545
+ 'security': ['ApiKeyAuth']},
11451
11546
  'tcdb-set': {'bodyParam': None,
11452
11547
  'bodyRequired': False,
11453
11548
  'consumes': ['application/json'],
@@ -11461,7 +11556,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11461
11556
  {'in': 'query', 'name': 'path', 'type': 'string'},
11462
11557
  {'in': 'query', 'name': 'url', 'type': 'string'},
11463
11558
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11464
- 'security': []},
11559
+ 'security': ['ApiKeyAuth']},
11465
11560
  'tcdb-sets': {'bodyParam': None,
11466
11561
  'bodyRequired': False,
11467
11562
  'consumes': ['application/json'],
@@ -11493,7 +11588,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11493
11588
  'type': 'string'},
11494
11589
  {'in': 'query', 'name': 'year', 'required': True, 'type': 'string'},
11495
11590
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11496
- 'security': []},
11591
+ 'security': ['ApiKeyAuth']},
11497
11592
  'tcdb-tagged': {'bodyParam': None,
11498
11593
  'bodyRequired': False,
11499
11594
  'consumes': ['application/json'],
@@ -11528,7 +11623,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11528
11623
  'type': 'string'},
11529
11624
  {'in': 'query', 'name': 'page', 'type': 'integer'},
11530
11625
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11531
- 'security': []},
11626
+ 'security': ['ApiKeyAuth']},
11532
11627
  'tcdb-team': {'bodyParam': None,
11533
11628
  'bodyRequired': False,
11534
11629
  'consumes': ['application/json'],
@@ -11542,7 +11637,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11542
11637
  {'in': 'query', 'name': 'path', 'type': 'string'},
11543
11638
  {'in': 'query', 'name': 'url', 'type': 'string'},
11544
11639
  {'in': 'query', 'name': 'limit', 'type': 'integer'}],
11545
- 'security': []},
11640
+ 'security': ['ApiKeyAuth']},
11546
11641
  'tcdb-top-sets': {'bodyParam': None,
11547
11642
  'bodyRequired': False,
11548
11643
  'consumes': ['application/json'],
@@ -11553,7 +11648,7 @@ OPERATIONS = {'airbnb-host': {'bodyParam': None,
11553
11648
  'pathParams': [],
11554
11649
  'produces': ['application/json'],
11555
11650
  'queryParams': [{'in': 'query', 'name': 'limit', 'type': 'integer'}],
11556
- 'security': []},
11651
+ 'security': ['ApiKeyAuth']},
11557
11652
  'tiktok-category': {'bodyParam': None,
11558
11653
  'bodyRequired': False,
11559
11654
  'consumes': ['application/json'],
@@ -13309,8 +13404,10 @@ GROUPS = {'airbnb': {'host': 'airbnb-host',
13309
13404
  'housing_markets_item': 'datasets-housing-markets-item',
13310
13405
  'housing_markets_search': 'datasets-housing-markets-search',
13311
13406
  'jobs_companies': 'datasets-jobs-companies',
13407
+ 'jobs_company_item': 'datasets-jobs-company-item',
13312
13408
  'jobs_facets': 'datasets-jobs-facets',
13313
13409
  'jobs_item': 'datasets-jobs-item',
13410
+ 'jobs_nearby': 'datasets-jobs-nearby',
13314
13411
  'jobs_search': 'datasets-jobs-search',
13315
13412
  'journalists_facets': 'datasets-journalists-facets',
13316
13413
  'journalists_item': 'datasets-journalists-item',
@@ -13474,9 +13571,13 @@ GROUPS = {'airbnb': {'host': 'airbnb-host',
13474
13571
  'instagram': {'post': 'instagram-post', 'profile': 'instagram-profile', 'reels': 'instagram-reels'},
13475
13572
  'jobs': {'ashby_board': 'jobs-ashby-board',
13476
13573
  'company_search': 'jobs-company-search',
13574
+ 'eightfold_board': 'jobs-eightfold-board',
13575
+ 'eightfold_job': 'jobs-eightfold-job',
13477
13576
  'greenhouse_board': 'jobs-greenhouse-board',
13478
13577
  'greenhouse_job': 'jobs-greenhouse-job',
13479
13578
  'hiring_signals': 'jobs-hiring-signals',
13579
+ 'icims_board': 'jobs-icims-board',
13580
+ 'icims_job': 'jobs-icims-job',
13480
13581
  'lever_posting': 'jobs-lever-posting',
13481
13582
  'lever_postings': 'jobs-lever-postings',
13482
13583
  'oracle_board': 'jobs-oracle-board',
@@ -13933,7 +14034,7 @@ GROUPS = {'airbnb': {'host': 'airbnb-host',
13933
14034
  'video': 'youtube-video'},
13934
14035
  'zillow': {'autocomplete': 'zillow-autocomplete', 'property': 'zillow-property', 'search': 'zillow-search'}}
13935
14036
 
13936
- OPERATION_COUNT = 776
14037
+ OPERATION_COUNT = 782
13937
14038
 
13938
14039
  class OperationId:
13939
14040
  AIRBNB_HOST = 'airbnb-host'
@@ -14073,8 +14174,10 @@ class OperationId:
14073
14174
  DATASETS_HOUSING_MARKETS_ITEM = 'datasets-housing-markets-item'
14074
14175
  DATASETS_HOUSING_MARKETS_SEARCH = 'datasets-housing-markets-search'
14075
14176
  DATASETS_JOBS_COMPANIES = 'datasets-jobs-companies'
14177
+ DATASETS_JOBS_COMPANY_ITEM = 'datasets-jobs-company-item'
14076
14178
  DATASETS_JOBS_FACETS = 'datasets-jobs-facets'
14077
14179
  DATASETS_JOBS_ITEM = 'datasets-jobs-item'
14180
+ DATASETS_JOBS_NEARBY = 'datasets-jobs-nearby'
14078
14181
  DATASETS_JOBS_SEARCH = 'datasets-jobs-search'
14079
14182
  DATASETS_JOURNALISTS_FACETS = 'datasets-journalists-facets'
14080
14183
  DATASETS_JOURNALISTS_ITEM = 'datasets-journalists-item'
@@ -14242,9 +14345,13 @@ class OperationId:
14242
14345
  INSTAGRAM_REELS = 'instagram-reels'
14243
14346
  JOBS_ASHBY_BOARD = 'jobs-ashby-board'
14244
14347
  JOBS_COMPANY_SEARCH = 'jobs-company-search'
14348
+ JOBS_EIGHTFOLD_BOARD = 'jobs-eightfold-board'
14349
+ JOBS_EIGHTFOLD_JOB = 'jobs-eightfold-job'
14245
14350
  JOBS_GREENHOUSE_BOARD = 'jobs-greenhouse-board'
14246
14351
  JOBS_GREENHOUSE_JOB = 'jobs-greenhouse-job'
14247
14352
  JOBS_HIRING_SIGNALS = 'jobs-hiring-signals'
14353
+ JOBS_ICIMS_BOARD = 'jobs-icims-board'
14354
+ JOBS_ICIMS_JOB = 'jobs-icims-job'
14248
14355
  JOBS_LEVER_POSTING = 'jobs-lever-posting'
14249
14356
  JOBS_LEVER_POSTINGS = 'jobs-lever-postings'
14250
14357
  JOBS_ORACLE_BOARD = 'jobs-oracle-board'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crawlora
3
- Version: 1.19.0.dev1
3
+ Version: 1.20.0.dev1
4
4
  Summary: Official Python SDK for the Crawlora web-scraping API: typed grouped and dynamic operation calls for every public endpoint, with retries, pagination, hooks, and an async client.
5
5
  Author: Crawlora
6
6
  License-Expression: MIT
@@ -2,7 +2,7 @@
2
2
 
3
3
  Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
4
4
 
5
- Total operations: `776`
5
+ Total operations: `782`
6
6
 
7
7
  | Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
8
8
  | --- | --- | --- | --- | --- | --- | --- | --- |
@@ -149,8 +149,10 @@ Total operations: `776`
149
149
  | datasets | `datasets.housing_markets_item` | `datasets-housing-markets-item` | `GET /datasets/housing-markets/items/{region_type}/{table_id}` | `region_type` (path str required)<br>`table_id` (path int required)<br>`period` (query str)<br>`property_type` (query str)<br>`history` (query bool) | `ApiKeyAuth` | `DatasetsHousingMarketsItemResponse` | |
150
150
  | datasets | `datasets.housing_markets_search` | `datasets-housing-markets-search` | `GET /datasets/housing-markets/search` | `q` (query str)<br>`region_type` (query str)<br>`state_code` (query str)<br>`property_type` (query str)<br>`parent_metro_code` (query str)<br>`zip_code` (query str)<br>`period` (query str)<br>`latest` (query bool)<br>`min_median_sale_price` (query float)<br>`max_median_sale_price` (query float)<br>`min_median_list_price` (query float)<br>`max_median_list_price` (query float)<br>`min_price_to_income` (query float)<br>`max_price_to_income` (query float)<br>`min_salary_to_buy` (query int)<br>`max_salary_to_buy` (query int)<br>`min_median_dom` (query float)<br>`max_median_dom` (query float)<br>`min_inventory` (query int)<br>`max_inventory` (query int)<br>`min_homes_sold` (query int)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsHousingMarketsSearchResponse` | |
151
151
  | datasets | `datasets.jobs_companies` | `datasets-jobs-companies` | `GET /datasets/jobs/companies` | `q` (query str)<br>`provider` (query str)<br>`status` (query str)<br>`min_open_roles` (query int)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsJobsCompaniesResponse` | |
152
+ | datasets | `datasets.jobs_company_item` | `datasets-jobs-company-item` | `GET /datasets/jobs/companies/{id}` | `id` (path str required) | `ApiKeyAuth` | `DatasetsJobsCompanyItemResponse` | |
152
153
  | datasets | `datasets.jobs_facets` | `datasets-jobs-facets` | `GET /datasets/jobs/facets` | `size` (query int) | `ApiKeyAuth` | `DatasetsJobsFacetsResponse` | |
153
154
  | datasets | `datasets.jobs_item` | `datasets-jobs-item` | `GET /datasets/jobs/items/{id}` | `id` (path str required) | `ApiKeyAuth` | `DatasetsJobsItemResponse` | |
155
+ | datasets | `datasets.jobs_nearby` | `datasets-jobs-nearby` | `GET /datasets/jobs/nearby` | `lat` (query float required)<br>`lon` (query float required)<br>`radius_km` (query float)<br>`provider` (query str)<br>`include_closed` (query bool)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsJobsNearbyResponse` | |
154
156
  | datasets | `datasets.jobs_search` | `datasets-jobs-search` | `GET /datasets/jobs/search` | `q` (query str)<br>`company` (query str)<br>`provider` (query str)<br>`department` (query str)<br>`location` (query str)<br>`employment_type` (query str)<br>`remote` (query bool)<br>`include_closed` (query bool)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsJobsSearchResponse` | |
155
157
  | datasets | `datasets.journalists_facets` | `datasets-journalists-facets` | `GET /datasets/journalists/facets` | `facet` (query str required)<br>`q` (query str)<br>`outlet` (query str)<br>`vertical` (query str)<br>`topic` (query str)<br>`contact_type` (query str) | `ApiKeyAuth` | `DatasetsJournalistsFacetsResponse` | |
156
158
  | datasets | `datasets.journalists_item` | `datasets-journalists-item` | `GET /datasets/journalists/items/{outlet}/{slug}` | `outlet` (path str required)<br>`slug` (path str required) | `ApiKeyAuth` | `DatasetsJournalistsItemResponse` | |
@@ -171,11 +173,11 @@ Total operations: `776`
171
173
  | datasets | `datasets.producthunt_products_search` | `datasets-producthunt-products-search` | `GET /datasets/producthunt-products/search` | `q` (query str)<br>`topic` (query str)<br>`maker` (query str)<br>`launched_after` (query str)<br>`launched_before` (query str)<br>`min_votes` (query int)<br>`min_rating` (query float)<br>`pricing_type` (query str)<br>`has_website` (query bool)<br>`is_online` (query bool)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsProducthuntProductsSearchResponse` | |
172
174
  | datasets | `datasets.producthunt_trends_facets` | `datasets-producthunt-trends-facets` | `GET /datasets/producthunt-trends/facets` | `facet` (query str required)<br>`group_by` (query str)<br>`topic` (query str)<br>`launched_after` (query str)<br>`launched_before` (query str)<br>`min_votes` (query int)<br>`min_launches` (query int) | `ApiKeyAuth` | `DatasetsProducthuntTrendsFacetsResponse` | |
173
175
  | datasets | `datasets.producthunt_trends_search` | `datasets-producthunt-trends-search` | `GET /datasets/producthunt-trends/search` | `group_by` (query str)<br>`topic` (query str)<br>`launched_after` (query str)<br>`launched_before` (query str)<br>`min_votes` (query int)<br>`min_launches` (query int)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsProducthuntTrendsSearchResponse` | |
174
- | datasets | `datasets.sec_companies_facets` | `datasets-sec-companies-facets` | `GET /datasets/sec-companies/facets` | `facet` (query str required)<br>`q` (query str)<br>`ticker` (query str)<br>`sic` (query str)<br>`exchange` (query str)<br>`state_of_incorporation` (query str)<br>`entity_type` (query str)<br>`min_revenue` (query float)<br>`form_filed` (query str) | `ApiKeyAuth` | `DatasetsSecCompaniesFacetsResponse` | |
176
+ | datasets | `datasets.sec_companies_facets` | `datasets-sec-companies-facets` | `GET /datasets/sec-companies/facets` | `facet` (query str required)<br>`q` (query str)<br>`ticker` (query str)<br>`sic` (query str)<br>`exchange` (query str)<br>`state_of_incorporation` (query str)<br>`entity_type` (query str)<br>`reporting_currency` (query str)<br>`has_financials` (query bool)<br>`min_revenue` (query float)<br>`form_filed` (query str) | `ApiKeyAuth` | `DatasetsSecCompaniesFacetsResponse` | |
175
177
  | datasets | `datasets.sec_companies_financials` | `datasets-sec-companies-financials` | `GET /datasets/sec-companies/financials/{cik}` | `cik` (path str required)<br>`statement` (query str)<br>`period` (query str)<br>`from` (query int)<br>`to` (query int)<br>`limit` (query int) | `ApiKeyAuth` | `DatasetsSecCompaniesFinancialsResponse` | |
176
178
  | datasets | `datasets.sec_companies_insider` | `datasets-sec-companies-insider` | `GET /datasets/sec-companies/insider/{cik}` | `cik` (path str required)<br>`from` (query str)<br>`to` (query str)<br>`code` (query str)<br>`limit` (query int) | `ApiKeyAuth` | `DatasetsSecCompaniesInsiderResponse` | |
177
179
  | datasets | `datasets.sec_companies_item` | `datasets-sec-companies-item` | `GET /datasets/sec-companies/items/{cik}` | `cik` (path str required) | `ApiKeyAuth` | `DatasetsSecCompaniesItemResponse` | |
178
- | datasets | `datasets.sec_companies_search` | `datasets-sec-companies-search` | `GET /datasets/sec-companies/search` | `q` (query str)<br>`ticker` (query str)<br>`cik` (query str)<br>`sic` (query str)<br>`sic_description` (query str)<br>`exchange` (query str)<br>`state_of_incorporation` (query str)<br>`entity_type` (query str)<br>`min_revenue` (query float)<br>`max_revenue` (query float)<br>`min_net_income` (query float)<br>`min_total_assets` (query float)<br>`form_filed` (query str)<br>`min_insider_txn_count_90d` (query int)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsSecCompaniesSearchResponse` | |
180
+ | datasets | `datasets.sec_companies_search` | `datasets-sec-companies-search` | `GET /datasets/sec-companies/search` | `q` (query str)<br>`ticker` (query str)<br>`cik` (query str)<br>`sic` (query str)<br>`sic_description` (query str)<br>`exchange` (query str)<br>`state_of_incorporation` (query str)<br>`entity_type` (query str)<br>`reporting_currency` (query str)<br>`has_financials` (query bool)<br>`min_revenue` (query float)<br>`max_revenue` (query float)<br>`min_net_income` (query float)<br>`min_total_assets` (query float)<br>`form_filed` (query str)<br>`min_insider_txn_count_90d` (query int)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsSecCompaniesSearchResponse` | |
179
181
  | datasets | `datasets.sec_institutional_positions_facets` | `datasets-sec-institutional-positions-facets` | `GET /datasets/sec-institutional-positions/facets` | `facet` (query str required)<br>`manager_cik` (query str)<br>`issuer_name` (query str)<br>`cusip` (query str) | `ApiKeyAuth` | `DatasetsSecInstitutionalPositionsFacetsResponse` | |
180
182
  | datasets | `datasets.sec_institutional_positions_search` | `datasets-sec-institutional-positions-search` | `GET /datasets/sec-institutional-positions/search` | `manager_cik` (query str)<br>`issuer_name` (query str)<br>`cusip` (query str)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsSecInstitutionalPositionsSearchResponse` | |
181
183
  | datasets | `datasets.steam_achievements_search` | `datasets-steam-achievements-search` | `GET /datasets/steam-achievements/search` | `app_id` (query str)<br>`sort` (query str)<br>`page` (query int)<br>`page_size` (query int) | `ApiKeyAuth` | `DatasetsSteamAchievementsSearchResponse` | |
@@ -317,9 +319,13 @@ Total operations: `776`
317
319
  | instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path str required)<br>`max_id` (query str) | `ApiKeyAuth` | `InstagramReelsResponse` | |
318
320
  | jobs | `jobs.ashby_board` | `jobs-ashby-board` | `GET /jobs/ashby/board` | `org` (query str required)<br>`include_compensation` (query bool) | `ApiKeyAuth` | `JobsAshbyBoardResponse` | |
319
321
  | jobs | `jobs.company_search` | `jobs-company-search` | `GET /jobs/company-search` | `slug` (query str required) | `ApiKeyAuth` | `JobsCompanySearchResponse` | |
322
+ | jobs | `jobs.eightfold_board` | `jobs-eightfold-board` | `GET /jobs/eightfold/board` | `tenant` (query str required)<br>`domain` (query str required)<br>`query` (query str)<br>`location` (query str)<br>`limit` (query int)<br>`offset` (query int) | `ApiKeyAuth` | `JobsEightfoldBoardResponse` | |
323
+ | jobs | `jobs.eightfold_job` | `jobs-eightfold-job` | `GET /jobs/eightfold/job` | `tenant` (query str required)<br>`domain` (query str required)<br>`id` (query str required) | `ApiKeyAuth` | `JobsEightfoldJobResponse` | |
320
324
  | jobs | `jobs.greenhouse_board` | `jobs-greenhouse-board` | `GET /jobs/greenhouse/board` | `token` (query str required)<br>`content` (query bool) | `ApiKeyAuth` | `JobsGreenhouseBoardResponse` | |
321
325
  | jobs | `jobs.greenhouse_job` | `jobs-greenhouse-job` | `GET /jobs/greenhouse/job` | `token` (query str required)<br>`id` (query str required) | `ApiKeyAuth` | `JobsGreenhouseJobResponse` | |
322
- | jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query Literal['greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg'] required)<br>`token` (query str)<br>`company` (query str)<br>`org` (query str)<br>`tenant` (query str)<br>`datacenter` (query str)<br>`site` (query str)<br>`host` (query str)<br>`board` (query str) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
326
+ | jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query Literal['greenhouse', 'lever', 'ashby', 'workday', 'smartrecruiters', 'workable', 'recruitee', 'rippling', 'personio', 'teamtailor', 'oracle', 'ukg', 'icims', 'eightfold'] required)<br>`token` (query str)<br>`company` (query str)<br>`org` (query str)<br>`tenant` (query str)<br>`datacenter` (query str)<br>`site` (query str)<br>`host` (query str)<br>`board` (query str)<br>`domain` (query str) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
327
+ | jobs | `jobs.icims_board` | `jobs-icims-board` | `GET /jobs/icims/board` | `domain` (query str required)<br>`keywords` (query str)<br>`location` (query str)<br>`page` (query int)<br>`limit` (query int) | `ApiKeyAuth` | `JobsIcimsBoardResponse` | |
328
+ | jobs | `jobs.icims_job` | `jobs-icims-job` | `GET /jobs/icims/job` | `domain` (query str required)<br>`id` (query str required)<br>`lang` (query str) | `ApiKeyAuth` | `JobsIcimsJobResponse` | |
323
329
  | jobs | `jobs.lever_posting` | `jobs-lever-posting` | `GET /jobs/lever/posting` | `company` (query str required)<br>`id` (query str required) | `ApiKeyAuth` | `JobsLeverPostingResponse` | |
324
330
  | jobs | `jobs.lever_postings` | `jobs-lever-postings` | `GET /jobs/lever/postings` | `company` (query str required)<br>`department` (query str)<br>`location` (query str)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsLeverPostingsResponse` | |
325
331
  | jobs | `jobs.oracle_board` | `jobs-oracle-board` | `GET /jobs/oracle/board` | `host` (query str required)<br>`site` (query str required)<br>`search` (query str)<br>`limit` (query int)<br>`offset` (query int) | `ApiKeyAuth` | `JobsOracleBoardResponse` | |
@@ -652,18 +658,18 @@ Total operations: `776`
652
658
  | steam | `steam.tags` | `steam-tags` | `GET /steam/tags` | `tags` (query str)<br>`untags` (query str)<br>`category1` (query str)<br>`category2` (query str)<br>`category3` (query str)<br>`os` (query str)<br>`maxprice` (query str)<br>`specials` (query bool)<br>`hidef2p` (query bool)<br>`deck_compatibility` (query Literal['1', '2', '3'])<br>`vrsupport` (query str)<br>`filter` (query Literal['globaltopsellers', 'topsellers', 'popularnew', 'comingsoon'])<br>`supportedlang` (query str)<br>`sort_by` (query Literal['Relevance', 'Released_DESC', 'Name_ASC', 'Price_ASC', 'Price_DESC', 'Reviews_DESC'])<br>`start` (query int)<br>`count` (query int)<br>`cc` (query str)<br>`l` (query str) | `ApiKeyAuth` | `SteamTagsResponse` | |
653
659
  | steam | `steam.tags_list` | `steam-tags-list` | `GET /steam/tags/list` | `l` (query str) | `ApiKeyAuth` | `SteamTagsListResponse` | |
654
660
  | steam | `steam.top_sellers` | `steam-top-sellers` | `GET /steam/top-sellers` | `cc` (query str)<br>`l` (query str) | `ApiKeyAuth` | `SteamTopSellersResponse` | |
655
- | tcdb | `tcdb.birthdays` | `tcdb-birthdays` | `GET /tcdb/birthdays` | `month` (query int required)<br>`day` (query int required)<br>`limit` (query int) | none | `TcdbBirthdaysResponse` | |
656
- | tcdb | `tcdb.card` | `tcdb-card` | `GET /tcdb/card` | `set_id` (query str)<br>`card_id` (query str)<br>`path` (query str)<br>`url` (query str) | none | `TcdbCardResponse` | |
657
- | tcdb | `tcdb.card_of_the_day` | `tcdb-card-of-the-day` | `GET /tcdb/card-of-the-day` | `page` (query int)<br>`limit` (query int) | none | `TcdbCardOfTheDayResponse` | |
658
- | tcdb | `tcdb.companies` | `tcdb-companies` | `GET /tcdb/companies` | `limit` (query int) | none | `TcdbCompaniesResponse` | |
659
- | tcdb | `tcdb.person` | `tcdb-person` | `GET /tcdb/person` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`limit` (query int) | none | `TcdbPersonResponse` | |
660
- | tcdb | `tcdb.releases` | `tcdb-releases` | `GET /tcdb/releases` | `limit` (query int) | none | `TcdbReleasesResponse` | |
661
- | tcdb | `tcdb.search` | `tcdb-search` | `GET /tcdb/search` | `q` (query str required)<br>`category` (query Literal['Baseball', 'Basketball', 'Boxing', 'Cricket', 'Football', 'Gaming', 'Golf', 'Hockey', 'Misc Sports', 'MMA', 'Multi-Sport', 'Non-Sport', 'Racing', 'Soccer', 'Tennis', 'Wrestling'])<br>`limit` (query int) | none | `TcdbSearchResponse` | |
662
- | tcdb | `tcdb.set` | `tcdb-set` | `GET /tcdb/set` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`limit` (query int) | none | `TcdbSetResponse` | |
663
- | tcdb | `tcdb.sets` | `tcdb-sets` | `GET /tcdb/sets` | `sport` (query Literal['Baseball', 'Basketball', 'Boxing', 'Cricket', 'Football', 'Gaming', 'Golf', 'Hockey', 'Misc Sports', 'MMA', 'Multi-Sport', 'Non-Sport', 'Racing', 'Soccer', 'Tennis', 'Wrestling'] required)<br>`year` (query str required)<br>`limit` (query int) | none | `TcdbSetsResponse` | |
664
- | tcdb | `tcdb.tagged` | `tcdb-tagged` | `GET /tcdb/tagged` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`sport` (query Literal['Baseball', 'Basketball', 'Boxing', 'Cricket', 'Football', 'Gaming', 'Golf', 'Hockey', 'Misc Sports', 'MMA', 'Multi-Sport', 'Non-Sport', 'Racing', 'Soccer', 'Tennis', 'Wrestling'])<br>`page` (query int)<br>`limit` (query int) | none | `TcdbTaggedResponse` | |
665
- | tcdb | `tcdb.team` | `tcdb-team` | `GET /tcdb/team` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`limit` (query int) | none | `TcdbTeamResponse` | |
666
- | tcdb | `tcdb.top_sets` | `tcdb-top-sets` | `GET /tcdb/top-sets` | `limit` (query int) | none | `TcdbTopSetsResponse` | |
661
+ | tcdb | `tcdb.birthdays` | `tcdb-birthdays` | `GET /tcdb/birthdays` | `month` (query int required)<br>`day` (query int required)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbBirthdaysResponse` | |
662
+ | tcdb | `tcdb.card` | `tcdb-card` | `GET /tcdb/card` | `set_id` (query str)<br>`card_id` (query str)<br>`path` (query str)<br>`url` (query str) | `ApiKeyAuth` | `TcdbCardResponse` | |
663
+ | tcdb | `tcdb.card_of_the_day` | `tcdb-card-of-the-day` | `GET /tcdb/card-of-the-day` | `page` (query int)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbCardOfTheDayResponse` | |
664
+ | tcdb | `tcdb.companies` | `tcdb-companies` | `GET /tcdb/companies` | `limit` (query int) | `ApiKeyAuth` | `TcdbCompaniesResponse` | |
665
+ | tcdb | `tcdb.person` | `tcdb-person` | `GET /tcdb/person` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbPersonResponse` | |
666
+ | tcdb | `tcdb.releases` | `tcdb-releases` | `GET /tcdb/releases` | `limit` (query int) | `ApiKeyAuth` | `TcdbReleasesResponse` | |
667
+ | tcdb | `tcdb.search` | `tcdb-search` | `GET /tcdb/search` | `q` (query str required)<br>`category` (query Literal['Baseball', 'Basketball', 'Boxing', 'Cricket', 'Football', 'Gaming', 'Golf', 'Hockey', 'Misc Sports', 'MMA', 'Multi-Sport', 'Non-Sport', 'Racing', 'Soccer', 'Tennis', 'Wrestling'])<br>`limit` (query int) | `ApiKeyAuth` | `TcdbSearchResponse` | |
668
+ | tcdb | `tcdb.set` | `tcdb-set` | `GET /tcdb/set` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbSetResponse` | |
669
+ | tcdb | `tcdb.sets` | `tcdb-sets` | `GET /tcdb/sets` | `sport` (query Literal['Baseball', 'Basketball', 'Boxing', 'Cricket', 'Football', 'Gaming', 'Golf', 'Hockey', 'Misc Sports', 'MMA', 'Multi-Sport', 'Non-Sport', 'Racing', 'Soccer', 'Tennis', 'Wrestling'] required)<br>`year` (query str required)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbSetsResponse` | |
670
+ | tcdb | `tcdb.tagged` | `tcdb-tagged` | `GET /tcdb/tagged` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`sport` (query Literal['Baseball', 'Basketball', 'Boxing', 'Cricket', 'Football', 'Gaming', 'Golf', 'Hockey', 'Misc Sports', 'MMA', 'Multi-Sport', 'Non-Sport', 'Racing', 'Soccer', 'Tennis', 'Wrestling'])<br>`page` (query int)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbTaggedResponse` | |
671
+ | tcdb | `tcdb.team` | `tcdb-team` | `GET /tcdb/team` | `id` (query str)<br>`path` (query str)<br>`url` (query str)<br>`limit` (query int) | `ApiKeyAuth` | `TcdbTeamResponse` | |
672
+ | tcdb | `tcdb.top_sets` | `tcdb-top-sets` | `GET /tcdb/top-sets` | `limit` (query int) | `ApiKeyAuth` | `TcdbTopSetsResponse` | |
667
673
  | tiktok | `tiktok.category` | `tiktok-category` | `GET /tiktok/category` | none | `ApiKeyAuth` | `TiktokCategoryResponse` | |
668
674
  | tiktok | `tiktok.video_comments` | `tiktok-video-comments` | `GET /tiktok/comments` | `aweme_id` (query str required)<br>`cursor` (query int) | `ApiKeyAuth` | `TiktokVideoCommentsResponse` | |
669
675
  | tiktok | `tiktok.explore` | `tiktok-explore` | `GET /tiktok/explore/{id}` | `id` (path int required) | `ApiKeyAuth` | `TiktokExploreResponse` | |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "crawlora"
7
- version = "1.19.0.dev1"
7
+ version = "1.20.0.dev1"
8
8
  description = "Official Python SDK for the Crawlora web-scraping API: typed grouped and dynamic operation calls for every public endpoint, with retries, pagination, hooks, and an async client."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -267,7 +267,7 @@ class CrawloraClientTest(unittest.TestCase):
267
267
  self.assertIs(raised.exception.__cause__, cause)
268
268
 
269
269
  def test_operation_metadata_count(self):
270
- self.assertEqual(OPERATION_COUNT, 776)
270
+ self.assertEqual(OPERATION_COUNT, 782)
271
271
 
272
272
  def test_deprecated_endpoints_are_not_generated(self):
273
273
  self.assertFalse(hasattr(CrawloraClient(api_key="api_test", base_url=self.base_url).google, "lens"))
@@ -296,7 +296,7 @@ class CrawloraClientTest(unittest.TestCase):
296
296
  recipes_doc = root.joinpath("docs", "recipes.md").read_text()
297
297
 
298
298
  for expected in [
299
- "Total operations: `776`",
299
+ "Total operations: `782`",
300
300
  "`bing-search`",
301
301
  "`GET /bing/search`",
302
302
  "`bing.search`",
File without changes
File without changes
File without changes