Eksi Sozluk Scraper avatar
Eksi Sozluk Scraper

Pricing

$10.00/month + usage

Go to Store
Eksi Sozluk Scraper

Eksi Sozluk Scraper

Developed by

epctex

epctex

Maintained by Community

0.0 (0)

Pricing

$10.00/month + usage

2

Total users

23

Monthly users

8

Runs succeeded

>99%

Last modified

21 hours ago

You can access the Eksi Sozluk Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://eksisozluk.com/biri/elmyra",
4    "https://eksisozluk.com/basliklar/gundem",
5    "https://eksisozluk.com/istanbul--32102",
6    "https://eksisozluk.com/entry/21381787"
7  ],
8  "searchKeyword": "eksisozluk",
9  "endPage": 1,
10  "maxItems": 20,
11  "proxy": {
12    "useApifyProxy": true
13  },
14  "extendOutputFunction": "($) => { return {} }",
15  "customMapFunction": "(object) => { return {...object} }"
16}' |
17apify call epctex/eksisozluk-scraper --silent --output-dataset

Eksi Sozluk Scraper API through CLI

The Apify CLI is the official tool that allows you to use Eksi Sozluk Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: