Φίλτρο

Οι πρόσφατες αναζητήσεις μου
Φιλτράρισμα κατά:
Προϋπολογισμός
σε
σε
σε
Είδος
Δεξιότητες
Γλώσσες
    Κατάσταση Δουλειάς
    2,000 curl setopt δουλειές που βρέθηκαν, με τιμές EUR
    Need help with php & cURL function Έχει λήξει left

    Hello, I need someone to fix my webpage that has cURL function to retrieve info from another webpage, problem is its getting the wrong user info so I need this fixed asap. Skills in php html and cURL would be good.

    €116 (Avg Bid)
    €116 Μέση Προσφορά
    49 προσφορές

    Hi Coder, Very Simple task! Im looking to integrate ACH transfer payment option to my e-commerce website using the Stripe payment system. Here's the source on implementing the code " " Objective: Implement code for accepting ACH transfers as a payment option with Stripe payment system. Source code: Any of these languages work: Curl, Ruby, Python,PHP, Java,Node

    €28 (Avg Bid)
    €28 Μέση Προσφορά
    1 προσφορές
    Python / Django Έχει λήξει left

    we need is a server to tell us which state, if any, a point is in. Some simplified geometries are included in (so greatly simplified, that some of the smaller ones disappear). It need not be fast, but the code should be readable, and the results should be correct. ## Expected Behavior $ ./state-server & [1] 21507 $ curl -d "longitude=-77.036133&latitude=40.513799" http://localhost:8080/ ["Pennsylvania"] $ ## Notes Given that file, it took one of us about an hour to implement something that worked correctly. You're welcome to take it however far you want, but we're expecting something along those lines. And if there's anything special we have to do to run your program, just let us know. A Makefile never hurt anyone. Please...

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    3 προσφορές
    Pyhton/Django Έχει λήξει left

    we need is a server to tell us which state, if any, a point is in. Some simplified geometries are included in (so greatly simplified, that some of the smaller ones disappear). It need not be fast, but the code should be readable, and the results should be correct. ## Expected Behavior $ ./state-server & [1] 21507 $ curl -d "longitude=-77.036133&latitude=40.513799" http://localhost:8080/ ["Pennsylvania"] $ ## Notes Given that file, it took one of us about an hour to implement something that worked correctly. You're welcome to take it however far you want, but we're expecting something along those lines. And if there's anything special we have to do to run your program, just let us know. A Makefile never hurt anyone.

    €41 (Avg Bid)
    €41 Μέση Προσφορά
    6 προσφορές

    Módulo en PHP que envie facturas ya firmadas al webservice de la DIAN usando soap o mediente Curl y poder interpretar sus respuestas de validaciones y otras

    PHP
    €124 (Avg Bid)
    €124 Μέση Προσφορά
    8 προσφορές

    I have the attached MySQl table. I also have an API that allows you to download JSON files like the attached for each country. I will provide list of country (full name). I will provide API access via curl. Your job is to: A) match each country name into a country short code used by the API i.e. United States -->US B) Import only National Holidays (as per API output) into database table Return my completed SQL table within 24 hours. Have fun!

    €29 (Avg Bid)
    €29 Μέση Προσφορά
    13 προσφορές

    1. Wordpress REST API v2 already exists, and I can already call it fine. The script I use to call it is the .PY file attached. 2. I need two new endpoints added to this API. These are described in the brief. They are just GET commands which surface data. 3. You can find out how to add new endpoints to the API here: https://developer.wordpr...two new endpoints added to this API. These are described in the brief. They are just GET commands which surface data. 3. You can find out how to add new endpoints to the API here: 4. I need these 2 new endpoints turned into a Wordpress Plugin, which I can install. 5. Once this is installed, I can then use CURL or a Python script to access the new endpoints.

    €27 (Avg Bid)
    €27 Μέση Προσφορά
    8 προσφορές

    Hello! If you know Sage, you're already at the top of my list. I have a webpage I designed and I need to put the site on Wordpress. I have already created the Wordpress page-template, but the assets cannot be found and the styling, javascript, and overall design is broken. I've already created two . files - one calling the content, and the actual content. The .php file calling to the content is ALSO calling a secondary head to help load in certain scripts (Bootstrap). You will notice that the HTML design is full and fills the page completely, whereas the design on Wordpress does not. I'm looking to have this completed asap. Please let me know if you have worked with Sage before and can successfully port the page. Thank you :)

    €155 (Avg Bid)
    €155 Μέση Προσφορά
    49 προσφορές
    Automate This Command Έχει λήξει left

    Export Schema ########### export TOPIC=topicName curl http://kafka-schema:8081/subjects/$TOPIC-value/versions/latest | jq -r '.schema|fromjson' > $ ** error ** jq: error (at <stdin>:0): null (null) only strings can be parsed Import export SCHEMA=$(jq tostring $) curl -XPOST -d"{"schema":$SCHEMA}" http://kafka-schema:8081/subjects/$TOPIC-value/versions

    €21 (Avg Bid)
    €21 Μέση Προσφορά
    8 προσφορές
    Tabela Fipe com banco de dados Έχει λήξει left

    Desenvolvi uma API em PHP cURL que captura todos os dados da tabela fipe, preciso armazenar ela em um banco de dados mas não manjo nada de sql nem a lógica por trás disso. Preciso de alguém que integre meu projeto a um banco de dados.

    €24 (Avg Bid)
    €24 Μέση Προσφορά
    12 προσφορές

    Hi, I need a small PHP script to fill a remote ASP form (with 4~5 Pages) with viewstate

    €26 (Avg Bid)
    €26 Μέση Προσφορά
    6 προσφορές
    php curl post data Έχει λήξει left

    login to site using curl php and get the page :)

    €12 (Avg Bid)
    €12 Μέση Προσφορά
    12 προσφορές
    Compile PHP static binary Έχει λήξει left

    ...and ALMOST succeeded, but could not get the OpenCV extension to go into the static PHP binary. Here are my commands for the compile, on a Ubuntu 18.04 instance from Amazon. # Directory for compile cd ~ mkdir ~/php-7-bin # Update packages and install needed compilation dependencies sudo apt-get install build-essential sudo apt install -y autoconf automake make make-guile bison build-essential curl flex libtool libssl-dev libcurl4-openssl-dev libxml2-dev libreadline7 libreadline-dev libsqlite3-dev nginx pkg-config re2c sqlite3 zlib1g-dev php7.2-mysql sudo apt-get install libxml2-dev bzip2 sudo apt-get install libldap2-dev libldap-2.4-2 libtool-bin libzip-dev lbzip2 libxml2-dev bzip2 re2c libbz2-dev apache2-dev libjpeg-dev libxpm-dev libxpm-dev libgmp-dev libgmp3-dev libmcrypt-d...

    €34 (Avg Bid)
    €34 Μέση Προσφορά
    5 προσφορές
    curl php small Έχει λήξει left

    small php curl project the things is to login to the site using it the period 1 h

    PHP
    €17 (Avg Bid)
    €17 Μέση Προσφορά
    8 προσφορές

    My Application requires working with Facebook Graph APIs and Marketing APIs. I need to fetch below details via the APIs: 1) Ad campaign details from Facebook Page Linked to an Ad Account. 2) Ad campaign details from Instagram Business Page Linked to an Ad Account. 3) Facebook Page Insights. 4) Instagram Bu... 4) Instagram Business Page Insights. I was able to retrieve the metrics I need using the APIs. But after just a couple of requests, I keep crashing into User Rate Limit reached error. I need someone who has recently worked on these APIs, as a lot of rate limiting concepts have changed. I have done the API requests using Node JS. I would prefer someone who is well versed with Node JS code. CURL would also be fine. Please do not apply if you haven't worked on v3.3 o...

    €114 (Avg Bid)
    €114 Μέση Προσφορά
    2 προσφορές
    We need a Social Banner - Urgent Έχει λήξει left

    Hi! We need a banner for our Social Media (800x800 px). The design should be very simple (similar to this: ) with a geometric Background (white and #FF1493) and the product. This is the text: FIRST LINE: Dal 3 al 30 giugno SECOND LINE (VERY BIG): 8,90€ THIRD LINE: Acquistando almeno 3 pezzi di TIGI CURL ROCK FOURTH LINE: Solo da FIFTH LINE: We'll insert the logo here The product we are going to sponsor is the Tigi Curl Rock, we'll send you the png. We need this as soon as possible, so please let us know your timing.

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    60 προσφορές

    I have a simple script that submits the form, including parameters like VIEWSTATE, but instead of the expected response I get an error.

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    10 προσφορές
    Debug Centos Server Έχει λήξει left

    Hi, I am looking for someone who can debug Centos Server configured at Digital Ocean. I am using CWP Web Panel When I tried to share any URL on Facebook, Facebook is not able to Fetch Images and as per facebook Debugger I am getting below error. I am looking for someone who can help to debug below error. Warnings That Should B...am getting below error. I am looking for someone who can help to debug below error. Warnings That Should Be Fixed Inferred Property The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. Missing Properties The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id Curl Timeout The request to scrape the URL timed out. Curl Error Curl...

    €24 (Avg Bid)
    €24 Μέση Προσφορά
    2 προσφορές
    Jenkins Example Simple Έχει λήξει left

    Jenkins Example Need a simple 3 stage pipeline that will run “java -version” in each stage on a handful of servers, use the name “mySampleJob”. The list of servers will be in a file called “myhosts” and be a list of either dns names or IP address, in a s...the name “mySampleJob”. The list of servers will be in a file called “myhosts” and be a list of either dns names or IP address, in a single list. File “myhosts” will in a Jenkins Home or a location you feel is good, host already authenticating with a login in “credentials”. This is expected to be a Jenkins Declarative Format Multi Function Pipeline Script in Groovy. Also please provide the curl statement to call from command line? Please on...

    €9 (Avg Bid)
    €9 Μέση Προσφορά
    1 προσφορές
    Php curl Authentication Έχει λήξει left

    I’m setting up an system for transfer of sensitive data and information (documents, company blue prints, payments...etc) for a company. Most part of the system (frontend) has been done. We only need a php curl request script. Task requires CURL and PHP. Kindly find attached document for full project description

    €18 / hr (Avg Bid)
    €18 / hr Μέση Προσφορά
    25 προσφορές

    I’m setting up an system for transfer of sensitive data and information (documents, company blue prints, payments...etc) for a company. Most part of the system (frontend) has been done. We only need a php curl request script. Task requires CURL and PHP. Kindly find attached document for full project description

    €153 (Avg Bid)
    €153 Μέση Προσφορά
    25 προσφορές

    Need to read information about a new order using a webservice, using 1 method and getting an array as answer. 1.1 Read information using a webservice To read information, we are using curl -u key_user:key_password -H "Content-type: application/json" -X POST -d '{ "initial_date" : "2019-04-25 10:30:00" "final_date" : "2019-04-26 19:30:00" 1.2 Then we are getting this answer: { "datos": { "ventas": [ { "id": 26791, "subtotal": "1299.00", "total_descuento": "259.80", "total": "983.20", "descuento_de_cupon": "0.00", "total_despues_cupon": "983.20", "impuesto": "0.00", "...

    €109 (Avg Bid)
    €109 Μέση Προσφορά
    25 προσφορές
    scraping using guzzle curl Έχει λήξει left

    scraping using guzzle curl from the title who know

    €26 (Avg Bid)
    €26 Μέση Προσφορά
    3 προσφορές

    I have a simple script that submits the form, including parameters like VIEWSTATE, but instead of the expected response I get an error.

    PHP
    €24 (Avg Bid)
    €24 Μέση Προσφορά
    8 προσφορές
    Web Scraper for private equity Έχει λήξει left

    I am looking for an experienced dev to code review and provide advice on a project. The goal of the project is to extract unstructured data from websites, some via API, some via direct scraping using tools such as selenium and/or curl. Project is using google cloud for storage, compute, scheduling etc.

    €48 / hr (Avg Bid)
    €48 / hr Μέση Προσφορά
    27 προσφορές

    Hi, We want developer to create simple project in unity to display images as slideshow. Flow will be like below : (1) Splash Screen : (2) After Splash Screen, Display list of images album downloaded ( design will be provided) -> User have option to add album.. when user click on add Album button , popup will be appear, user need t...add Album button , popup will be appear, user need to enter unique code, once user hit download after entering code, API will be call and images on that particular unique code will be downloaded in device for offline use. (API will be provided) (3) Now when user click on View Button in downloaded list, all images will be shown in form of slideshow(curl effect ) Plug-in example :

    €107 (Avg Bid)
    €107 Μέση Προσφορά
    10 προσφορές
    Website Fixes Latest Έχει λήξει left

    woocomerce site 1) The REST API request failed due to an error. Error: [] cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received 2)The loopback request to your site failed, this means features relying on them are not currently working as expected. Error encountered: (0) cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received 3) Error The AUTOMATIC_UPDATER_DISABLED constant is defined and enabled. Passed Could not confirm that the wp_version_check() filter is available. 4) Product image not showing after uploading or apply image on edit product page ,

    €18 (Avg Bid)
    €18 Μέση Προσφορά
    5 προσφορές
    Jenkins Sample Job Έχει λήξει left

    ...the name “mySampleJob”. The list of servers will be in a file called “myhosts” and be a list of either dns names or IP address, in a single list. File “myhosts” will in a Jenkins Home or a location you feel is good, host already authenticating with a login in “credentials”. This is expected to be a Jenkins Declarative Format Multi Function Pipeline Script in Groovy. Also please provide the curl statement to call from command line this job? Perhaps in the next hours ? Please only BID if you know how to do this and are certain you can do this? Expecting this is something easy for about $10 (or reasonable fair price) or so and will be something person on this topic would know and understand. Please note there is hope we can mutu...

    €15 (Avg Bid)
    €15 Μέση Προσφορά
    2 προσφορές
    HTML VIEWER for PDFs. Έχει λήξει left

    Target: As we can see here: we want to have a PDFViewer that will present files with curves as SVG. Pages can be changed with CURL effect but also flat SWIPE will be acceptable. Below is our proposal to achieve that but If there is a better way to achieve our goals feel free to describe it - the main thing is the speed of loading and fluent work on slow devices like mobiles too. More info: We can split the project into 2 parts. Part I - server side: Any PDF should be converted with a script to create: 1. JPG files without curves 2. All curves and fonts from PDF should be exported to SVG file (launchable on Debian 9: we can use: gs, ImageMagick or other technologies If they are free to use for commercial uses) Part II - web browser: HTML

    €501 (Avg Bid)
    €501 Μέση Προσφορά
    16 προσφορές

    Domain: Requirement: Backend: - Single user login. - Manage a Trademark info. on a MySQL info. : Add, modify, list, delete trademark info. Frontend: The final site is This website shows the result same as this website (php curl) At search - display same name trademark on the DB first. - display other trademark on curl result For Germany, Japan and Germany only for now. In short, need a PHP programmer to create the website whereby the site will show both public trademark information and the data info. stored in the website.

    €491 (Avg Bid)
    €491 Μέση Προσφορά
    26 προσφορές
    Read from WS, write in a DBF file Έχει λήξει left

    1. Need to read information about a new order using a webservice, using 1 method and getting an array as answer. 1.1 Read information using a webservice To read information, we are using curl -u key_user:key_password -H "Content-type: application/json" -X POST -d '{ "initial_date" : "2019-04-25 10:30:00" "final_date" : "2019-04-26 19:30:00" 1.2 Then we are getting this answer: { "datos": { "ventas": [ { "id": 26791, "subtotal": "1299.00", "total_descuento": "259.80", "total": "983.20", "descuento_de_cupon": "0.00", "total_despues_cupon": "983.20", "impuesto": "0.00"...

    €5 / hr (Avg Bid)
    €5 / hr Μέση Προσφορά
    6 προσφορές

    We need to request data from an API endpoint (cURL statement provided), and save the results in CSV or XLSX format. The data is organized by page, with twelve records on each page. There is a key-value pair sent within the form-data indicating the intended page of the request. We have identified that there are 7,429 pages in total that will need to be requested. This should be incredibly straight forward, and we're sure could be accomplished within an hour if not less. You will be provided with the cURL statement and schema once you've made your proposal. Thank you in advance.

    €105 (Avg Bid)
    €105 Μέση Προσφορά
    19 προσφορές
    to run the project Έχει λήξει left

    I have a HTML with Javascript. I want this 2 functions to be able to run from commandline with a *.bat file: captionHideKb() captionShowKb() (maybe withe the use of Node of Curl, or python, i don't know)

    €52 (Avg Bid)
    €52 Μέση Προσφορά
    6 προσφορές
    curl request timeout issue Έχει λήξει left

    Some cURL request are not working on our website. we have two website. one website is trying to get data from another one through api. but api some times fails with error Message: Failed to connect to port 443: Connection timed out

    €48 / hr (Avg Bid)
    €48 / hr Μέση Προσφορά
    22 προσφορές
    Php curl expert... Έχει λήξει left

    Php curl expert needed to build a program to pull messages from another site that doesn't have any api. Mention complete details that how will you do that if you want to work on this project. Generic bids will be ignored.

    €662 (Avg Bid)
    €662 Μέση Προσφορά
    21 προσφορές

    ...Cron Job - Run PHP Script - Options to run hourly, daily, weekly, monthly, specific times - Security - Configure fail2ban - Block port scanning - Firewall - Block IP - Block IP ranges - Optional Production Mode for Server - Disable ServerSignature, TraceEnable, Header always unset X-Powered-By, etc. - Disable root account for ssh access - Script to send info to external url using Curl (preferably as json values): - Generate reports on stats - Hard drive usage (size and used) - CPU Usage (# of cores and usage per core) - Memory Usage (amount of RAM and used) - Server Uptime - Certificate monitoring: - Certificate Expiration monitoring - Certificate Chain monitoring - Certificate Domain monitoring - Certificate Authority monitoring - Certific...

    €529 (Avg Bid)
    €529 Μέση Προσφορά
    16 προσφορές
    Project for Anton F. Έχει λήξει left

    hi Anton f I have a SQL query I need to add it to DAILPLAN or PHP script, as an example I attach, I need to call the caller the number of minutes he called the switchboard, from the beginning of the current month. $sql = "SELECT src AS group_by_field, sum(billsec) AS total_duration FROM cdr WHERE calldate BETWEEN '".$first_day_this_month." 00:00:00' AND '".$now_date." 2...caller the number of minutes he called the switchboard, from the beginning of the current month. $sql = "SELECT src AS group_by_field, sum(billsec) AS total_duration FROM cdr WHERE calldate BETWEEN '".$first_day_this_month." 00:00:00' AND '".$now_date." 23:59:59' AND ( src = '00000000000' ) GROUP BY group_by_field OR...

    €18 - €18
    €18 - €18
    0 προσφορές
    Installing PHP on exist linux Έχει λήξει left

    Need install PHP on exist new Ubuntuwith the following settings : php 7.2.17 npm 6.4.* nodejs 10.15.* phpmyadmin PHP settings • must be set • memory_limit should be 1024M or above With the following PHP extensions: • ctype • curl • fileinfo • gd • intl • json • mysql • tokenizer • xml • zip

    €26 (Avg Bid)
    €26 Μέση Προσφορά
    16 προσφορές
    NET, C# Developer needed Urgently Έχει λήξει left

    We need a developer with skills in .NET, C# with frontend and backend experience. I need to deploy the code which is in C# (.Net) and convert it into PHP through CURL. I am using ICICI Lombard Travel Insurance generalized code in my project. But code is in C#(.Net). But My platform is CodeIgniter (PHP). Hence I want to decode the C# code and convert it into PHP. I will be happy to share more information during chat and also answer your all the question you may have.. We need this to be done quickly , so be fast to bid. We need this to be fixed within one week.. Our budget is within a range of 3k to 5K . (As its a small task )

    €85 (Avg Bid)
    €85 Μέση Προσφορά
    14 προσφορές
    Web crawler using curl Έχει λήξει left

    I would like to create a bot using php + curl to get data from website with credential it will navigate the we and download excel files. using the excel files it will insert new record and update old records

    €143 (Avg Bid)
    €143 Μέση Προσφορά
    32 προσφορές
    Programmer- CorrLinks Έχει λήξει left

    I am looking for php curl program to pull messages from a web based email provider and send text messages using API. There will need to be reliable script that can handle hundreds of logins at one time.

    €2019 (Avg Bid)
    €2019 Μέση Προσφορά
    17 προσφορές
    Display result from an API Έχει λήξει left

    We have a range of ongoing small projects. The project is: Display result from an API result (arrays and stdClass Object) on a website Requirements: PHP, CURL, HTML, CSS You have been working with APIs before. Please provide some info on yourself and relevant examples of your portfolio, if you think you are the right person for the project.

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    16 προσφορές
    scraping expert automation Έχει λήξει left

    need a expert for web automation scripts u should be v v v v good at automation and scraping, building scrapers etc if ure a pro with react js, curl, node js etc. ping me cos im looking for u

    €203 (Avg Bid)
    Προεξέχον
    €203 Μέση Προσφορά
    37 προσφορές

    We are looking for a small web application to be created to interface with a simple MySQL database. This applica...graphical calendar selection (can use JQuery if wanted) * Edit contact list page -Should allow the user to add/modify a contact list for each incident * Log page -Should show a table of all of the recent log table rows PHP Extensions Available (most of these are older versions. If you have a question about a specific extension version please ask): bcmath bz2 calendar cgi-fcgi com_dotnet core ctype curl date dom ereg exif fileinfo filter ftp gd gettext gmp hash iconv imap intl json ldap libxml mbstring mcrypt mhash mysql mysqli mysqlnd odbc opensll pcre PDO pdo_mysql Phar Reflection session SimpleXML soap SPL sqlsrv ssh2 standard tokenizer wddx xml xmlreader xmlwrite...

    €522 (Avg Bid)
    €522 Μέση Προσφορά
    37 προσφορές

    I'm stuck with a PHP project where a script on our server gets called remotely. This script in turn creates an XML string and passes it using CURL to another script on the same server. I want to change this to call the local script directly but don't know how to pass the XML parameter.

    €16 (Avg Bid)
    €16 Μέση Προσφορά
    9 προσφορές

    is the comprehensivelist of all readymade APIs provided by our webinar service provider. You have to set this in a .php file and onwards connections into our wordpress site, so that: a) Webinar registration page, webinar waiting room page and final live webinar can be displayed as happening on our wordpress site url. (the last one may not have a ready API and we could accept an iFrame based display of that page on our site if it works sufficiently well) b) Utilize the API connectivity to extract the various invitees / registrants data fields into Wordpress so that we can process payments through our existing properly working woocommerce cart that already has a proper payment gateway working. c) Automated emails that go from any standard webinar platform (templates are editable by u...

    €139 (Avg Bid)
    €139 Μέση Προσφορά
    3 προσφορές
    Spotify API Έχει λήξει left

    Necesito ayuda para finalizar mi API de Spotify vinculada a mi sitio web. Tengo la primera parte lista (recibir la autorización del usuario de los permisos), pero aunque tengo los códigos CURL para la segunda (ejecutar las acciones en background) no consigo llevarla a cabo. Será algo rápido, os pasaré una página que ejecuta la misma API de ejemplo.

    €57 (Avg Bid)
    €57 Μέση Προσφορά
    2 προσφορές
    Resolve Woocommerce API issue Έχει λήξει left

    I've tried both GET and POST requests with the provided keys, and unfortunately the woocommerce system keeps telling me I'm unauthorized (401). Need someone to do a successful CURL request using the provided keys and help resolve the issue

    €29 (Avg Bid)
    €29 Μέση Προσφορά
    5 προσφορές

    Hello, i need to integrate a few code of a api using curl in a simple php form. Requeriments: - Spanish preferable - Skills: PHP, Json, Curl, Apis

    PHP
    €34 (Avg Bid)
    €34 Μέση Προσφορά
    15 προσφορές
    ebay php api Έχει λήξει left

    Each of these queries should be its own php script. All of the queries must have this logic applied: put the entire query payload into a single variable prior to sending it to curl or php ebay api library On the few queries which support pagination, & offset, utilize the offset to handle 50 per query, with the limit being 50 per query. do another query if totalEntries is greater than the rows already returned. All of the returns must have this logic applied: cleanly converted to standard php arrays from json the echo output should be any of number of lines. each line of the output should contain the main record id, the variable name, & its value There should be a clear line break in between data sets. On the few with no return, if the http response code is 200, consid...

    €498 (Avg Bid)
    €498 Μέση Προσφορά
    14 προσφορές