Tinq\Scraper
Official Tinq.ai PHP SDK. All URIs are relative to https://tinq.ai/api/v2, except if the operation defines another base path.Method | HTTP request | Description |
---|---|---|
extractArticle | POST /scraper/extract-article | Extract article |
googleSearch | POST /scraper/google | Google Search |
scrape | POST /scraper/scrape | Scrape |
extractArticle()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
accept | string | [optional] | |
body | object | [optional] |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type:
application/json
- Accept:
application/json
googleSearch()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
accept | string | [optional] | |
body | object | [optional] |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type:
application/json
- Accept:
application/json
scrape()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
accept | string | [optional] | |
body | object | [optional] |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type:
application/json
- Accept:
application/json