Official Tinq.ai python SDK.
Method | HTTP request | Description |
---|---|---|
extract_article | POST /scraper/extract-article | Extract article |
google_search | POST /scraper/google | Google Search |
scrape | POST /scraper/scrape | Scrape |
extract_article(accept=accept, body=body)Extract article
Name | Type | Description | Notes |
---|---|---|---|
accept | str | [optional] | |
body | object | [optional] |
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
google_search(accept=accept, body=body)Google Search
Name | Type | Description | Notes |
---|---|---|---|
accept | str | [optional] | |
body | object | [optional] |
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |
scrape(accept=accept, body=body)Scrape
Name | Type | Description | Notes |
---|---|---|---|
accept | str | [optional] | |
body | object | [optional] |
Status code | Description | Response headers |
---|---|---|
200 | Successful response | - |