crawlora 1.19.0.pre.sdk.1 → 1.20.0.pre.sdk.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f111af621b0b0bb3abbf16718d8919d42d4ec0173fe1a8e7998976a2454a0b0
4
- data.tar.gz: ec6cf878232fa65fd3e07a6e54a9849019a3e68fac7482b79a8f580cb35ef29e
3
+ metadata.gz: 6b2c18cf7941bcb09b47b86076c5d4039b6e38e605737248bb876f42cf8cbad4
4
+ data.tar.gz: 3f2db3452716f8478814bb07f5b90170ed59d69b2477e0cd333e87f30698f2fc
5
5
  SHA512:
6
- metadata.gz: d140ee1972824557a4d7a859b0beaf8b8a2ec98acdd416e8b0be41294b74028fe9b91cc53a80f2f52d079768da343607b134eed76dd82d655d7849649412e39a
7
- data.tar.gz: 2bbde335a646a697cb4b5a52a8a825638ed311d4d2c35ab21abeeb9b614a88490c1615cc4064b07be18fc6e7497d89c7bdeb2946f657af1c957b2873a7bffb47
6
+ metadata.gz: 10832291832105f1b6b28e1da74ca449e7535ca4f3ffd2c7ce6b4b113eda4cdd58ceff5996dcd4541aef8458a881e10340354b31967f3d3a2db6271e303721c5
7
+ data.tar.gz: e1520fe701b2727882aef006053479556cd0ea88997b5e6de8c6ea39aaf51897f2c29e212dc8df1034db9f1fc35b68f3b1cd46a30596c76b96857942b807f35f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.20.0-sdk.1
4
+
5
+ - Regenerated from the public API contract (776 to 782 operations). Adds jobs dataset company detail and nearby search, plus iCIMS and Eightfold board and job operations.
6
+
3
7
  ## v1.19.0-sdk.1
4
8
 
5
9
  - Regenerated from the public API contract (737 to 776 operations). Adds **7 more
data/docs/operations.md CHANGED
@@ -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 String required)<br>`table_id` (path Integer required)<br>`period` (query String)<br>`property_type` (query String)<br>`history` (query bool) | `ApiKeyAuth` | `DatasetsHousingMarketsItemResponse` | |
150
150
  | datasets | `datasets.housing_markets_search` | `datasets-housing-markets-search` | `GET /datasets/housing-markets/search` | `q` (query String)<br>`region_type` (query String)<br>`state_code` (query String)<br>`property_type` (query String)<br>`parent_metro_code` (query String)<br>`zip_code` (query String)<br>`period` (query String)<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 Integer)<br>`max_salary_to_buy` (query Integer)<br>`min_median_dom` (query Float)<br>`max_median_dom` (query Float)<br>`min_inventory` (query Integer)<br>`max_inventory` (query Integer)<br>`min_homes_sold` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsHousingMarketsSearchResponse` | |
151
151
  | datasets | `datasets.jobs_companies` | `datasets-jobs-companies` | `GET /datasets/jobs/companies` | `q` (query String)<br>`provider` (query String)<br>`status` (query String)<br>`min_open_roles` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsCompaniesResponse` | |
152
+ | datasets | `datasets.jobs_company_item` | `datasets-jobs-company-item` | `GET /datasets/jobs/companies/{id}` | `id` (path String required) | `ApiKeyAuth` | `DatasetsJobsCompanyItemResponse` | |
152
153
  | datasets | `datasets.jobs_facets` | `datasets-jobs-facets` | `GET /datasets/jobs/facets` | `size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsFacetsResponse` | |
153
154
  | datasets | `datasets.jobs_item` | `datasets-jobs-item` | `GET /datasets/jobs/items/{id}` | `id` (path String 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 String)<br>`include_closed` (query bool)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsNearbyResponse` | |
154
156
  | datasets | `datasets.jobs_search` | `datasets-jobs-search` | `GET /datasets/jobs/search` | `q` (query String)<br>`company` (query String)<br>`provider` (query String)<br>`department` (query String)<br>`location` (query String)<br>`employment_type` (query String)<br>`remote` (query bool)<br>`include_closed` (query bool)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsSearchResponse` | |
155
157
  | datasets | `datasets.journalists_facets` | `datasets-journalists-facets` | `GET /datasets/journalists/facets` | `facet` (query String required)<br>`q` (query String)<br>`outlet` (query String)<br>`vertical` (query String)<br>`topic` (query String)<br>`contact_type` (query String) | `ApiKeyAuth` | `DatasetsJournalistsFacetsResponse` | |
156
158
  | datasets | `datasets.journalists_item` | `datasets-journalists-item` | `GET /datasets/journalists/items/{outlet}/{slug}` | `outlet` (path String required)<br>`slug` (path String 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 String)<br>`topic` (query String)<br>`maker` (query String)<br>`launched_after` (query String)<br>`launched_before` (query String)<br>`min_votes` (query Integer)<br>`min_rating` (query Float)<br>`pricing_type` (query String)<br>`has_website` (query bool)<br>`is_online` (query bool)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntProductsSearchResponse` | |
172
174
  | datasets | `datasets.producthunt_trends_facets` | `datasets-producthunt-trends-facets` | `GET /datasets/producthunt-trends/facets` | `facet` (query String required)<br>`group_by` (query String)<br>`topic` (query String)<br>`launched_after` (query String)<br>`launched_before` (query String)<br>`min_votes` (query Integer)<br>`min_launches` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntTrendsFacetsResponse` | |
173
175
  | datasets | `datasets.producthunt_trends_search` | `datasets-producthunt-trends-search` | `GET /datasets/producthunt-trends/search` | `group_by` (query String)<br>`topic` (query String)<br>`launched_after` (query String)<br>`launched_before` (query String)<br>`min_votes` (query Integer)<br>`min_launches` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntTrendsSearchResponse` | |
174
- | datasets | `datasets.sec_companies_facets` | `datasets-sec-companies-facets` | `GET /datasets/sec-companies/facets` | `facet` (query String required)<br>`q` (query String)<br>`ticker` (query String)<br>`sic` (query String)<br>`exchange` (query String)<br>`state_of_incorporation` (query String)<br>`entity_type` (query String)<br>`min_revenue` (query Float)<br>`form_filed` (query String) | `ApiKeyAuth` | `DatasetsSecCompaniesFacetsResponse` | |
176
+ | datasets | `datasets.sec_companies_facets` | `datasets-sec-companies-facets` | `GET /datasets/sec-companies/facets` | `facet` (query String required)<br>`q` (query String)<br>`ticker` (query String)<br>`sic` (query String)<br>`exchange` (query String)<br>`state_of_incorporation` (query String)<br>`entity_type` (query String)<br>`reporting_currency` (query String)<br>`has_financials` (query bool)<br>`min_revenue` (query Float)<br>`form_filed` (query String) | `ApiKeyAuth` | `DatasetsSecCompaniesFacetsResponse` | |
175
177
  | datasets | `datasets.sec_companies_financials` | `datasets-sec-companies-financials` | `GET /datasets/sec-companies/financials/{cik}` | `cik` (path String required)<br>`statement` (query String)<br>`period` (query String)<br>`from` (query Integer)<br>`to` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesFinancialsResponse` | |
176
178
  | datasets | `datasets.sec_companies_insider` | `datasets-sec-companies-insider` | `GET /datasets/sec-companies/insider/{cik}` | `cik` (path String required)<br>`from` (query String)<br>`to` (query String)<br>`code` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesInsiderResponse` | |
177
179
  | datasets | `datasets.sec_companies_item` | `datasets-sec-companies-item` | `GET /datasets/sec-companies/items/{cik}` | `cik` (path String required) | `ApiKeyAuth` | `DatasetsSecCompaniesItemResponse` | |
178
- | datasets | `datasets.sec_companies_search` | `datasets-sec-companies-search` | `GET /datasets/sec-companies/search` | `q` (query String)<br>`ticker` (query String)<br>`cik` (query String)<br>`sic` (query String)<br>`sic_description` (query String)<br>`exchange` (query String)<br>`state_of_incorporation` (query String)<br>`entity_type` (query String)<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 String)<br>`min_insider_txn_count_90d` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesSearchResponse` | |
180
+ | datasets | `datasets.sec_companies_search` | `datasets-sec-companies-search` | `GET /datasets/sec-companies/search` | `q` (query String)<br>`ticker` (query String)<br>`cik` (query String)<br>`sic` (query String)<br>`sic_description` (query String)<br>`exchange` (query String)<br>`state_of_incorporation` (query String)<br>`entity_type` (query String)<br>`reporting_currency` (query String)<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 String)<br>`min_insider_txn_count_90d` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesSearchResponse` | |
179
181
  | datasets | `datasets.sec_institutional_positions_facets` | `datasets-sec-institutional-positions-facets` | `GET /datasets/sec-institutional-positions/facets` | `facet` (query String required)<br>`manager_cik` (query String)<br>`issuer_name` (query String)<br>`cusip` (query String) | `ApiKeyAuth` | `DatasetsSecInstitutionalPositionsFacetsResponse` | |
180
182
  | datasets | `datasets.sec_institutional_positions_search` | `datasets-sec-institutional-positions-search` | `GET /datasets/sec-institutional-positions/search` | `manager_cik` (query String)<br>`issuer_name` (query String)<br>`cusip` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSecInstitutionalPositionsSearchResponse` | |
181
183
  | datasets | `datasets.steam_achievements_search` | `datasets-steam-achievements-search` | `GET /datasets/steam-achievements/search` | `app_id` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamAchievementsSearchResponse` | |
@@ -317,9 +319,13 @@ Total operations: `776`
317
319
  | instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
318
320
  | jobs | `jobs.ashby_board` | `jobs-ashby-board` | `GET /jobs/ashby/board` | `org` (query String required)<br>`include_compensation` (query bool) | `ApiKeyAuth` | `JobsAshbyBoardResponse` | |
319
321
  | jobs | `jobs.company_search` | `jobs-company-search` | `GET /jobs/company-search` | `slug` (query String required) | `ApiKeyAuth` | `JobsCompanySearchResponse` | |
322
+ | jobs | `jobs.eightfold_board` | `jobs-eightfold-board` | `GET /jobs/eightfold/board` | `tenant` (query String required)<br>`domain` (query String required)<br>`query` (query String)<br>`location` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsEightfoldBoardResponse` | |
323
+ | jobs | `jobs.eightfold_job` | `jobs-eightfold-job` | `GET /jobs/eightfold/job` | `tenant` (query String required)<br>`domain` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsEightfoldJobResponse` | |
320
324
  | jobs | `jobs.greenhouse_board` | `jobs-greenhouse-board` | `GET /jobs/greenhouse/board` | `token` (query String required)<br>`content` (query bool) | `ApiKeyAuth` | `JobsGreenhouseBoardResponse` | |
321
325
  | jobs | `jobs.greenhouse_job` | `jobs-greenhouse-job` | `GET /jobs/greenhouse/job` | `token` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsGreenhouseJobResponse` | |
322
- | jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters" \| "workable" \| "recruitee" \| "rippling" \| "personio" \| "teamtailor" \| "oracle" \| "ukg" required)<br>`token` (query String)<br>`company` (query String)<br>`org` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String)<br>`host` (query String)<br>`board` (query String) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
326
+ | jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters" \| "workable" \| "recruitee" \| "rippling" \| "personio" \| "teamtailor" \| "oracle" \| "ukg" \| "icims" \| "eightfold" required)<br>`token` (query String)<br>`company` (query String)<br>`org` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String)<br>`host` (query String)<br>`board` (query String)<br>`domain` (query String) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
327
+ | jobs | `jobs.icims_board` | `jobs-icims-board` | `GET /jobs/icims/board` | `domain` (query String required)<br>`keywords` (query String)<br>`location` (query String)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `JobsIcimsBoardResponse` | |
328
+ | jobs | `jobs.icims_job` | `jobs-icims-job` | `GET /jobs/icims/job` | `domain` (query String required)<br>`id` (query String required)<br>`lang` (query String) | `ApiKeyAuth` | `JobsIcimsJobResponse` | |
323
329
  | jobs | `jobs.lever_posting` | `jobs-lever-posting` | `GET /jobs/lever/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsLeverPostingResponse` | |
324
330
  | jobs | `jobs.lever_postings` | `jobs-lever-postings` | `GET /jobs/lever/postings` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsLeverPostingsResponse` | |
325
331
  | jobs | `jobs.oracle_board` | `jobs-oracle-board` | `GET /jobs/oracle/board` | `host` (query String required)<br>`site` (query String required)<br>`search` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsOracleBoardResponse` | |
@@ -652,18 +658,18 @@ Total operations: `776`
652
658
  | steam | `steam.tags` | `steam-tags` | `GET /steam/tags` | `tags` (query String)<br>`untags` (query String)<br>`category1` (query String)<br>`category2` (query String)<br>`category3` (query String)<br>`os` (query String)<br>`maxprice` (query String)<br>`specials` (query bool)<br>`hidef2p` (query bool)<br>`deck_compatibility` (query "1" \| "2" \| "3")<br>`vrsupport` (query String)<br>`filter` (query "globaltopsellers" \| "topsellers" \| "popularnew" \| "comingsoon")<br>`supportedlang` (query String)<br>`sort_by` (query "Relevance" \| "Released_DESC" \| "Name_ASC" \| "Price_ASC" \| "Price_DESC" \| "Reviews_DESC")<br>`start` (query Integer)<br>`count` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamTagsResponse` | |
653
659
  | steam | `steam.tags_list` | `steam-tags-list` | `GET /steam/tags/list` | `l` (query String) | `ApiKeyAuth` | `SteamTagsListResponse` | |
654
660
  | steam | `steam.top_sellers` | `steam-top-sellers` | `GET /steam/top-sellers` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamTopSellersResponse` | |
655
- | tcdb | `tcdb.birthdays` | `tcdb-birthdays` | `GET /tcdb/birthdays` | `month` (query Integer required)<br>`day` (query Integer required)<br>`limit` (query Integer) | none | `TcdbBirthdaysResponse` | |
656
- | tcdb | `tcdb.card` | `tcdb-card` | `GET /tcdb/card` | `set_id` (query String)<br>`card_id` (query String)<br>`path` (query String)<br>`url` (query String) | none | `TcdbCardResponse` | |
657
- | tcdb | `tcdb.card_of_the_day` | `tcdb-card-of-the-day` | `GET /tcdb/card-of-the-day` | `page` (query Integer)<br>`limit` (query Integer) | none | `TcdbCardOfTheDayResponse` | |
658
- | tcdb | `tcdb.companies` | `tcdb-companies` | `GET /tcdb/companies` | `limit` (query Integer) | none | `TcdbCompaniesResponse` | |
659
- | tcdb | `tcdb.person` | `tcdb-person` | `GET /tcdb/person` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | none | `TcdbPersonResponse` | |
660
- | tcdb | `tcdb.releases` | `tcdb-releases` | `GET /tcdb/releases` | `limit` (query Integer) | none | `TcdbReleasesResponse` | |
661
- | tcdb | `tcdb.search` | `tcdb-search` | `GET /tcdb/search` | `q` (query String required)<br>`category` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling")<br>`limit` (query Integer) | none | `TcdbSearchResponse` | |
662
- | tcdb | `tcdb.set` | `tcdb-set` | `GET /tcdb/set` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | none | `TcdbSetResponse` | |
663
- | tcdb | `tcdb.sets` | `tcdb-sets` | `GET /tcdb/sets` | `sport` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling" required)<br>`year` (query String required)<br>`limit` (query Integer) | none | `TcdbSetsResponse` | |
664
- | tcdb | `tcdb.tagged` | `tcdb-tagged` | `GET /tcdb/tagged` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`sport` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling")<br>`page` (query Integer)<br>`limit` (query Integer) | none | `TcdbTaggedResponse` | |
665
- | tcdb | `tcdb.team` | `tcdb-team` | `GET /tcdb/team` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | none | `TcdbTeamResponse` | |
666
- | tcdb | `tcdb.top_sets` | `tcdb-top-sets` | `GET /tcdb/top-sets` | `limit` (query Integer) | none | `TcdbTopSetsResponse` | |
661
+ | tcdb | `tcdb.birthdays` | `tcdb-birthdays` | `GET /tcdb/birthdays` | `month` (query Integer required)<br>`day` (query Integer required)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbBirthdaysResponse` | |
662
+ | tcdb | `tcdb.card` | `tcdb-card` | `GET /tcdb/card` | `set_id` (query String)<br>`card_id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `TcdbCardResponse` | |
663
+ | tcdb | `tcdb.card_of_the_day` | `tcdb-card-of-the-day` | `GET /tcdb/card-of-the-day` | `page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbCardOfTheDayResponse` | |
664
+ | tcdb | `tcdb.companies` | `tcdb-companies` | `GET /tcdb/companies` | `limit` (query Integer) | `ApiKeyAuth` | `TcdbCompaniesResponse` | |
665
+ | tcdb | `tcdb.person` | `tcdb-person` | `GET /tcdb/person` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbPersonResponse` | |
666
+ | tcdb | `tcdb.releases` | `tcdb-releases` | `GET /tcdb/releases` | `limit` (query Integer) | `ApiKeyAuth` | `TcdbReleasesResponse` | |
667
+ | tcdb | `tcdb.search` | `tcdb-search` | `GET /tcdb/search` | `q` (query String required)<br>`category` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling")<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbSearchResponse` | |
668
+ | tcdb | `tcdb.set` | `tcdb-set` | `GET /tcdb/set` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbSetResponse` | |
669
+ | tcdb | `tcdb.sets` | `tcdb-sets` | `GET /tcdb/sets` | `sport` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling" required)<br>`year` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbSetsResponse` | |
670
+ | tcdb | `tcdb.tagged` | `tcdb-tagged` | `GET /tcdb/tagged` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`sport` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling")<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbTaggedResponse` | |
671
+ | tcdb | `tcdb.team` | `tcdb-team` | `GET /tcdb/team` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `TcdbTeamResponse` | |
672
+ | tcdb | `tcdb.top_sets` | `tcdb-top-sets` | `GET /tcdb/top-sets` | `limit` (query Integer) | `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 String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokVideoCommentsResponse` | |
669
675
  | tiktok | `tiktok.explore` | `tiktok-explore` | `GET /tiktok/explore/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `TiktokExploreResponse` | |
@@ -7232,6 +7232,27 @@ module Crawlora
7232
7232
  ],
7233
7233
  "paginatable" => true
7234
7234
  },
7235
+ "datasets-jobs-company-item" => {
7236
+ "id" => "datasets-jobs-company-item",
7237
+ "method" => "GET",
7238
+ "path" => "/datasets/jobs/companies/{id}",
7239
+ "pathParams" => [
7240
+ "id"
7241
+ ],
7242
+ "queryParams" => [],
7243
+ "formParams" => [],
7244
+ "bodyParam" => nil,
7245
+ "bodyRequired" => false,
7246
+ "consumes" => [
7247
+ "application/json"
7248
+ ],
7249
+ "produces" => [
7250
+ "application/json"
7251
+ ],
7252
+ "security" => [
7253
+ "ApiKeyAuth"
7254
+ ]
7255
+ },
7235
7256
  "datasets-jobs-facets" => {
7236
7257
  "id" => "datasets-jobs-facets",
7237
7258
  "method" => "GET",
@@ -7278,6 +7299,64 @@ module Crawlora
7278
7299
  "ApiKeyAuth"
7279
7300
  ]
7280
7301
  },
7302
+ "datasets-jobs-nearby" => {
7303
+ "id" => "datasets-jobs-nearby",
7304
+ "method" => "GET",
7305
+ "path" => "/datasets/jobs/nearby",
7306
+ "pathParams" => [],
7307
+ "queryParams" => [
7308
+ {
7309
+ "name" => "lat",
7310
+ "in" => "query",
7311
+ "type" => "number",
7312
+ "required" => true
7313
+ },
7314
+ {
7315
+ "name" => "lon",
7316
+ "in" => "query",
7317
+ "type" => "number",
7318
+ "required" => true
7319
+ },
7320
+ {
7321
+ "name" => "radius_km",
7322
+ "in" => "query",
7323
+ "type" => "number"
7324
+ },
7325
+ {
7326
+ "name" => "provider",
7327
+ "in" => "query",
7328
+ "type" => "string"
7329
+ },
7330
+ {
7331
+ "name" => "include_closed",
7332
+ "in" => "query",
7333
+ "type" => "boolean"
7334
+ },
7335
+ {
7336
+ "name" => "page",
7337
+ "in" => "query",
7338
+ "type" => "integer"
7339
+ },
7340
+ {
7341
+ "name" => "page_size",
7342
+ "in" => "query",
7343
+ "type" => "integer"
7344
+ }
7345
+ ],
7346
+ "formParams" => [],
7347
+ "bodyParam" => nil,
7348
+ "bodyRequired" => false,
7349
+ "consumes" => [
7350
+ "application/json"
7351
+ ],
7352
+ "produces" => [
7353
+ "application/json"
7354
+ ],
7355
+ "security" => [
7356
+ "ApiKeyAuth"
7357
+ ],
7358
+ "paginatable" => true
7359
+ },
7281
7360
  "datasets-jobs-search" => {
7282
7361
  "id" => "datasets-jobs-search",
7283
7362
  "method" => "GET",
@@ -8591,6 +8670,16 @@ module Crawlora
8591
8670
  "in" => "query",
8592
8671
  "type" => "string"
8593
8672
  },
8673
+ {
8674
+ "name" => "reporting_currency",
8675
+ "in" => "query",
8676
+ "type" => "string"
8677
+ },
8678
+ {
8679
+ "name" => "has_financials",
8680
+ "in" => "query",
8681
+ "type" => "boolean"
8682
+ },
8594
8683
  {
8595
8684
  "name" => "min_revenue",
8596
8685
  "in" => "query",
@@ -8771,6 +8860,16 @@ module Crawlora
8771
8860
  "in" => "query",
8772
8861
  "type" => "string"
8773
8862
  },
8863
+ {
8864
+ "name" => "reporting_currency",
8865
+ "in" => "query",
8866
+ "type" => "string"
8867
+ },
8868
+ {
8869
+ "name" => "has_financials",
8870
+ "in" => "query",
8871
+ "type" => "boolean"
8872
+ },
8774
8873
  {
8775
8874
  "name" => "min_revenue",
8776
8875
  "in" => "query",
@@ -14602,6 +14701,97 @@ module Crawlora
14602
14701
  "ApiKeyAuth"
14603
14702
  ]
14604
14703
  },
14704
+ "jobs-eightfold-board" => {
14705
+ "id" => "jobs-eightfold-board",
14706
+ "method" => "GET",
14707
+ "path" => "/jobs/eightfold/board",
14708
+ "pathParams" => [],
14709
+ "queryParams" => [
14710
+ {
14711
+ "name" => "tenant",
14712
+ "in" => "query",
14713
+ "type" => "string",
14714
+ "required" => true
14715
+ },
14716
+ {
14717
+ "name" => "domain",
14718
+ "in" => "query",
14719
+ "type" => "string",
14720
+ "required" => true
14721
+ },
14722
+ {
14723
+ "name" => "query",
14724
+ "in" => "query",
14725
+ "type" => "string"
14726
+ },
14727
+ {
14728
+ "name" => "location",
14729
+ "in" => "query",
14730
+ "type" => "string"
14731
+ },
14732
+ {
14733
+ "name" => "limit",
14734
+ "in" => "query",
14735
+ "type" => "integer"
14736
+ },
14737
+ {
14738
+ "name" => "offset",
14739
+ "in" => "query",
14740
+ "type" => "integer"
14741
+ }
14742
+ ],
14743
+ "formParams" => [],
14744
+ "bodyParam" => nil,
14745
+ "bodyRequired" => false,
14746
+ "consumes" => [
14747
+ "application/json"
14748
+ ],
14749
+ "produces" => [
14750
+ "application/json"
14751
+ ],
14752
+ "security" => [
14753
+ "ApiKeyAuth"
14754
+ ],
14755
+ "paginatable" => true
14756
+ },
14757
+ "jobs-eightfold-job" => {
14758
+ "id" => "jobs-eightfold-job",
14759
+ "method" => "GET",
14760
+ "path" => "/jobs/eightfold/job",
14761
+ "pathParams" => [],
14762
+ "queryParams" => [
14763
+ {
14764
+ "name" => "tenant",
14765
+ "in" => "query",
14766
+ "type" => "string",
14767
+ "required" => true
14768
+ },
14769
+ {
14770
+ "name" => "domain",
14771
+ "in" => "query",
14772
+ "type" => "string",
14773
+ "required" => true
14774
+ },
14775
+ {
14776
+ "name" => "id",
14777
+ "in" => "query",
14778
+ "type" => "string",
14779
+ "required" => true
14780
+ }
14781
+ ],
14782
+ "formParams" => [],
14783
+ "bodyParam" => nil,
14784
+ "bodyRequired" => false,
14785
+ "consumes" => [
14786
+ "application/json"
14787
+ ],
14788
+ "produces" => [
14789
+ "application/json"
14790
+ ],
14791
+ "security" => [
14792
+ "ApiKeyAuth"
14793
+ ]
14794
+ },
14605
14795
  "jobs-greenhouse-board" => {
14606
14796
  "id" => "jobs-greenhouse-board",
14607
14797
  "method" => "GET",
@@ -14688,7 +14878,9 @@ module Crawlora
14688
14878
  "personio",
14689
14879
  "teamtailor",
14690
14880
  "oracle",
14691
- "ukg"
14881
+ "ukg",
14882
+ "icims",
14883
+ "eightfold"
14692
14884
  ]
14693
14885
  },
14694
14886
  {
@@ -14730,6 +14922,95 @@ module Crawlora
14730
14922
  "name" => "board",
14731
14923
  "in" => "query",
14732
14924
  "type" => "string"
14925
+ },
14926
+ {
14927
+ "name" => "domain",
14928
+ "in" => "query",
14929
+ "type" => "string"
14930
+ }
14931
+ ],
14932
+ "formParams" => [],
14933
+ "bodyParam" => nil,
14934
+ "bodyRequired" => false,
14935
+ "consumes" => [
14936
+ "application/json"
14937
+ ],
14938
+ "produces" => [
14939
+ "application/json"
14940
+ ],
14941
+ "security" => [
14942
+ "ApiKeyAuth"
14943
+ ]
14944
+ },
14945
+ "jobs-icims-board" => {
14946
+ "id" => "jobs-icims-board",
14947
+ "method" => "GET",
14948
+ "path" => "/jobs/icims/board",
14949
+ "pathParams" => [],
14950
+ "queryParams" => [
14951
+ {
14952
+ "name" => "domain",
14953
+ "in" => "query",
14954
+ "type" => "string",
14955
+ "required" => true
14956
+ },
14957
+ {
14958
+ "name" => "keywords",
14959
+ "in" => "query",
14960
+ "type" => "string"
14961
+ },
14962
+ {
14963
+ "name" => "location",
14964
+ "in" => "query",
14965
+ "type" => "string"
14966
+ },
14967
+ {
14968
+ "name" => "page",
14969
+ "in" => "query",
14970
+ "type" => "integer"
14971
+ },
14972
+ {
14973
+ "name" => "limit",
14974
+ "in" => "query",
14975
+ "type" => "integer"
14976
+ }
14977
+ ],
14978
+ "formParams" => [],
14979
+ "bodyParam" => nil,
14980
+ "bodyRequired" => false,
14981
+ "consumes" => [
14982
+ "application/json"
14983
+ ],
14984
+ "produces" => [
14985
+ "application/json"
14986
+ ],
14987
+ "security" => [
14988
+ "ApiKeyAuth"
14989
+ ],
14990
+ "paginatable" => true
14991
+ },
14992
+ "jobs-icims-job" => {
14993
+ "id" => "jobs-icims-job",
14994
+ "method" => "GET",
14995
+ "path" => "/jobs/icims/job",
14996
+ "pathParams" => [],
14997
+ "queryParams" => [
14998
+ {
14999
+ "name" => "domain",
15000
+ "in" => "query",
15001
+ "type" => "string",
15002
+ "required" => true
15003
+ },
15004
+ {
15005
+ "name" => "id",
15006
+ "in" => "query",
15007
+ "type" => "string",
15008
+ "required" => true
15009
+ },
15010
+ {
15011
+ "name" => "lang",
15012
+ "in" => "query",
15013
+ "type" => "string"
14733
15014
  }
14734
15015
  ],
14735
15016
  "formParams" => [],
@@ -26959,7 +27240,9 @@ module Crawlora
26959
27240
  "produces" => [
26960
27241
  "application/json"
26961
27242
  ],
26962
- "security" => []
27243
+ "security" => [
27244
+ "ApiKeyAuth"
27245
+ ]
26963
27246
  },
26964
27247
  "tcdb-card" => {
26965
27248
  "id" => "tcdb-card",
@@ -26997,7 +27280,9 @@ module Crawlora
26997
27280
  "produces" => [
26998
27281
  "application/json"
26999
27282
  ],
27000
- "security" => []
27283
+ "security" => [
27284
+ "ApiKeyAuth"
27285
+ ]
27001
27286
  },
27002
27287
  "tcdb-card-of-the-day" => {
27003
27288
  "id" => "tcdb-card-of-the-day",
@@ -27025,7 +27310,9 @@ module Crawlora
27025
27310
  "produces" => [
27026
27311
  "application/json"
27027
27312
  ],
27028
- "security" => [],
27313
+ "security" => [
27314
+ "ApiKeyAuth"
27315
+ ],
27029
27316
  "paginatable" => true
27030
27317
  },
27031
27318
  "tcdb-companies" => {
@@ -27049,7 +27336,9 @@ module Crawlora
27049
27336
  "produces" => [
27050
27337
  "application/json"
27051
27338
  ],
27052
- "security" => []
27339
+ "security" => [
27340
+ "ApiKeyAuth"
27341
+ ]
27053
27342
  },
27054
27343
  "tcdb-person" => {
27055
27344
  "id" => "tcdb-person",
@@ -27087,7 +27376,9 @@ module Crawlora
27087
27376
  "produces" => [
27088
27377
  "application/json"
27089
27378
  ],
27090
- "security" => []
27379
+ "security" => [
27380
+ "ApiKeyAuth"
27381
+ ]
27091
27382
  },
27092
27383
  "tcdb-releases" => {
27093
27384
  "id" => "tcdb-releases",
@@ -27110,7 +27401,9 @@ module Crawlora
27110
27401
  "produces" => [
27111
27402
  "application/json"
27112
27403
  ],
27113
- "security" => []
27404
+ "security" => [
27405
+ "ApiKeyAuth"
27406
+ ]
27114
27407
  },
27115
27408
  "tcdb-search" => {
27116
27409
  "id" => "tcdb-search",
@@ -27162,7 +27455,9 @@ module Crawlora
27162
27455
  "produces" => [
27163
27456
  "application/json"
27164
27457
  ],
27165
- "security" => []
27458
+ "security" => [
27459
+ "ApiKeyAuth"
27460
+ ]
27166
27461
  },
27167
27462
  "tcdb-set" => {
27168
27463
  "id" => "tcdb-set",
@@ -27200,7 +27495,9 @@ module Crawlora
27200
27495
  "produces" => [
27201
27496
  "application/json"
27202
27497
  ],
27203
- "security" => []
27498
+ "security" => [
27499
+ "ApiKeyAuth"
27500
+ ]
27204
27501
  },
27205
27502
  "tcdb-sets" => {
27206
27503
  "id" => "tcdb-sets",
@@ -27253,7 +27550,9 @@ module Crawlora
27253
27550
  "produces" => [
27254
27551
  "application/json"
27255
27552
  ],
27256
- "security" => []
27553
+ "security" => [
27554
+ "ApiKeyAuth"
27555
+ ]
27257
27556
  },
27258
27557
  "tcdb-tagged" => {
27259
27558
  "id" => "tcdb-tagged",
@@ -27319,7 +27618,9 @@ module Crawlora
27319
27618
  "produces" => [
27320
27619
  "application/json"
27321
27620
  ],
27322
- "security" => [],
27621
+ "security" => [
27622
+ "ApiKeyAuth"
27623
+ ],
27323
27624
  "paginatable" => true
27324
27625
  },
27325
27626
  "tcdb-team" => {
@@ -27358,7 +27659,9 @@ module Crawlora
27358
27659
  "produces" => [
27359
27660
  "application/json"
27360
27661
  ],
27361
- "security" => []
27662
+ "security" => [
27663
+ "ApiKeyAuth"
27664
+ ]
27362
27665
  },
27363
27666
  "tcdb-top-sets" => {
27364
27667
  "id" => "tcdb-top-sets",
@@ -27381,7 +27684,9 @@ module Crawlora
27381
27684
  "produces" => [
27382
27685
  "application/json"
27383
27686
  ],
27384
- "security" => []
27687
+ "security" => [
27688
+ "ApiKeyAuth"
27689
+ ]
27385
27690
  },
27386
27691
  "tiktok-category" => {
27387
27692
  "id" => "tiktok-category",
@@ -31335,8 +31640,10 @@ module Crawlora
31335
31640
  "housing_markets_item" => "datasets-housing-markets-item",
31336
31641
  "housing_markets_search" => "datasets-housing-markets-search",
31337
31642
  "jobs_companies" => "datasets-jobs-companies",
31643
+ "jobs_company_item" => "datasets-jobs-company-item",
31338
31644
  "jobs_facets" => "datasets-jobs-facets",
31339
31645
  "jobs_item" => "datasets-jobs-item",
31646
+ "jobs_nearby" => "datasets-jobs-nearby",
31340
31647
  "jobs_search" => "datasets-jobs-search",
31341
31648
  "journalists_facets" => "datasets-journalists-facets",
31342
31649
  "journalists_item" => "datasets-journalists-item",
@@ -31525,9 +31832,13 @@ module Crawlora
31525
31832
  "jobs" => {
31526
31833
  "ashby_board" => "jobs-ashby-board",
31527
31834
  "company_search" => "jobs-company-search",
31835
+ "eightfold_board" => "jobs-eightfold-board",
31836
+ "eightfold_job" => "jobs-eightfold-job",
31528
31837
  "greenhouse_board" => "jobs-greenhouse-board",
31529
31838
  "greenhouse_job" => "jobs-greenhouse-job",
31530
31839
  "hiring_signals" => "jobs-hiring-signals",
31840
+ "icims_board" => "jobs-icims-board",
31841
+ "icims_job" => "jobs-icims-job",
31531
31842
  "lever_posting" => "jobs-lever-posting",
31532
31843
  "lever_postings" => "jobs-lever-postings",
31533
31844
  "oracle_board" => "jobs-oracle-board",
@@ -32069,7 +32380,7 @@ module Crawlora
32069
32380
  }
32070
32381
  }.freeze
32071
32382
 
32072
- OPERATION_COUNT = 776
32383
+ OPERATION_COUNT = 782
32073
32384
 
32074
32385
  module OperationId
32075
32386
  AIRBNB_HOST = "airbnb-host"
@@ -32209,8 +32520,10 @@ module Crawlora
32209
32520
  DATASETS_HOUSING_MARKETS_ITEM = "datasets-housing-markets-item"
32210
32521
  DATASETS_HOUSING_MARKETS_SEARCH = "datasets-housing-markets-search"
32211
32522
  DATASETS_JOBS_COMPANIES = "datasets-jobs-companies"
32523
+ DATASETS_JOBS_COMPANY_ITEM = "datasets-jobs-company-item"
32212
32524
  DATASETS_JOBS_FACETS = "datasets-jobs-facets"
32213
32525
  DATASETS_JOBS_ITEM = "datasets-jobs-item"
32526
+ DATASETS_JOBS_NEARBY = "datasets-jobs-nearby"
32214
32527
  DATASETS_JOBS_SEARCH = "datasets-jobs-search"
32215
32528
  DATASETS_JOURNALISTS_FACETS = "datasets-journalists-facets"
32216
32529
  DATASETS_JOURNALISTS_ITEM = "datasets-journalists-item"
@@ -32378,9 +32691,13 @@ module Crawlora
32378
32691
  INSTAGRAM_REELS = "instagram-reels"
32379
32692
  JOBS_ASHBY_BOARD = "jobs-ashby-board"
32380
32693
  JOBS_COMPANY_SEARCH = "jobs-company-search"
32694
+ JOBS_EIGHTFOLD_BOARD = "jobs-eightfold-board"
32695
+ JOBS_EIGHTFOLD_JOB = "jobs-eightfold-job"
32381
32696
  JOBS_GREENHOUSE_BOARD = "jobs-greenhouse-board"
32382
32697
  JOBS_GREENHOUSE_JOB = "jobs-greenhouse-job"
32383
32698
  JOBS_HIRING_SIGNALS = "jobs-hiring-signals"
32699
+ JOBS_ICIMS_BOARD = "jobs-icims-board"
32700
+ JOBS_ICIMS_JOB = "jobs-icims-job"
32384
32701
  JOBS_LEVER_POSTING = "jobs-lever-posting"
32385
32702
  JOBS_LEVER_POSTINGS = "jobs-lever-postings"
32386
32703
  JOBS_ORACLE_BOARD = "jobs-oracle-board"
@@ -5,5 +5,5 @@ module Crawlora
5
5
  # as the Go/Java/PHP SDKs). RubyGems treats it as a prerelease and normalizes
6
6
  # the published gem version (the `-` becomes `.pre.`, e.g. `1.5.0.pre.sdk.N`).
7
7
  # Bumped across all SDK repos by the API repo's tools/sdkgen/bump_version.py.
8
- VERSION = "1.19.0-sdk.1"
8
+ VERSION = "1.20.0-sdk.1"
9
9
  end