Android Question Php direct queries to a web page

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should use Firebug for such tasks:

SS-2016-11-06_08.01.44.png


The GET request:
https://suggest.realestate.com.au/c...postcode&max=7&src=consumer-search&query=test

You don't need to use PHP. Send a request with HttpUtils2.
 
Upvote 0

PABLO2013

Well-Known Member
Licensed User
Longtime User
thanks
My intention is to scrape information from various websites and place it in a database. Already achieved through HttpUtils2 and Job.GetString read the whole page, now would be how could read one or more lines of text and images both then place them in the database. The information highlighted in red, thanks



<Meta name = "description" content = "Inmobiliarias, Bienes Raíces, alquiler VENTA DE APARTAMENTOS, CASAS, condominios, terrenos, bodegas, Edificios, Locales comerciales, oficinas, fincas, naves industriales" />
and

<! - [If IE!]> <! -> <Link rel = "icono" tamaños = "cualquier" máscara href = "https://s.yimg.com/os/mit/media/p/common nombre /images/favicon_new-7483e38.svg"><meta = "tema de color" content = "# 400090"> <! - <[endif] -> <! - [if IE!]> <! -> <link rel = "alternate icono" type = "image / x-icon" href = "/ favicon.ico" /> <! - <[endif] ->
 
Upvote 0
Top